wagons 0.4.1 → 0.4.2

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 (31) hide show
  1. checksums.yaml +5 -13
  2. data/Rakefile +1 -1
  3. data/lib/wagons/version.rb +1 -1
  4. data/lib/wagons/view_helper.rb +1 -1
  5. data/test/ci/rails32.gemfile.lock +34 -34
  6. data/test/dummy/Gemfile.lock +35 -35
  7. data/test/dummy/app/models/person.rb +1 -1
  8. data/test/dummy/config/application.rb +1 -1
  9. data/test/dummy/config/initializers/session_store.rb +1 -1
  10. data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
  11. data/test/dummy/config/routes.rb +1 -1
  12. data/test/dummy/db/development.sqlite3 +0 -0
  13. data/test/dummy/db/fixtures/development/people.rb +2 -2
  14. data/test/dummy/db/fixtures/test/people.rb +2 -2
  15. data/test/dummy/db/test.sqlite3 +0 -0
  16. data/test/dummy/log/development.log +145 -1776
  17. data/test/dummy/log/test.log +5462 -36688
  18. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  24. data/test/dummy/vendor/wagons/superliner/Gemfile.lock +35 -35
  25. data/test/dummy/vendor/wagons/superliner/app/models/city.rb +1 -1
  26. data/test/dummy/vendor/wagons/superliner/db/fixtures/cities.rb +1 -1
  27. data/test/dummy/vendor/wagons/superliner/test/models/person_test.rb +2 -2
  28. data/test/dummy/vendor/wagons/superliner/test/wagon_test.rb +1 -1
  29. data/test/wagons_installer_test.rb +4 -4
  30. metadata +88 -90
  31. data/test/ci/rails40.gemfile.lock +0 -101
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NWQ2Nzc1MmJiZDAyMGIzODhkYjcxZjkxYzM4YzU1NTc0NGZjODVjNQ==
5
- data.tar.gz: !binary |-
6
- MzVlNmQ4MjNiYzM0YjM1ZjIzYTdjYzAzOGQ5NzFmMjFlM2QzMTY4MQ==
2
+ SHA1:
3
+ metadata.gz: 5f78699e1073752e00a0b7ce3da34083650f9d65
4
+ data.tar.gz: 5f442ad81d0b7f9580c871b33d237a8ee414c298
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZmQxOTQyZmIwMzExYTUxMmVkMDE4ODg5ZmY4NWM3ZmNlMDU5Zjc3YTVjZmE0
10
- YWRhMmFkNjllZWJjODUxNTU1Yzc3YTRhYWNkZTZlZTM2MGY3YTc2MTkyZDM2
11
- NWQxNTE0Y2UxMTE5Mzk3Yjg1YjMyYmI5NDY2YzhiODcxZmZhY2Y=
12
- data.tar.gz: !binary |-
13
- Mzg3NThjODk1YzBkOWRjOWQ5M2RlNjUzNzg0ZmJkMmY5YzM0OWRhN2NhNWQ2
14
- MmViYTE0ZTc5YmFiMWI5MGM3NDcyZTRlMDUxMTViZWQ3MTgwN2ZlMGY0M2Vm
15
- OTdhZjY0ZDcxZWM5YjJjYjRlYTQ4YmY3NGUwMzEzN2YwZWJlYWQ=
6
+ metadata.gz: b806d85f194cb42a41613de7efc10a4b8ba748ed64df688d50879a70ab1f07845ed2084b3939a312ebc3133f383add08fdcc31542424f37369efd7623ee10731
7
+ data.tar.gz: 54b670d0452d5304d34919ea93b4a4f39b70c617035ccde87fe4cbe7b8c7e6ca037ef16cdc73755eb636e29fcd4052539817e48e4c7f093bfecbb9a189dd3902
data/Rakefile CHANGED
@@ -54,4 +54,4 @@ task :set_rails_version do
54
54
  end
55
55
  end
56
56
 
57
- task default: :test
57
+ task :default => :test
@@ -1,3 +1,3 @@
1
1
  module Wagons
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
@@ -6,7 +6,7 @@ module Wagons
6
6
  # extension partials in.
7
7
  def render_extensions(key, options = {})
