Skip to content

Commit

Permalink
Bumped to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan committed Aug 14, 2008
1 parent f967a5f commit 96f528d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2008-08-13
* [1.0.4] ariejan - Bump to 1.0.4 to ping github
* [1.0.3] ariejan - Bump to 1.0.3 to ping github
* [1.0.2] ariejan - Added tests and fixed a bug when using a custom column to store the money value.
* [1.0.1] ariejan - Minor changes to the gemspec.
* [1.0.0] ariejan - Initial release of the acts_as_gold plugin and gem..
* [1.0.0] ariejan - Initial release of the acts_as_gold plugin and gem..
4 changes: 2 additions & 2 deletions acts_as_gold.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = %q{acts_as_gold}
s.version = "1.0.3"
s.version = "1.0.4"

s.specification_version = 2 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ariejan de Vroom"]
s.homepage = %q{http://ariejan.net}
s.date = %q{2008-08-13}
s.date = %q{2008-08-14}
s.description = %q{acts_as_gold allows you to extend a model with money in the form of Gold, Silver and Copper, as seen in World of Warcraft}
s.email = %q{ariejan@ariejan.net}
s.extra_rdoc_files = ["README.textile"]
Expand Down

0 comments on commit 96f528d

Please sign in to comment.