Skip to content

Commit 3e6abc2

Browse files
committed
ready for 3.2.1
1 parent 54558f0 commit 3e6abc2

File tree

2 files changed

+38
-40
lines changed

2 files changed

+38
-40
lines changed

Gemfile.lock

+36-38
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,74 @@
11
PATH
22
remote: .
33
specs:
4-
prototype-rails (3.2.0.rc1)
5-
rails (~> 3.2.0.rc)
4+
prototype-rails (3.2.1)
5+
rails (~> 3.2)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
actionmailer (3.2.0.rc1)
11-
actionpack (= 3.2.0.rc1)
12-
mail (~> 2.3.0)
13-
actionpack (3.2.0.rc1)
14-
activemodel (= 3.2.0.rc1)
15-
activesupport (= 3.2.0.rc1)
10+
actionmailer (3.2.0)
11+
actionpack (= 3.2.0)
12+
mail (~> 2.4.0)
13+
actionpack (3.2.0)
14+
activemodel (= 3.2.0)
15+
activesupport (= 3.2.0)
1616
builder (~> 3.0.0)
1717
erubis (~> 2.7.0)
18-
i18n (~> 0.6)
19-
journey (~> 1.0.0.rc1)
20-
rack (~> 1.3.5)
18+
journey (~> 1.0.0)
19+
rack (~> 1.4.0)
2120
rack-cache (~> 1.1)
2221
rack-test (~> 0.6.1)
2322
sprockets (~> 2.1.2)
24-
activemodel (3.2.0.rc1)
25-
activesupport (= 3.2.0.rc1)
23+
activemodel (3.2.0)
24+
activesupport (= 3.2.0)
2625
builder (~> 3.0.0)
27-
i18n (~> 0.6)
28-
activerecord (3.2.0.rc1)
29-
activemodel (= 3.2.0.rc1)
30-
activesupport (= 3.2.0.rc1)
31-
arel (~> 3.0.0.rc1)
26+
activerecord (3.2.0)
27+
activemodel (= 3.2.0)
28+
activesupport (= 3.2.0)
29+
arel (~> 3.0.0)
3230
tzinfo (~> 0.3.29)
33-
activeresource (3.2.0.rc1)
34-
activemodel (= 3.2.0.rc1)
35-
activesupport (= 3.2.0.rc1)
36-
activesupport (3.2.0.rc1)
31+
activeresource (3.2.0)
32+
activemodel (= 3.2.0)
33+
activesupport (= 3.2.0)
34+
activesupport (3.2.0)
3735
i18n (~> 0.6)
3836
multi_json (~> 1.0)
39-
arel (3.0.0.rc1)
37+
arel (3.0.0)
4038
builder (3.0.0)
4139
erubis (2.7.0)
4240
hike (1.2.1)
4341
i18n (0.6.0)
44-
journey (1.0.0.rc3)
45-
json (1.6.4)
46-
mail (2.3.0)
42+
journey (1.0.0)
43+
json (1.6.5)
44+
mail (2.4.1)
4745
i18n (>= 0.4.0)
4846
mime-types (~> 1.16)
4947
treetop (~> 1.4.8)
5048
metaclass (0.0.1)
5149
mime-types (1.17.2)
52-
mocha (0.10.0)
50+
mocha (0.10.3)
5351
metaclass (~> 0.0.1)
5452
multi_json (1.0.4)
5553
polyglot (0.3.3)
56-
rack (1.3.5)
54+
rack (1.4.1)
5755
rack-cache (1.1)
5856
rack (>= 0.4)
5957
rack-ssl (1.3.2)
6058
rack
6159
rack-test (0.6.1)
6260
rack (>= 1.0)
63-
rails (3.2.0.rc1)
64-
actionmailer (= 3.2.0.rc1)
65-
actionpack (= 3.2.0.rc1)
66-
activerecord (= 3.2.0.rc1)
67-
activeresource (= 3.2.0.rc1)
68-
activesupport (= 3.2.0.rc1)
61+
rails (3.2.0)
62+
actionmailer (= 3.2.0)
63+
actionpack (= 3.2.0)
64+
activerecord (= 3.2.0)
65+
activeresource (= 3.2.0)
66+
activesupport (= 3.2.0)
6967
bundler (~> 1.0)
70-
railties (= 3.2.0.rc1)
71-
railties (3.2.0.rc1)
72-
actionpack (= 3.2.0.rc1)
73-
activesupport (= 3.2.0.rc1)
68+
railties (= 3.2.0)
69+
railties (3.2.0)
70+
actionpack (= 3.2.0)
71+
activesupport (= 3.2.0)
7472
rack-ssl (~> 1.3.2)
7573
rake (>= 0.8.7)
7674
rdoc (~> 3.4)

prototype-rails.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'prototype-rails'
3-
spec.version = '3.2.0.rc1'
3+
spec.version = '3.2.1'
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.2.0.rc')
11+
spec.add_dependency('rails', '~> 3.2')
1212
spec.add_development_dependency('mocha')
1313
end

0 commit comments

Comments
 (0)