8
8
  extensions = find_extension_partials(key, options.delete(:folder)).map do |partial|
9
- render options.merge(partial: partial)
9
+ render options.merge(:partial => partial)
10
10
  end
11
11
  safe_join(extensions)
12
12
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- wagons (0.3.1)
4
+ wagons (0.4.1)
5
5
  bundler (>= 1.1)
6
6
  rails (>= 3.2)
7
7
  seed-fu-ndo (>= 0.0.2)
@@ -9,12 +9,12 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (3.2.16)
13
- actionpack (= 3.2.16)
12
+ actionmailer (3.2.21)
13
+ actionpack (= 3.2.21)
14
14
  mail (~> 2.5.4)
15
- actionpack (3.2.16)
16
- activemodel (= 3.2.16)
17
- activesupport (= 3.2.16)
15
+ actionpack (3.2.21)
16
+ activemodel (= 3.2.21)
17
+ activesupport (= 3.2.21)
18
18
  builder (~> 3.0.0)
19
19
  erubis (~> 2.7.0)
20
20
  journey (~> 1.0.4)
@@ -22,18 +22,18 @@ GEM
22
22
  rack-cache (~> 1.2)
23
23
  rack-test (~> 0.6.1)
24
24
  sprockets (~> 2.2.1)
25
- activemodel (3.2.16)
26
- activesupport (= 3.2.16)
25
+ activemodel (3.2.21)
26
+ activesupport (= 3.2.21)
27
27
  builder (~> 3.0.0)
28
- activerecord (3.2.16)
29
- activemodel (= 3.2.16)
30
- activesupport (= 3.2.16)
28
+ activerecord (3.2.21)
29
+ activemodel (= 3.2.21)
30
+ activesupport (= 3.2.21)
31
31
  arel (~> 3.0.2)
32
32
  tzinfo (~> 0.3.29)
33
- activeresource (3.2.16)
34
- activemodel (= 3.2.16)
35
- activesupport (= 3.2.16)
36
- activesupport (3.2.16)
33
+ activeresource (3.2.21)
34
+ activemodel (= 3.2.21)
35
+ activesupport (= 3.2.21)
36
+ activesupport (3.2.21)
37
37
  i18n (~> 0.6, >= 0.6.4)
38
38
  multi_json (~> 1.0)
39
39
  arel (3.0.3)
@@ -46,36 +46,36 @@ GEM
46
46
  mail (2.5.4)
47
47
  mime-types (~> 1.16)
48
48
  treetop (~> 1.4.8)
49
- metaclass (0.0.4)
49
+ metaclass (0.0.1)
50
50
  mime-types (1.25.1)
51
- mocha (1.1.0)
51
+ mocha (0.14.0)
52
52
  metaclass (~> 0.0.1)
53
- multi_json (1.10.1)
54
- open4 (1.3.4)
53
+ multi_json (1.0.4)
54
+ open4 (1.3.0)
55
55
  polyglot (0.3.5)
56
56
  rack (1.4.5)
57
57
  rack-cache (1.2)
58
58
  rack (>= 0.4)
59
- rack-ssl (1.3.3)
59
+ rack-ssl (1.3.4)
60
60
  rack
61
61
  rack-test (0.6.2)
62
62
  rack (>= 1.0)
63
- rails (3.2.16)
64
- actionmailer (= 3.2.16)
65
- actionpack (= 3.2.16)
66
- activerecord (= 3.2.16)
67
- activeresource (= 3.2.16)
68
- activesupport (= 3.2.16)
63
+ rails (3.2.21)
64
+ actionmailer (= 3.2.21)
65
+ actionpack (= 3.2.21)
66
+ activerecord (= 3.2.21)
67
+ activeresource (= 3.2.21)
68
+ activesupport (= 3.2.21)
69
69
  bundler (~> 1.0)
70
- railties (= 3.2.16)
71
- railties (3.2.16)
72
- actionpack (= 3.2.16)
73
- activesupport (= 3.2.16)
70
+ railties (= 3.2.21)
71
+ railties (3.2.21)
72
+ actionpack (= 3.2.21)
73
+ activesupport (= 3.2.21)
74
74
  rack-ssl (~> 1.3.2)
