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.
Files changed (5) hide show
  1. data/AUTHORS.rdoc +1 -0
  2. data/ChangeLog +4 -0
  3. data/Gemfile.lock +59 -86
  4. data/ReleaseInfo +1 -1
  5. metadata +4 -4
@@ -5,6 +5,7 @@
5
5
  * 0.1.2.20130211
6
6
  * 0.2.0.20130731
7
7
  * 0.3.0.20130913
8
+ * 0.3.1.20131223
8
9
 
9
10
  = LoveIsGrief (https://github.com/LoveIsGrief)
10
11
 
data/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  = Rails-Ajax Release History
2
2
 
3
+ == 0.3.1.20131223 (Beta)
4
+
5
+ * Corrected Rails dependency. Now works for Rails 4.
6
+
3
7
  == 0.3.0.20130913 (Beta)
4
8
 
5
9
  * Implemented use_rails_ajax switch.
@@ -6,110 +6,90 @@ PATH
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
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
- 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
- journey (~> 1.0.4)
18
- rack (~> 1.4.5)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.14)
23
- activesupport (= 3.2.14)
24
- builder (~> 3.0.0)
25
- activerecord (3.2.14)
26
- activemodel (= 3.2.14)
27
- activesupport (= 3.2.14)
28
- arel (~> 3.0.2)
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
- multi_json (~> 1.0)
36
- arel (3.0.2)
37
- builder (3.0.4)
38
- capybara (2.1.0)
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.0.0)
41
+ capybara-webkit (1.1.0)
45
42
  capybara (~> 2.0, >= 2.0.2)
46
43
  json
47
- cucumber (1.3.5)
44
+ cucumber (1.3.10)
48
45
  builder (>= 2.1.2)
49
46
  diff-lcs (>= 1.1.3)
50
- gherkin (~> 2.12.0)
51
- multi_json (~> 1.7.5)
47
+ gherkin (~> 2.12)
48
+ multi_json (>= 1.7.5, < 2.0)
52
49
  multi_test (>= 0.0.2)
53
- cucumber-rails (1.3.1)
50
+ cucumber-rails (1.3.0)
54
51
  capybara (>= 1.1.2)
55
- cucumber (>= 1.2.0)
52
+ cucumber (>= 1.1.8)
56
53
  nokogiri (>= 1.5.0)
57
- rails (~> 3.0)
58
- database_cleaner (1.0.1)
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.0-x86-mingw32)
57
+ gherkin (2.12.2-x86-mingw32)
62
58
  multi_json (~> 1.3)
63
- hike (1.2.3)
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.0)
70
- mail (2.5.4)
71
- mime-types (~> 1.16)
72
- treetop (~> 1.4.8)
73
- mime-types (1.23)
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.0-x86-mingw32)
69
+ nokogiri (1.6.1-x86-mingw32)
78
70
  mini_portile (~> 0.5.0)
79
- polyglot (0.3.3)
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 (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
- bundler (~> 1.0)
94
- railties (= 3.2.14)
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
- rdoc (~> 3.4)
101
- thor (>= 0.14.6, < 2.0)
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.4)
110
- rspec-expectations (2.14.0)
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.2)
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
- sprockets (2.2.2)
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
- tilt (1.4.1)
128
- treetop (1.4.14)
129
- polyglot
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
 
@@ -2,7 +2,7 @@
2
2
  # This file has been generated by RubyPackager during a delivery.
3
3
  # More info about RubyPackager: http://rubypackager.sourceforge.net
4
4
  {
5
- :version => '0.3.0.20130913',
5
+ :version => '0.3.1.20131223',
6
6
  :tags => [ 'Beta' ],
7
7
  :dev_status => 'Beta'
8
8
  }
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.0.20130913
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-09-13 00:00:00.000000000 Z
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