Skip to content

Commit

Permalink
Release 1.0.pre (install with gem install inherited_resources --versi…
Browse files Browse the repository at this point in the history
…on=1.0.pre)
  • Loading branch information
josevalim committed Dec 22, 2009
1 parent a9b8070 commit 8b9ba33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ begin
s.description = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important."
s.authors = ['José Valim']
s.files = FileList["[A-Z]*", "{lib}/**/*"]
s.add_dependency("responders", ">= 0.2.0")
s.add_dependency("has_scope", ">= 0.3.0")
s.add_dependency("responders", ">= 0.2")
s.add_dependency("has_scope", ">= 0.3")
end

Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '0.9.5'.freeze
VERSION = '1.0.pre'.freeze
end

0 comments on commit 8b9ba33

Please sign in to comment.