rails-ajax 0.1.2.20130211 → 0.2.0.20130731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS.rdoc +5 -0
- data/ChangeLog +6 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +75 -79
- data/Rakefile +0 -1
- data/ReleaseInfo +1 -1
- metadata +2 -2
data/AUTHORS.rdoc
CHANGED
data/ChangeLog
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
= Rails-Ajax Release History
|
2
2
|
|
3
|
+
== 0.2.0.20130731 (Beta)
|
4
|
+
|
5
|
+
* Added support for Rails 4
|
6
|
+
* Integrate same test cases running for both Rails 3 and 4
|
7
|
+
* Added Travis CI and migrated to last Rails version
|
8
|
+
|
3
9
|
== 0.1.2.20130211 (Beta)
|
4
10
|
|
5
11
|
* Migrated to Rails 3.2.11 and jQuery >=1.9
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -6,76 +6,76 @@ PATH
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actionmailer (3.2.
|
10
|
-
actionpack (= 3.2.
|
11
|
-
mail (~> 2.
|
12
|
-
actionpack (3.2.
|
13
|
-
activemodel (= 3.2.
|
14
|
-
activesupport (= 3.2.
|
9
|
+
actionmailer (3.2.14)
|
10
|
+
actionpack (= 3.2.14)
|
11
|
+
mail (~> 2.5.4)
|
12
|
+
actionpack (3.2.14)
|
13
|
+
activemodel (= 3.2.14)
|
14
|
+
activesupport (= 3.2.14)
|
15
15
|
builder (~> 3.0.0)
|
16
16
|
erubis (~> 2.7.0)
|
17
17
|
journey (~> 1.0.4)
|
18
|
-
rack (~> 1.4.
|
18
|
+
rack (~> 1.4.5)
|
19
19
|
rack-cache (~> 1.2)
|
20
20
|
rack-test (~> 0.6.1)
|
21
21
|
sprockets (~> 2.2.1)
|
22
|
-
activemodel (3.2.
|
23
|
-
activesupport (= 3.2.
|
22
|
+
activemodel (3.2.14)
|
23
|
+
activesupport (= 3.2.14)
|
24
24
|
builder (~> 3.0.0)
|
25
|
-
activerecord (3.2.
|
26
|
-
activemodel (= 3.2.
|
27
|
-
activesupport (= 3.2.
|
25
|
+
activerecord (3.2.14)
|
26
|
+
activemodel (= 3.2.14)
|
27
|
+
activesupport (= 3.2.14)
|
28
28
|
arel (~> 3.0.2)
|
29
29
|
tzinfo (~> 0.3.29)
|
30
|
-
activeresource (3.2.
|
31
|
-
activemodel (= 3.2.
|
32
|
-
activesupport (= 3.2.
|
33
|
-
activesupport (3.2.
|
34
|
-
i18n (~> 0.6)
|
30
|
+
activeresource (3.2.14)
|
31
|
+
activemodel (= 3.2.14)
|
32
|
+
activesupport (= 3.2.14)
|
33
|
+
activesupport (3.2.14)
|
34
|
+
i18n (~> 0.6, >= 0.6.4)
|
35
35
|
multi_json (~> 1.0)
|
36
36
|
arel (3.0.2)
|
37
37
|
builder (3.0.4)
|
38
|
-
capybara (2.0
|
38
|
+
capybara (2.1.0)
|
39
39
|
mime-types (>= 1.16)
|
40
40
|
nokogiri (>= 1.3.3)
|
41
41
|
rack (>= 1.0.0)
|
42
42
|
rack-test (>= 0.5.4)
|
43
|
-
|
44
|
-
|
45
|
-
capybara-webkit (0.14.1)
|
43
|
+
xpath (~> 2.0)
|
44
|
+
capybara-webkit (1.0.0)
|
46
45
|
capybara (~> 2.0, >= 2.0.2)
|
47
46
|
json
|
48
|
-
|
49
|
-
ffi (~> 1.0, >= 1.0.11)
|
50
|
-
cucumber (1.2.1)
|
47
|
+
cucumber (1.3.5)
|
51
48
|
builder (>= 2.1.2)
|
52
49
|
diff-lcs (>= 1.1.3)
|
53
|
-
gherkin (~> 2.
|
54
|
-
|
55
|
-
|
50
|
+
gherkin (~> 2.12.0)
|
51
|
+
multi_json (~> 1.7.5)
|
52
|
+
multi_test (>= 0.0.2)
|
53
|
+
cucumber-rails (1.3.1)
|
56
54
|
capybara (>= 1.1.2)
|
57
|
-
cucumber (>= 1.
|
55
|
+
cucumber (>= 1.2.0)
|
58
56
|
nokogiri (>= 1.5.0)
|
59
|
-
|
60
|
-
|
57
|
+
rails (~> 3.0)
|
58
|
+
database_cleaner (1.0.1)
|
59
|
+
diff-lcs (1.2.4)
|
61
60
|
erubis (2.7.0)
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
i18n (0.6.1)
|
61
|
+
gherkin (2.12.0-x86-mingw32)
|
62
|
+
multi_json (~> 1.3)
|
63
|
+
hike (1.2.3)
|
64
|
+
i18n (0.6.4)
|
67
65
|
journey (1.0.4)
|
68
|
-
jquery-rails (
|
66
|
+
jquery-rails (3.0.4)
|
69
67
|
railties (>= 3.0, < 5.0)
|
70
68
|
thor (>= 0.14, < 2.0)
|
71
|
-
json (1.
|
72
|
-
mail (2.
|
73
|
-
i18n (>= 0.4.0)
|
69
|
+
json (1.8.0)
|
70
|
+
mail (2.5.4)
|
74
71
|
mime-types (~> 1.16)
|
75
72
|
treetop (~> 1.4.8)
|
76
|
-
mime-types (1.
|
77
|
-
|
78
|
-
|
73
|
+
mime-types (1.23)
|
74
|
+
mini_portile (0.5.1)
|
75
|
+
multi_json (1.7.7)
|
76
|
+
multi_test (0.0.2)
|
77
|
+
nokogiri (1.6.0-x86-mingw32)
|
78
|
+
mini_portile (~> 0.5.0)
|
79
79
|
polyglot (0.3.3)
|
80
80
|
rack (1.4.5)
|
81
81
|
rack-cache (1.2)
|
@@ -84,56 +84,52 @@ GEM
|
|
84
84
|
rack
|
85
85
|
rack-test (0.6.2)
|
86
86
|
rack (>= 1.0)
|
87
|
-
rails (3.2.
|
88
|
-
actionmailer (= 3.2.
|
89
|
-
actionpack (= 3.2.
|
90
|
-
activerecord (= 3.2.
|
91
|
-
activeresource (= 3.2.
|
92
|
-
activesupport (= 3.2.
|
87
|
+
rails (3.2.14)
|
88
|
+
actionmailer (= 3.2.14)
|
89
|
+
actionpack (= 3.2.14)
|
90
|
+
activerecord (= 3.2.14)
|
91
|
+
activeresource (= 3.2.14)
|
92
|
+
activesupport (= 3.2.14)
|
93
93
|
bundler (~> 1.0)
|
94
|
-
railties (= 3.2.
|
95
|
-
railties (3.2.
|
96
|
-
actionpack (= 3.2.
|
97
|
-
activesupport (= 3.2.
|
94
|
+
railties (= 3.2.14)
|
95
|
+
railties (3.2.14)
|
96
|
+
actionpack (= 3.2.14)
|
97
|
+
activesupport (= 3.2.14)
|
98
98
|
rack-ssl (~> 1.3.2)
|
99
99
|
rake (>= 0.8.7)
|
100
100
|
rdoc (~> 3.4)
|
101
101
|
thor (>= 0.14.6, < 2.0)
|
102
|
-
rake (10.0
|
103
|
-
rdoc (3.12.
|
102
|
+
rake (10.1.0)
|
103
|
+
rdoc (3.12.2)
|
104
104
|
json (~> 1.4)
|
105
|
-
rspec (2.
|
106
|
-
rspec-core (~> 2.0
|
107
|
-
rspec-expectations (~> 2.0
|
108
|
-
rspec-mocks (~> 2.0
|
109
|
-
rspec-core (2.
|
110
|
-
rspec-expectations (2.0
|
111
|
-
diff-lcs (>= 1.1.2)
|
112
|
-
rspec-mocks (2.
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
multi_json (~> 1.0)
|
121
|
-
rubyzip
|
122
|
-
websocket (~> 1.0.4)
|
105
|
+
rspec (2.14.1)
|
106
|
+
rspec-core (~> 2.14.0)
|
107
|
+
rspec-expectations (~> 2.14.0)
|
108
|
+
rspec-mocks (~> 2.14.0)
|
109
|
+
rspec-core (2.14.4)
|
110
|
+
rspec-expectations (2.14.0)
|
111
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
112
|
+
rspec-mocks (2.14.2)
|
113
|
+
rspec-rails (2.14.0)
|
114
|
+
actionpack (>= 3.0)
|
115
|
+
activesupport (>= 3.0)
|
116
|
+
railties (>= 3.0)
|
117
|
+
rspec-core (~> 2.14.0)
|
118
|
+
rspec-expectations (~> 2.14.0)
|
119
|
+
rspec-mocks (~> 2.14.0)
|
123
120
|
sprockets (2.2.2)
|
124
121
|
hike (~> 1.2)
|
125
122
|
multi_json (~> 1.0)
|
126
123
|
rack (~> 1.0)
|
127
124
|
tilt (~> 1.1, != 1.3.0)
|
128
125
|
sqlite3 (1.3.7-x86-mingw32)
|
129
|
-
thor (0.
|
130
|
-
tilt (1.
|
131
|
-
treetop (1.4.
|
126
|
+
thor (0.18.1)
|
127
|
+
tilt (1.4.1)
|
128
|
+
treetop (1.4.14)
|
132
129
|
polyglot
|
133
130
|
polyglot (>= 0.3.1)
|
134
|
-
tzinfo (0.3.
|
135
|
-
|
136
|
-
xpath (1.0.0)
|
131
|
+
tzinfo (0.3.37)
|
132
|
+
xpath (2.0.0)
|
137
133
|
nokogiri (~> 1.3)
|
138
134
|
|
139
135
|
PLATFORMS
|
@@ -144,7 +140,7 @@ DEPENDENCIES
|
|
144
140
|
cucumber-rails
|
145
141
|
database_cleaner
|
146
142
|
jquery-rails
|
147
|
-
rails
|
143
|
+
rails
|
148
144
|
rails-ajax!
|
149
145
|
rspec
|
150
146
|
rspec-rails
|
data/Rakefile
CHANGED
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.
|
4
|
+
version: 0.2.0.20130731
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|