rails-ajax 0.3.2.20131227 → 0.3.3.20140307

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 959c773c4e22e9073065c98197892ebd264dceb6
4
- data.tar.gz: 0fd686ac6b471b9733adb1b13410487d2b0f8f0f
3
+ metadata.gz: 345f911093db6d23b6d8c8f2e0d2322b47478b0f
4
+ data.tar.gz: b02ae050e13d6b26329ff12f4867f93f09ed9cdb
5
5
  SHA512:
6
- metadata.gz: 6ae25f50b03186a6d3ca712dd61ad38505e337aeb6c40096444e5eb52a9d6fe4e89ae67d4fbaf56f00816732cf3acd507a5302a23bcccaafbc3d0626707cf541
7
- data.tar.gz: 637f812c534f95af0b07e1c7cc5084979fbfab1db892c7c9c80ba7d0d94423aa90773923578927ef116efddf7429e8f83f95c68fdc2cf8029f088161d345a1f6
6
+ metadata.gz: 6020a12c030f49b312ee8058cd07328a49052f666d674267554a5373fd4f1d43ec9081a98e99879a43a6c31c1c8307f738c04c59486a8852cd62773122d77883
7
+ data.tar.gz: b647df1ac778c31bcfd107725ec9e305a59732e875ee1423ae8302051e1450a01d0c8354d83842c903f2f47cf3a1c379ab8492e505163d690bd35ba3c4c038d9
@@ -7,6 +7,7 @@
7
7
  * 0.3.0.20130913
8
8
  * 0.3.1.20131223
9
9
  * 0.3.2.20131227
10
+ * 0.3.3.20140307
10
11
 
11
12
  = LoveIsGrief (https://github.com/LoveIsGrief)
12
13
 
data/ChangeLog CHANGED
@@ -1,5 +1,11 @@
1
1
  = Rails-Ajax Release History
2
2
 
3
+ == 0.3.3.20140307 (Beta)
4
+
5
+ * Adapted tests environment to Travis
6
+ * Updated Travis environments
7
+ * Bug correction: Rails-Ajax did not work with Devise.
8
+
3
9
  == 0.3.2.20131227 (Beta)
4
10
 
5
11
  * Bug correction: link_to used with a block in Rails 4 did not use rails-ajax
@@ -8,31 +8,31 @@ GEM
8
8
  specs:
9
9
  actionmailer (0.6.1)
10
10
  actionpack (>= 0.9.5)
11
- actionpack (4.0.2)
12
- activesupport (= 4.0.2)
11
+ actionpack (4.0.3)
12
+ activesupport (= 4.0.3)
13
13
  builder (~> 3.1.0)
14
14
  erubis (~> 2.7.0)
15
15
  rack (~> 1.5.2)
16
16
  rack-test (~> 0.6.2)
17
- activemodel (4.0.2)
18
- activesupport (= 4.0.2)
17
+ activemodel (4.0.3)
18
+ activesupport (= 4.0.3)
19
19
  builder (~> 3.1.0)
20
- activerecord (4.0.2)
21
- activemodel (= 4.0.2)
20
+ activerecord (4.0.3)
21
+ activemodel (= 4.0.3)
22
22
  activerecord-deprecated_finders (~> 1.0.2)
23
- activesupport (= 4.0.2)
23
+ activesupport (= 4.0.3)
24
24
  arel (~> 4.0.0)
25
25
  activerecord-deprecated_finders (1.0.3)
26
- activesupport (4.0.2)
26
+ activesupport (4.0.3)
27
27
  i18n (~> 0.6, >= 0.6.4)
28
28
  minitest (~> 4.2)
29
29
  multi_json (~> 1.3)
30
30
  thread_safe (~> 0.1)
31
31
  tzinfo (~> 0.3.37)
32
- arel (4.0.1)
33
- atomic (1.1.14)
32
+ arel (4.0.2)
33
+ atomic (1.1.15)
34
34
  builder (3.1.4)
35
- capybara (2.2.0)
35
+ capybara (2.2.1)
36
36
  mime-types (>= 1.16)
37
37
  nokogiri (>= 1.3.3)
38
38
  rack (>= 1.0.0)
@@ -41,7 +41,7 @@ GEM
41
41
  capybara-webkit (1.1.0)
42
42
  capybara (~> 2.0, >= 2.0.2)
43
43
  json
44
- cucumber (1.3.10)
44
+ cucumber (1.3.11)
45
45
  builder (>= 2.1.2)
46
46
  diff-lcs (>= 1.1.3)
47
47
  gherkin (~> 2.12)
@@ -57,15 +57,15 @@ GEM
57
57
  gherkin (2.12.2)
58
58
  multi_json (~> 1.3)
59
59
  i18n (0.6.9)
60
- jquery-rails (3.0.4)
60
+ jquery-rails (3.1.0)
61
61
  railties (>= 3.0, < 5.0)
62
62
  thor (>= 0.14, < 2.0)
63
63
  json (1.8.1)
64
- mime-types (2.0)
64
+ mime-types (2.1)
65
65
  mini_portile (0.5.2)
66
66
  minitest (4.7.5)
67
- multi_json (1.8.2)
68
- multi_test (0.0.2)
67
+ multi_json (1.9.0)
68
+ multi_test (0.0.3)
69
69
  nokogiri (1.6.1)
70
70
  mini_portile (~> 0.5.0)
71
71
  rack (1.5.2)
@@ -76,9 +76,9 @@ GEM
76
76
  actionpack (>= 1.4.0)
77
77
  activerecord (>= 1.6.0)
78
78
  rake (>= 0.4.15)
79
- railties (4.0.2)
80
- actionpack (= 4.0.2)
81
- activesupport (= 4.0.2)
79
+ railties (4.0.3)
80
+ actionpack (= 4.0.3)
81
+ activesupport (= 4.0.3)
82
82
  rake (>= 0.8.7)
83
83
  thor (>= 0.18.1, < 2.0)
84
84
  rake (10.1.1)
@@ -86,21 +86,22 @@ GEM
86
86
  rspec-core (~> 2.14.0)
87
87
  rspec-expectations (~> 2.14.0)
88
88
  rspec-mocks (~> 2.14.0)
89
- rspec-core (2.14.7)
90
- rspec-expectations (2.14.4)
89
+ rspec-core (2.14.8)
90
+ rspec-expectations (2.14.5)
91
91
  diff-lcs (>= 1.1.3, < 2.0)
92
- rspec-mocks (2.14.4)
93
- rspec-rails (2.14.0)
92
+ rspec-mocks (2.14.6)
93
+ rspec-rails (2.14.1)
94
94
  actionpack (>= 3.0)
95
+ activemodel (>= 3.0)
95
96
  activesupport (>= 3.0)
96
97
  railties (>= 3.0)
97
98
  rspec-core (~> 2.14.0)
98
99
  rspec-expectations (~> 2.14.0)
99
100
  rspec-mocks (~> 2.14.0)
100
- sqlite3 (1.3.8)
101
+ sqlite3 (1.3.9)
101
102
  thor (0.18.1)
102
- thread_safe (0.1.3)
103
- atomic
103
+ thread_safe (0.2.0)
104
+ atomic (>= 1.1.7, < 2)
104
105
  tzinfo (0.3.38)
105
106
  xpath (2.0.0)
106
107
  nokogiri (~> 1.3)
@@ -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.2.20131227',
5
+ :version => '0.3.3.20140307',
6
6
  :tags => [ 'Beta' ],
7
7
  :dev_status => 'Beta'
8
8
  }
