Skip to content

Commit

Permalink
Merge branch 'release/v0.8.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jan 15, 2014
2 parents 34c3929 + b90b5a6 commit db9acc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
plutus (0.7.4)
plutus (0.8.0)
rails (~> 4.0)

GEM
Expand Down
9 changes: 7 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Plutus

The Plutus plugin is a Ruby on Rails Engine which provides a double entry accounting system for your application.

### NOTE: This version of Plutus is compatible with RAILS ~> 4.0
Compatibility
=============

For the rails 3 version, you can go here (current master):
* Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
* Rails versions: ~> 4.0

For the rails 3 version, you can go here:

[https://github.com/mbulat/plutus](https://github.com/mbulat/plutus/tree/rails3)

Expand All @@ -15,6 +19,7 @@ For the rails 2 version, you can go here:
[https://github.com/mbulat/plutus/tree/rails2](https://github.com/mbulat/plutus/tree/rails2)

Gems in RubyGems.org >= 0.5.0 support Rails 3
Gems in RubyGems.org >= 0.8.0 support Rails 4

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion lib/plutus/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Plutus
VERSION = "0.7.4"
VERSION = "0.8.0"
end

0 comments on commit db9acc2

Please sign in to comment.