75
75
  rake (>= 0.8.7)
76
76
  rdoc (~> 3.4)
77
77
  thor (>= 0.14.6, < 2.0)
78
- rake (10.3.2)
78
+ rake (10.4.2)
79
79
  rdoc (3.12.2)
80
80
  json (~> 1.4)
81
81
  seed-fu (2.3.3)
@@ -83,18 +83,18 @@ GEM
83
83
  activesupport (>= 3.1, < 4.2)
84
84
  seed-fu-ndo (0.0.2)
85
85
  seed-fu (>= 2.2.0)
86
- sprockets (2.2.2)
86
+ sprockets (2.2.3)
87
87
  hike (~> 1.2)
88
88
  multi_json (~> 1.0)
89
89
  rack (~> 1.0)
90
90
  tilt (~> 1.1, != 1.3.0)
91
- sqlite3 (1.3.9)
91
+ sqlite3 (1.3.7)
92
92
  thor (0.19.1)
93
93
  tilt (1.4.1)
94
94
  treetop (1.4.15)
95
95
  polyglot
96
96
  polyglot (>= 0.3.1)
97
- tzinfo (0.3.41)
97
+ tzinfo (0.3.42)
98
98
 
99
99
  PLATFORMS
100
100
  ruby
@@ -1,7 +1,7 @@
1
1
  PATH
2
- remote: /home/pzumkehr/src/ruby/wagons
2
+ remote: /home/taazupa4/src/wagons
3
3
  specs:
4
- wagons (0.4.0)
4
+ wagons (0.4.2)
5
5
  bundler (>= 1.1)
6
6
  rails (>= 3.2)
7
7
  seed-fu-ndo (>= 0.0.2)
@@ -19,27 +19,27 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- actionmailer (4.1.6)
23
- actionpack (= 4.1.6)
24
- actionview (= 4.1.6)
22
+ actionmailer (4.1.8)
23
+ actionpack (= 4.1.8)
24
+ actionview (= 4.1.8)
25
25
  mail (~> 2.5, >= 2.5.4)
26
- actionpack (4.1.6)
27
- actionview (= 4.1.6)
28
- activesupport (= 4.1.6)
26
+ actionpack (4.1.8)
27
+ actionview (= 4.1.8)
28
+ activesupport (= 4.1.8)
29
29
  rack (~> 1.5.2)
30
30
  rack-test (~> 0.6.2)
31
- actionview (4.1.6)
32
- activesupport (= 4.1.6)
31
+ actionview (4.1.8)
32
+ activesupport (= 4.1.8)
33
33
  builder (~> 3.1)
34
34
  erubis (~> 2.7.0)
35
- activemodel (4.1.6)
36
- activesupport (= 4.1.6)
35
+ activemodel (4.1.8)
36
+ activesupport (= 4.1.8)
37
37
  builder (~> 3.1)
38
- activerecord (4.1.6)
39
- activemodel (= 4.1.6)
40
- activesupport (= 4.1.6)
38
+ activerecord (4.1.8)
39
+ activemodel (= 4.1.8)
40
+ activesupport (= 4.1.8)
41
41
  arel (~> 5.0.0)
42
- activesupport (4.1.6)
42
+ activesupport (4.1.8)
43
43
  i18n (~> 0.6, >= 0.6.9)
44
44
  json (~> 1.7, >= 1.7.7)
45
45
  minitest (~> 5.1)
@@ -51,48 +51,48 @@ GEM
51
51
  hike (1.2.3)
52
52
  i18n (0.6.11)
53
53
  json (1.8.1)
54
- mail (2.6.1)
54
+ mail (2.6.3)
55
55
  mime-types (>= 1.16, < 3)
56
56
  metaclass (0.0.4)
57
- mime-types (2.3)
58
- minitest (5.4.2)
57
+ mime-types (2.4.3)
58
+ minitest (5.4.3)
59
59
  mocha (1.1.0)
60
60
  metaclass (~> 0.0.1)
61
61
  multi_json (1.10.1)
62
62
  rack (1.5.2)
63
63
  rack-test (0.6.2)
64
64
  rack (>= 1.0)
