Skip to content

Commit

Permalink
version 0.5.3 -- fixed the bug where installing it installed rails 3 …
Browse files Browse the repository at this point in the history
…versions of activeresource / active model
  • Loading branch information
moonmaster9000 committed Oct 26, 2010
1 parent fdc5053 commit 79340fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.5.3
when rails 3 went out of beta, the gem started install rails 3 activeresource/activemodel, because of a bug in the gemspec.
this release fixes the gemspec.

v0.5.1
includes PUT and DELETE intercept mocks (checkout the README.rdoc)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ begin
gemspec.files = FileList['lib/**/*.rb', 'rails_generators/**/*', 'README.rdoc']
gemspec.homepage = "http://github.com/moonmaster9000/dupe"
gemspec.authors = ["Matt Parker"]
gemspec.add_dependency('activeresource', '>= 2.3.3')
gemspec.add_dependency('activeresource', '~> 2.3')
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.3

0 comments on commit 79340fa

Please sign in to comment.