Skip to content

Commit

Permalink
fix bad gem date, bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Sep 5, 2012
1 parent e70cccb commit 01803e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
VERSION = "0.7.2"
end
2 changes: 1 addition & 1 deletion plutus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bulat"]
s.date = %q{2011-03-31}
s.date = Date.today
s.description = %q{The plutus plugin provides a complete double entry accounting system for use in any Ruby on Rails application. The plugin follows general Double Entry Bookkeeping practices. All calculations are done using BigDecimal in order to prevent floating point rounding errors. The plugin requires a decimal type on your database as well.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 01803e5

Please sign in to comment.