65
- rails (4.1.6)
66
- actionmailer (= 4.1.6)
67
- actionpack (= 4.1.6)
68
- actionview (= 4.1.6)
69
- activemodel (= 4.1.6)
70
- activerecord (= 4.1.6)
71
- activesupport (= 4.1.6)
65
+ rails (4.1.8)
66
+ actionmailer (= 4.1.8)
67
+ actionpack (= 4.1.8)
68
+ actionview (= 4.1.8)
69
+ activemodel (= 4.1.8)
70
+ activerecord (= 4.1.8)
71
+ activesupport (= 4.1.8)
72
72
  bundler (>= 1.3.0, < 2.0)
73
- railties (= 4.1.6)
73
+ railties (= 4.1.8)
74
74
  sprockets-rails (~> 2.0)
75
- railties (4.1.6)
76
- actionpack (= 4.1.6)
77
- activesupport (= 4.1.6)
75
+ railties (4.1.8)
76
+ actionpack (= 4.1.8)
77
+ activesupport (= 4.1.8)
78
78
  rake (>= 0.8.7)
79
79
  thor (>= 0.18.1, < 2.0)
80
- rake (10.3.2)
80
+ rake (10.4.2)
81
81
  seed-fu (2.3.3)
82
82
  activerecord (>= 3.1, < 4.2)
83
83
  activesupport (>= 3.1, < 4.2)
84
84
  seed-fu-ndo (0.0.2)
85
85
  seed-fu (>= 2.2.0)
86
- sprockets (2.12.2)
86
+ sprockets (2.12.3)
87
87
  hike (~> 1.2)
88
88
  multi_json (~> 1.0)
89
89
  rack (~> 1.0)
90
90
  tilt (~> 1.1, != 1.3.0)
91
- sprockets-rails (2.1.4)
91
+ sprockets-rails (2.2.2)
92
92
  actionpack (>= 3.0)
93
93
  activesupport (>= 3.0)
94
- sprockets (~> 2.8)
95
- sqlite3 (1.3.9)
94
+ sprockets (>= 2.8, < 4.0)
95
+ sqlite3 (1.3.10)
96
96
  thor (0.19.1)
97
97
  thread_safe (0.3.4)
98
98
  tilt (1.4.1)
@@ -1,3 +1,3 @@
1
1
  class Person < ActiveRecord::Base
2
- validates :name, presence: true
2
+ validates :name, :presence => true
3
3
  end
@@ -4,7 +4,7 @@ require 'rails/all'
4
4
 
5
5
  if defined?(Bundler)
6
6
  # If you precompile assets before deploying to production, use this line
7
- Bundler.require(*Rails.groups(assets: %w(development test)))
7
+ Bundler.require(*Rails.groups(:assets => %w(development test)))
8
8
  # If you want your assets lazily compiled in production, use this line
9
9
  # Bundler.require(:default, :assets, Rails.env)
10
10
  end
@@ -1,6 +1,6 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
- Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
3
+ Dummy::Application.config.session_store :cookie_store, :key => '_dummy_session'
4
4
 
5
5
  # Use the database for sessions instead of the cookie-based default,
6
6
  # which shouldn't be used to store highly confidential information
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
7
  ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
8
+ wrap_parameters :format => [:json]
9
9
  end
10
10
 
11
11
  # Disable root element in JSON by default.
@@ -1,6 +1,6 @@
1
1
  Dummy::Application.routes.draw do
2
2
 
3
- resources :people, only: :index
3
+ resources :people, :only => :index
4
4
 
5
5
  # The priority is based upon order of creation:
6
6
  # first created -> highest priority.
Binary file
@@ -1,4 +1,4 @@
1
1
  Person.seed(:name,
2
- name: 'Pascal',
3
- birthday: '1980-21-08'
2
+ { :name => 'Pascal',
3
+ :birthday => '1980-21-08' }
4
4
  )
@@ -1,4 +1,4 @@
1
1
  Person.seed(:name,
2
- name: 'Pascal',
3
- birthday: '1980-21-08'
2
+ { :name => 'Pascal',
3
+ :birthday => '1980-21-08' }
4
4
  )
Binary file