Skip to content

Commit

Permalink
Moved version info to VERSION, so that it can be controlled by Jeweler.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Aug 11, 2010
1 parent bf78f18 commit 62b1a8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "inherited_resources_views"
s.version = "0.2.0"
s.summary = "A lot of times resources share the same views, so why not DRY 'em up using Inherited Resources Views!"
s.description = "Using Inherited Resources is an excellent way to reduce the amount of repetition in your controllers. But what about views? A lot of times resources share the same views, so why not DRY 'em up using Inherited Resources Views!"
s.email = "ifredwu@gmail.com"
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.0

0 comments on commit 62b1a8e

Please sign in to comment.