Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtuom committed Jul 12, 2010
1 parent 6c7e344 commit c0198c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mm-money.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{mm-money} s.name = %q{mm-money}
s.version = "0.1.0" s.version = "0.1.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Toni Tuominen"] s.authors = ["Toni Tuominen"]
s.date = %q{2010-07-04} s.date = %q{2010-07-12}
s.description = %q{Handle money keys with MongoMapper.} s.description = %q{Handle money keys with MongoMapper.}
s.email = %q{toni@piranhadigital.fi} s.email = %q{toni@piranhadigital.fi}
s.extra_rdoc_files = ["History.txt", "README.txt", "version.txt"] s.extra_rdoc_files = ["History.txt", "README.txt", "version.txt"]
s.files = [".gitignore", "History.txt", "README.txt", "Rakefile", "lib/mm-money.rb", "spec/log/spec.log", "spec/mm-money_spec.rb", "spec/spec_helper.rb", "version.txt"] s.files = [".gitignore", "History.txt", "README.txt", "Rakefile", "lib/mm-money.rb", "mm-money.gemspec", "spec/mm-money_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "version.txt"]
s.homepage = %q{http://github.com/tjtuom/mm-money} s.homepage = %q{http://github.com/tjtuom/mm-money}
s.rdoc_options = ["--main", "README.txt"] s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
0.1.0 0.1.1

0 comments on commit c0198c0

Please sign in to comment.