Skip to content

Commit 34ec5b9

Browse files
committed
Bump gem version to account for rails#24
1 parent 42ca92b commit 34ec5b9

File tree

3 files changed

+64
-70
lines changed

3 files changed

+64
-70
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
source :rubygems
2-
1+
source 'https://rubygems.org'
32
gemspec

Gemfile.lock

+62-67
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,86 @@
11
PATH
22
remote: .
33
specs:
4-
prototype-rails (3.2.1)
5-
rails (~> 3.2)
4+
prototype-rails (4.0.0)
5+
rails (~> 4.0)
66

77
GEM
8-
remote: http://rubygems.org/
8+
remote: https://rubygems.org/
99
specs:
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)
16-
builder (~> 3.0.0)
10+
actionmailer (4.0.0)
11+
actionpack (= 4.0.0)
12+
mail (~> 2.5.3)
13+
actionpack (4.0.0)
14+
activesupport (= 4.0.0)
15+
builder (~> 3.1.0)
1716
erubis (~> 2.7.0)
18-
journey (~> 1.0.0)
19-
rack (~> 1.4.0)
20-
rack-cache (~> 1.1)
21-
rack-test (~> 0.6.1)
22-
sprockets (~> 2.1.2)
23-
activemodel (3.2.0)
24-
activesupport (= 3.2.0)
25-
builder (~> 3.0.0)
26-
activerecord (3.2.0)
27-
activemodel (= 3.2.0)
28-
activesupport (= 3.2.0)
29-
arel (~> 3.0.0)
30-
tzinfo (~> 0.3.29)
31-
activeresource (3.2.0)
32-
activemodel (= 3.2.0)
33-
activesupport (= 3.2.0)
34-
activesupport (3.2.0)
35-
i18n (~> 0.6)
36-
multi_json (~> 1.0)
37-
arel (3.0.0)
38-
builder (3.0.0)
17+
rack (~> 1.5.2)
18+
rack-test (~> 0.6.2)
19+
activemodel (4.0.0)
20+
activesupport (= 4.0.0)
21+
builder (~> 3.1.0)
22+
activerecord (4.0.0)
23+
activemodel (= 4.0.0)
24+
activerecord-deprecated_finders (~> 1.0.2)
25+
activesupport (= 4.0.0)
26+
arel (~> 4.0.0)
27+
activerecord-deprecated_finders (1.0.3)
28+
activesupport (4.0.0)
29+
i18n (~> 0.6, >= 0.6.4)
30+
minitest (~> 4.2)
31+
multi_json (~> 1.3)
32+
thread_safe (~> 0.1)
33+
tzinfo (~> 0.3.37)
34+
arel (4.0.0)
35+
atomic (1.1.13)
36+
builder (3.1.4)
3937
erubis (2.7.0)
40-
hike (1.2.1)
41-
i18n (0.6.0)
42-
journey (1.0.0)
43-
json (1.6.5)
44-
mail (2.4.1)
45-
i18n (>= 0.4.0)
38+
hike (1.2.3)
39+
i18n (0.6.5)
40+
mail (2.5.4)
4641
mime-types (~> 1.16)
4742
treetop (~> 1.4.8)
4843
metaclass (0.0.1)
49-
mime-types (1.17.2)
44+
mime-types (1.24)
45+
minitest (4.7.5)
5046
mocha (0.10.3)
5147
metaclass (~> 0.0.1)
52-
multi_json (1.0.4)
48+
multi_json (1.7.9)
5349
polyglot (0.3.3)
54-
rack (1.4.1)
55-
rack-cache (1.1)
56-
rack (>= 0.4)
57-
rack-ssl (1.3.2)
58-
rack
59-
rack-test (0.6.1)
50+
rack (1.5.2)
51+
rack-test (0.6.2)
6052
rack (>= 1.0)
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)
67-
bundler (~> 1.0)
68-
railties (= 3.2.0)
69-
railties (3.2.0)
70-
actionpack (= 3.2.0)
71-
activesupport (= 3.2.0)
72-
rack-ssl (~> 1.3.2)
53+
rails (4.0.0)
54+
actionmailer (= 4.0.0)
55+
actionpack (= 4.0.0)
56+
activerecord (= 4.0.0)
57+
activesupport (= 4.0.0)
58+
bundler (>= 1.3.0, < 2.0)
59+
railties (= 4.0.0)
60+
sprockets-rails (~> 2.0.0)
61+
railties (4.0.0)
62+
actionpack (= 4.0.0)
63+
activesupport (= 4.0.0)
7364
rake (>= 0.8.7)
74-
rdoc (~> 3.4)
75-
thor (~> 0.14.6)
76-
rake (0.9.2.2)
77-
rdoc (3.12)
78-
json (~> 1.4)
79-
sprockets (2.1.2)
65+
thor (>= 0.18.1, < 2.0)
66+
rake (10.1.0)
67+
sprockets (2.10.0)
8068
hike (~> 1.2)
69+
multi_json (~> 1.0)
8170
rack (~> 1.0)
8271
tilt (~> 1.1, != 1.3.0)
83-
thor (0.14.6)
84-
tilt (1.3.3)
85-
treetop (1.4.10)
72+
sprockets-rails (2.0.0)
73+
actionpack (>= 3.0)
74+
activesupport (>= 3.0)
75+
sprockets (~> 2.8)
76+
thor (0.18.1)
77+
thread_safe (0.1.2)
78+
atomic
79+
tilt (1.4.1)
80+
treetop (1.4.14)
8681
polyglot
8782
polyglot (>= 0.3.1)
88-
tzinfo (0.3.31)
83+
tzinfo (0.3.37)
8984

9085
PLATFORMS
9186
ruby

prototype-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'prototype-rails'
3-
spec.version = '3.2.1'
3+
spec.version = '4.0.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'

0 commit comments

Comments
 (0)