@@ -8,8 +8,6 @@ module RailsAjax
8
8
  # Module defining new methods that will be part of every controller
9
9
  module Controller
10
10
 
11
- protected
12
-
13
11
  # Render
14
12
  # Adapt to AJAX calls, by returning the following JSON object that will be interpreted by client side JavaScript.
15
13
  def render(*iArgs, &iBlock)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ajax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.20131227
4
+ version: 0.3.3.20140307
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muriel Salvan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-27 00:00:00.000000000 Z
11
+ date: 2014-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -32,15 +32,20 @@ executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - assets/javascripts/jquery.history.js
36
- - assets/javascripts/jquery.rails-ajax.js.erb
37
35
  - AUTHORS.rdoc
38
36
  - ChangeLog
39
37
  - Credits
40
38
  - Gemfile
41
39
  - Gemfile.lock
40
+ - LICENSE
41
+ - README.rdoc
42
+ - Rakefile
43
+ - ReleaseInfo
44
+ - assets/javascripts/jquery.history.js
45
+ - assets/javascripts/jquery.rails-ajax.js.erb
42
46
  - gen/app/assets/javascripts/RailsAjax-Config.js.erb
43
47
  - gen/config/initializers/rails-ajax-config.rb
48
+ - lib/rails-ajax.rb
44
49
  - lib/rails-ajax/action_controller/base.rb
45
50
  - lib/rails-ajax/action_view/base.rb
46
51
  - lib/rails-ajax/configuration.rb
@@ -49,11 +54,6 @@ files:
49
54
  - lib/rails-ajax/rails-ajax.rb
50
55
  - lib/rails-ajax/railtie.rb
51
56
  - lib/rails-ajax/url_helper.rb
52
- - lib/rails-ajax.rb
53
- - LICENSE
54
- - Rakefile
55
- - README.rdoc
56
- - ReleaseInfo
57
57
  - tasks/rails-ajax_tasks.rake
58
58
  homepage: http://rails-ajax.sourceforge.net
59
59
  licenses: []
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  requirements: []
76
76
  rubyforge_project: rails-ajax
77
- rubygems_version: 2.0.14
77
+ rubygems_version: 2.2.2
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: Add Ajax capabilities to Rails websites with history, bookmarking, partial