Skip to content

Commit

Permalink
ready for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed May 3, 2011
1 parent 59b4ee8 commit 77d8c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototype-rails.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'prototype-rails'
spec.version = '0.1'
spec.version = '0.2'
spec.summary = 'Prototype, Scriptaculous, and RJS for Ruby on Rails'
spec.homepage = 'http://github.com/rails/prototype-rails'
spec.author = 'Xavier Noria'
Expand All @@ -9,4 +9,4 @@ Gem::Specification.new do |spec|
spec.files = %w(README Rakefile Gemfile) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']

spec.add_dependency('rails', '3.1.0.beta')
end
end

0 comments on commit 77d8c53

Please sign in to comment.