Skip to content

Commit

Permalink
ready for 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jan 23, 2012
1 parent 54558f0 commit 3e6abc2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
74 changes: 36 additions & 38 deletions Gemfile.lock
@@ -1,76 +1,74 @@
PATH
remote: .
specs:
prototype-rails (3.2.0.rc1)
rails (~> 3.2.0.rc)
prototype-rails (3.2.1)
rails (~> 3.2)

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.0.rc1)
actionpack (= 3.2.0.rc1)
mail (~> 2.3.0)
actionpack (3.2.0.rc1)
activemodel (= 3.2.0.rc1)
activesupport (= 3.2.0.rc1)
actionmailer (3.2.0)
actionpack (= 3.2.0)
mail (~> 2.4.0)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
journey (~> 1.0.0.rc1)
rack (~> 1.3.5)
journey (~> 1.0.0)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0.rc1)
activesupport (= 3.2.0.rc1)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.2.0.rc1)
activemodel (= 3.2.0.rc1)
activesupport (= 3.2.0.rc1)
arel (~> 3.0.0.rc1)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.0.rc1)
activemodel (= 3.2.0.rc1)
activesupport (= 3.2.0.rc1)
activesupport (3.2.0.rc1)
activeresource (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.0.rc1)
arel (3.0.0)
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.0.rc3)
json (1.6.4)
mail (2.3.0)
journey (1.0.0)
json (1.6.5)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.17.2)
mocha (0.10.0)
mocha (0.10.3)
metaclass (~> 0.0.1)
multi_json (1.0.4)
polyglot (0.3.3)
rack (1.3.5)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.0.rc1)
actionmailer (= 3.2.0.rc1)
actionpack (= 3.2.0.rc1)
activerecord (= 3.2.0.rc1)
activeresource (= 3.2.0.rc1)
activesupport (= 3.2.0.rc1)
rails (3.2.0)
actionmailer (= 3.2.0)
actionpack (= 3.2.0)
activerecord (= 3.2.0)
activeresource (= 3.2.0)
activesupport (= 3.2.0)
bundler (~> 1.0)
railties (= 3.2.0.rc1)
railties (3.2.0.rc1)
actionpack (= 3.2.0.rc1)
activesupport (= 3.2.0.rc1)
railties (= 3.2.0)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down
4 changes: 2 additions & 2 deletions prototype-rails.gemspec
@@ -1,13 +1,13 @@
Gem::Specification.new do |spec|
spec.name = 'prototype-rails'
spec.version = '3.2.0.rc1'
spec.version = '3.2.1'
spec.summary = 'Prototype, Scriptaculous, and RJS for Ruby on Rails'
spec.homepage = 'http://github.com/rails/prototype-rails'
spec.author = 'Xavier Noria'
spec.email = 'fxn@hashref.com'

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

spec.add_dependency('rails', '~> 3.2.0.rc')
spec.add_dependency('rails', '~> 3.2')
spec.add_development_dependency('mocha')
end

0 comments on commit 3e6abc2

Please sign in to comment.