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.
Files changed (7) hide show
  1. data/AUTHORS.rdoc +5 -0
  2. data/ChangeLog +6 -0
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +75 -79
  5. data/Rakefile +0 -1
  6. data/ReleaseInfo +1 -1
  7. metadata +2 -2
data/AUTHORS.rdoc CHANGED
@@ -3,3 +3,8 @@
3
3
  * 0.1.0.20120706
4
4
  * 0.1.1.20120710
5
5
  * 0.1.2.20130211
6
+ * 0.2.0.20130731
7
+
8
+ = LoveIsGrief (https://github.com/LoveIsGrief)
9
+
10
+ * 0.2.0.20130731
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
@@ -19,7 +19,7 @@ gem "jquery-rails"
19
19
  group :test do
20
20
 
21
21
  # Rails itself
22
- gem 'rails', '~>3.2.1'
22
+ gem 'rails'
23
23
 
24
24
  # RSpec
25
25
  gem 'rspec'
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.11)
10
- actionpack (= 3.2.11)
11
- mail (~> 2.4.4)
12
- actionpack (3.2.11)
13
- activemodel (= 3.2.11)
14
- activesupport (= 3.2.11)
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.0)
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.11)
23
- activesupport (= 3.2.11)
22
+ activemodel (3.2.14)
23
+ activesupport (= 3.2.14)
24
24
  builder (~> 3.0.0)
25
- activerecord (3.2.11)
26
- activemodel (= 3.2.11)
27
- activesupport (= 3.2.11)
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.11)
31
- activemodel (= 3.2.11)
32
- activesupport (= 3.2.11)
33
- activesupport (3.2.11)
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.2)
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
- selenium-webdriver (~> 2.0)
44
- xpath (~> 1.0.0)
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
- childprocess (0.3.8)
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.11.0)
54
- json (>= 1.4.6)
55
- cucumber-rails (1.3.0)
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.1.8)
55
+ cucumber (>= 1.2.0)
58
56
  nokogiri (>= 1.5.0)
59
- database_cleaner (0.9.1)
60
- diff-lcs (1.2.1)
57
+ rails (~> 3.0)
58
+ database_cleaner (1.0.1)
59
+ diff-lcs (1.2.4)
61
60
  erubis (2.7.0)
62
- ffi (1.3.1-x86-mingw32)
63
- gherkin (2.11.6-x86-mingw32)
64
- json (>= 1.7.6)
65
- hike (1.2.1)
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 (2.2.1)
66
+ jquery-rails (3.0.4)
69
67
  railties (>= 3.0, < 5.0)
70
68
  thor (>= 0.14, < 2.0)
71
- json (1.7.6)
72
- mail (2.4.4)
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.21)
77
- multi_json (1.5.0)
78
- nokogiri (1.5.6-x86-mingw32)
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.11)
88
- actionmailer (= 3.2.11)
89
- actionpack (= 3.2.11)
90
- activerecord (= 3.2.11)
91
- activeresource (= 3.2.11)
92
- activesupport (= 3.2.11)
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.11)
95
- railties (3.2.11)
96
- actionpack (= 3.2.11)
97
- activesupport (= 3.2.11)
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.3)
103
- rdoc (3.12.1)
102
+ rake (10.1.0)
103
+ rdoc (3.12.2)
104
104
  json (~> 1.4)
105
- rspec (2.0.1)
106
- rspec-core (~> 2.0.1)
107
- rspec-expectations (~> 2.0.1)
108
- rspec-mocks (~> 2.0.1)
109
- rspec-core (2.0.1)
110
- rspec-expectations (2.0.1)
111
- diff-lcs (>= 1.1.2)
112
- rspec-mocks (2.0.1)
113
- rspec-core (~> 2.0.1)
114
- rspec-expectations (~> 2.0.1)
115
- rspec-rails (2.0.1)
116
- rspec (~> 2.0.0)
117
- rubyzip (0.9.9)
118
- selenium-webdriver (2.29.0)
119
- childprocess (>= 0.2.5)
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.17.0)
130
- tilt (1.3.3)
131
- treetop (1.4.12)
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.35)
135
- websocket (1.0.7)
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 (~> 3.2.1)
143
+ rails
148
144
  rails-ajax!
149
145
  rspec
150
146
  rspec-rails
data/Rakefile CHANGED
@@ -31,5 +31,4 @@ task :test do |t|
31
31
  load("#{File.dirname(__FILE__)}/test/run.rb")
32
32
  end
33
33
 
34
-
35
34
  task :default => :test
data/ReleaseInfo CHANGED
@@ -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.1.2.20130211',
5
+ :version => '0.2.0.20130731',
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.1.2.20130211
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-02-12 00:00:00.000000000 Z
12
+ date: 2013-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails