rails-ajax 0.3.0.20130913 → 0.3.1.20131223
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS.rdoc +1 -0
- data/ChangeLog +4 -0
- data/Gemfile.lock +59 -86
- data/ReleaseInfo +1 -1
- metadata +4 -4
data/AUTHORS.rdoc
CHANGED
data/ChangeLog
CHANGED
data/Gemfile.lock
CHANGED
@@ -6,110 +6,90 @@ PATH
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actionmailer (
|
10
|
-
actionpack (
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
activesupport (= 3.2.14)
|
15
|
-
builder (~> 3.0.0)
|
9
|
+
actionmailer (0.6.1)
|
10
|
+
actionpack (>= 0.9.5)
|
11
|
+
actionpack (4.0.2)
|
12
|
+
activesupport (= 4.0.2)
|
13
|
+
builder (~> 3.1.0)
|
16
14
|
erubis (~> 2.7.0)
|
17
|
-
|
18
|
-
rack (~>
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
tzinfo (~> 0.3.29)
|
30
|
-
activeresource (3.2.14)
|
31
|
-
activemodel (= 3.2.14)
|
32
|
-
activesupport (= 3.2.14)
|
33
|
-
activesupport (3.2.14)
|
15
|
+
rack (~> 1.5.2)
|
16
|
+
rack-test (~> 0.6.2)
|
17
|
+
activemodel (4.0.2)
|
18
|
+
activesupport (= 4.0.2)
|
19
|
+
builder (~> 3.1.0)
|
20
|
+
activerecord (4.0.2)
|
21
|
+
activemodel (= 4.0.2)
|
22
|
+
activerecord-deprecated_finders (~> 1.0.2)
|
23
|
+
activesupport (= 4.0.2)
|
24
|
+
arel (~> 4.0.0)
|
25
|
+
activerecord-deprecated_finders (1.0.3)
|
26
|
+
activesupport (4.0.2)
|
34
27
|
i18n (~> 0.6, >= 0.6.4)
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
28
|
+
minitest (~> 4.2)
|
29
|
+
multi_json (~> 1.3)
|
30
|
+
thread_safe (~> 0.1)
|
31
|
+
tzinfo (~> 0.3.37)
|
32
|
+
arel (4.0.1)
|
33
|
+
atomic (1.1.14)
|
34
|
+
builder (3.1.4)
|
35
|
+
capybara (2.2.0)
|
39
36
|
mime-types (>= 1.16)
|
40
37
|
nokogiri (>= 1.3.3)
|
41
38
|
rack (>= 1.0.0)
|
42
39
|
rack-test (>= 0.5.4)
|
43
40
|
xpath (~> 2.0)
|
44
|
-
capybara-webkit (1.
|
41
|
+
capybara-webkit (1.1.0)
|
45
42
|
capybara (~> 2.0, >= 2.0.2)
|
46
43
|
json
|
47
|
-
cucumber (1.3.
|
44
|
+
cucumber (1.3.10)
|
48
45
|
builder (>= 2.1.2)
|
49
46
|
diff-lcs (>= 1.1.3)
|
50
|
-
gherkin (~> 2.12
|
51
|
-
multi_json (
|
47
|
+
gherkin (~> 2.12)
|
48
|
+
multi_json (>= 1.7.5, < 2.0)
|
52
49
|
multi_test (>= 0.0.2)
|
53
|
-
cucumber-rails (1.3.
|
50
|
+
cucumber-rails (1.3.0)
|
54
51
|
capybara (>= 1.1.2)
|
55
|
-
cucumber (>= 1.
|
52
|
+
cucumber (>= 1.1.8)
|
56
53
|
nokogiri (>= 1.5.0)
|
57
|
-
|
58
|
-
|
59
|
-
diff-lcs (1.2.4)
|
54
|
+
database_cleaner (1.2.0)
|
55
|
+
diff-lcs (1.2.5)
|
60
56
|
erubis (2.7.0)
|
61
|
-
gherkin (2.12.
|
57
|
+
gherkin (2.12.2-x86-mingw32)
|
62
58
|
multi_json (~> 1.3)
|
63
|
-
|
64
|
-
i18n (0.6.4)
|
65
|
-
journey (1.0.4)
|
59
|
+
i18n (0.6.9)
|
66
60
|
jquery-rails (3.0.4)
|
67
61
|
railties (>= 3.0, < 5.0)
|
68
62
|
thor (>= 0.14, < 2.0)
|
69
|
-
json (1.8.
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
mini_portile (0.5.1)
|
75
|
-
multi_json (1.7.7)
|
63
|
+
json (1.8.1)
|
64
|
+
mime-types (2.0)
|
65
|
+
mini_portile (0.5.2)
|
66
|
+
minitest (4.7.5)
|
67
|
+
multi_json (1.8.2)
|
76
68
|
multi_test (0.0.2)
|
77
|
-
nokogiri (1.6.
|
69
|
+
nokogiri (1.6.1-x86-mingw32)
|
78
70
|
mini_portile (~> 0.5.0)
|
79
|
-
|
80
|
-
rack (1.4.5)
|
81
|
-
rack-cache (1.2)
|
82
|
-
rack (>= 0.4)
|
83
|
-
rack-ssl (1.3.3)
|
84
|
-
rack
|
71
|
+
rack (1.5.2)
|
85
72
|
rack-test (0.6.2)
|
86
73
|
rack (>= 1.0)
|
87
|
-
rails (
|
88
|
-
actionmailer (
|
89
|
-
actionpack (
|
90
|
-
activerecord (
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
railties (3.2.14)
|
96
|
-
actionpack (= 3.2.14)
|
97
|
-
activesupport (= 3.2.14)
|
98
|
-
rack-ssl (~> 1.3.2)
|
74
|
+
rails (0.9.5)
|
75
|
+
actionmailer (>= 0.6.1)
|
76
|
+
actionpack (>= 1.4.0)
|
77
|
+
activerecord (>= 1.6.0)
|
78
|
+
rake (>= 0.4.15)
|
79
|
+
railties (4.0.2)
|
80
|
+
actionpack (= 4.0.2)
|
81
|
+
activesupport (= 4.0.2)
|
99
82
|
rake (>= 0.8.7)
|
100
|
-
|
101
|
-
|
102
|
-
rake (10.1.0)
|
103
|
-
rdoc (3.12.2)
|
104
|
-
json (~> 1.4)
|
83
|
+
thor (>= 0.18.1, < 2.0)
|
84
|
+
rake (10.1.1)
|
105
85
|
rspec (2.14.1)
|
106
86
|
rspec-core (~> 2.14.0)
|
107
87
|
rspec-expectations (~> 2.14.0)
|
108
88
|
rspec-mocks (~> 2.14.0)
|
109
|
-
rspec-core (2.14.
|
110
|
-
rspec-expectations (2.14.
|
89
|
+
rspec-core (2.14.7)
|
90
|
+
rspec-expectations (2.14.4)
|
111
91
|
diff-lcs (>= 1.1.3, < 2.0)
|
112
|
-
rspec-mocks (2.14.
|
92
|
+
rspec-mocks (2.14.4)
|
113
93
|
rspec-rails (2.14.0)
|
114
94
|
actionpack (>= 3.0)
|
115
95
|
activesupport (>= 3.0)
|
@@ -117,18 +97,11 @@ GEM
|
|
117
97
|
rspec-core (~> 2.14.0)
|
118
98
|
rspec-expectations (~> 2.14.0)
|
119
99
|
rspec-mocks (~> 2.14.0)
|
120
|
-
|
121
|
-
hike (~> 1.2)
|
122
|
-
multi_json (~> 1.0)
|
123
|
-
rack (~> 1.0)
|
124
|
-
tilt (~> 1.1, != 1.3.0)
|
125
|
-
sqlite3 (1.3.7-x86-mingw32)
|
100
|
+
sqlite3 (1.3.8-x86-mingw32)
|
126
101
|
thor (0.18.1)
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
polyglot (>= 0.3.1)
|
131
|
-
tzinfo (0.3.37)
|
102
|
+
thread_safe (0.1.3)
|
103
|
+
atomic
|
104
|
+
tzinfo (0.3.38)
|
132
105
|
xpath (2.0.0)
|
133
106
|
nokogiri (~> 1.3)
|
134
107
|
|
data/ReleaseInfo
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-ajax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1.20131223
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,14 +9,14 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-12-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 3.2.1
|
22
22
|
type: :runtime
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 3.2.1
|
30
30
|
description: Add Ajax capabilities to Rails websites, with minimal code changes. Supports
|