Skip to content

Commit 350d782

Browse files
committed
Release 3.2.0.
1 parent 091df3a commit 350d782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototype-rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'prototype-rails'
3-
spec.version = '3.1.0'
3+
spec.version = '3.2.0'
44
spec.summary = 'Prototype, Scriptaculous, and RJS for Ruby on Rails'
55
spec.homepage = 'http://github.com/rails/prototype-rails'
66
spec.author = 'Xavier Noria'
77
spec.email = '[email protected]'
88

99
spec.files = %w(README Rakefile Gemfile) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']
1010

11-
spec.add_dependency('rails', '~> 3.1')
11+
spec.add_dependency('rails', '~> 3.2')
1212
end

0 commit comments

Comments
 (0)