wagons 0.4.2 → 0.4.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f78699e1073752e00a0b7ce3da34083650f9d65
4
- data.tar.gz: 5f442ad81d0b7f9580c871b33d237a8ee414c298
3
+ metadata.gz: 10e9ec48654561bb764b25825f38bf828bbea6c2
4
+ data.tar.gz: a813c30f9fd472e9070bae977183a1d751d72334
5
5
  SHA512:
6
- metadata.gz: b806d85f194cb42a41613de7efc10a4b8ba748ed64df688d50879a70ab1f07845ed2084b3939a312ebc3133f383add08fdcc31542424f37369efd7623ee10731
7
- data.tar.gz: 54b670d0452d5304d34919ea93b4a4f39b70c617035ccde87fe4cbe7b8c7e6ca037ef16cdc73755eb636e29fcd4052539817e48e4c7f093bfecbb9a189dd3902
6
+ metadata.gz: cc9d551efae4ce80b9c817eb7eef642937ad55b4761c80374e929eb3cf17389b7ad2cec20b1a6883dee25f7c45fffa4a88dcd3b26f466dbd5e531bdc6862ca90
7
+ data.tar.gz: b762cc92990f1084067083daeb33c67f6612aff6b10d129b6c768496ac58e3bfc0e258316643f5727f4384cd83a8e975fb8710b0d7073f4f63bb829b0e44014e
@@ -1,3 +1,3 @@
1
1
  module Wagons
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
@@ -46,7 +46,7 @@ module Wagons
46
46
  files.map do |f|
47
47
  m = f.match(/views.(.+?[\/\\])_(.+)\.\w+\.\w+$/)
48
48
  m[1] + m[2]
49
- end
49
+ end.uniq
50
50
  end
51
51
 
52
52
  def glob_pattern(list)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- wagons (0.4.1)
4
+ wagons (0.3.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.21)
13
- actionpack (= 3.2.21)
12
+ actionmailer (3.2.16)
13
+ actionpack (= 3.2.16)
14
14
  mail (~> 2.5.4)
15
- actionpack (3.2.21)
16
- activemodel (= 3.2.21)
17
- activesupport (= 3.2.21)
15
+ actionpack (3.2.16)
16
+ activemodel (= 3.2.16)
17
+ activesupport (= 3.2.16)
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.21)
26
- activesupport (= 3.2.21)
25
+ activemodel (3.2.16)
26
+ activesupport (= 3.2.16)
27
27
  builder (~> 3.0.0)
28
- activerecord (3.2.21)
29
- activemodel (= 3.2.21)
30
- activesupport (= 3.2.21)
28
+ activerecord (3.2.16)
29
+ activemodel (= 3.2.16)
30
+ activesupport (= 3.2.16)
31
31
  arel (~> 3.0.2)
32
32
  tzinfo (~> 0.3.29)
33
- activeresource (3.2.21)
34
- activemodel (= 3.2.21)
35
- activesupport (= 3.2.21)
36
- activesupport (3.2.21)
33
+ activeresource (3.2.16)
34
+ activemodel (= 3.2.16)
35
+ activesupport (= 3.2.16)
36
+ activesupport (3.2.16)
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.1)
49
+ metaclass (0.0.4)
50
50
  mime-types (1.25.1)
51
- mocha (0.14.0)
51
+ mocha (1.1.0)
52
52
  metaclass (~> 0.0.1)
53
- multi_json (1.0.4)
54
- open4 (1.3.0)
53
+ multi_json (1.10.1)
54
+ open4 (1.3.4)
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.4)
59
+ rack-ssl (1.3.3)
60
60
  rack
61
61
  rack-test (0.6.2)
62
62
  rack (>= 1.0)
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)
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)
69
69
  bundler (~> 1.0)
70
- railties (= 3.2.21)
71
- railties (3.2.21)
72
- actionpack (= 3.2.21)
73
- activesupport (= 3.2.21)
70
+ railties (= 3.2.16)
71
+ railties (3.2.16)
72
+ actionpack (= 3.2.16)
73
+ activesupport (= 3.2.16)
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.4.2)
78
+ rake (10.3.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.3)
86
+ sprockets (2.2.2)
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.7)
91
+ sqlite3 (1.3.9)
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.42)
97
+ tzinfo (0.3.41)
98
98
 
99
99
  PLATFORMS
100
100
  ruby
@@ -0,0 +1,101 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ wagons (0.3.1)
5
+ bundler (>= 1.1)
6
+ rails (>= 3.2)
7
+ seed-fu-ndo (>= 0.0.2)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.0.9)
13
+ actionpack (= 4.0.9)
14
+ mail (~> 2.5.4)
15
+ actionpack (4.0.9)
16
+ activesupport (= 4.0.9)
17
+ builder (~> 3.1.0)
18
+ erubis (~> 2.7.0)
19
+ rack (~> 1.5.2)
20
+ rack-test (~> 0.6.2)
21
+ activemodel (4.0.9)
22
+ activesupport (= 4.0.9)
23
+ builder (~> 3.1.0)
24
+ activerecord (4.0.9)
25
+ activemodel (= 4.0.9)
26
+ activerecord-deprecated_finders (~> 1.0.2)
27
+ activesupport (= 4.0.9)
28
+ arel (~> 4.0.0)
29
+ activerecord-deprecated_finders (1.0.3)
30
+ activesupport (4.0.9)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ minitest (~> 4.2)
33
+ multi_json (~> 1.3)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 0.3.37)
36
+ arel (4.0.2)
37
+ builder (3.1.4)
38
+ erubis (2.7.0)
39
+ hike (1.2.3)
40
+ i18n (0.6.11)
41
+ mail (2.5.4)
42
+ mime-types (~> 1.16)
43
+ treetop (~> 1.4.8)
44
+ metaclass (0.0.4)
45
+ mime-types (1.25.1)
46
+ minitest (4.7.5)
47
+ mocha (1.1.0)
48
+ metaclass (~> 0.0.1)
49
+ multi_json (1.10.1)
50
+ open4 (1.3.4)
51
+ polyglot (0.3.5)
52
+ rack (1.5.2)
53
+ rack-test (0.6.2)
54
+ rack (>= 1.0)
55
+ rails (4.0.9)
56
+ actionmailer (= 4.0.9)
57
+ actionpack (= 4.0.9)
58
+ activerecord (= 4.0.9)
59
+ activesupport (= 4.0.9)
60
+ bundler (>= 1.3.0, < 2.0)
61
+ railties (= 4.0.9)
62
+ sprockets-rails (~> 2.0)
63
+ railties (4.0.9)
64
+ actionpack (= 4.0.9)
65
+ activesupport (= 4.0.9)
66
+ rake (>= 0.8.7)
67
+ thor (>= 0.18.1, < 2.0)
68
+ rake (10.3.2)
69
+ seed-fu (2.3.3)
70
+ activerecord (>= 3.1, < 4.2)
71
+ activesupport (>= 3.1, < 4.2)
72
+ seed-fu-ndo (0.0.2)
73
+ seed-fu (>= 2.2.0)
74
+ sprockets (2.12.2)
75
+ hike (~> 1.2)
76
+ multi_json (~> 1.0)
77
+ rack (~> 1.0)
78
+ tilt (~> 1.1, != 1.3.0)
79
+ sprockets-rails (2.1.4)
80
+ actionpack (>= 3.0)
81
+ activesupport (>= 3.0)
82
+ sprockets (~> 2.8)
83
+ sqlite3 (1.3.9)
84
+ thor (0.19.1)
85
+ thread_safe (0.3.4)
86
+ tilt (1.4.1)
87
+ treetop (1.4.15)
88
+ polyglot
89
+ polyglot (>= 0.3.1)
90
+ tzinfo (0.3.41)
91
+
92
+ PLATFORMS
93
+ ruby
94
+
95
+ DEPENDENCIES
96
+ mocha
97
+ open4
98
+ rails (~> 4.0.0)
99
+ seed-fu-ndo (>= 0.0.2)
100
+ sqlite3
101
+ wagons!
@@ -1,5 +1,5 @@
1
1
  PATH
2
- remote: /home/taazupa4/src/wagons
2
+ remote: /home/pzumkehr/src/ruby/wagons
3
3
  specs:
4
4
  wagons (0.4.2)
5
5
  bundler (>= 1.1)
@@ -19,68 +19,93 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- actionmailer (4.1.8)
23
- actionpack (= 4.1.8)
24
- actionview (= 4.1.8)
22
+ actionmailer (4.2.1)
23
+ actionpack (= 4.2.1)
24
+ actionview (= 4.2.1)
25
+ activejob (= 4.2.1)
25
26
  mail (~> 2.5, >= 2.5.4)
26
- actionpack (4.1.8)
27
- actionview (= 4.1.8)
28
- activesupport (= 4.1.8)
29
- rack (~> 1.5.2)
27
+ rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ actionpack (4.2.1)
29
+ actionview (= 4.2.1)
30
+ activesupport (= 4.2.1)
31
+ rack (~> 1.6)
30
32
  rack-test (~> 0.6.2)
31
- actionview (4.1.8)
32
- activesupport (= 4.1.8)
33
+ rails-dom-testing (~> 1.0, >= 1.0.5)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
35
+ actionview (4.2.1)
36
+ activesupport (= 4.2.1)
33
37
  builder (~> 3.1)
34
38
  erubis (~> 2.7.0)
35
- activemodel (4.1.8)
36
- activesupport (= 4.1.8)
39
+ rails-dom-testing (~> 1.0, >= 1.0.5)
40
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
41
+ activejob (4.2.1)
42
+ activesupport (= 4.2.1)
43
+ globalid (>= 0.3.0)
44
+ activemodel (4.2.1)
45
+ activesupport (= 4.2.1)
37
46
  builder (~> 3.1)
38
- activerecord (4.1.8)
39
- activemodel (= 4.1.8)
40
- activesupport (= 4.1.8)
41
- arel (~> 5.0.0)
42
- activesupport (4.1.8)
43
- i18n (~> 0.6, >= 0.6.9)
47
+ activerecord (4.2.1)
48
+ activemodel (= 4.2.1)
49
+ activesupport (= 4.2.1)
50
+ arel (~> 6.0)
51
+ activesupport (4.2.1)
52
+ i18n (~> 0.7)
44
53
  json (~> 1.7, >= 1.7.7)
45
54
  minitest (~> 5.1)
46
- thread_safe (~> 0.1)
55
+ thread_safe (~> 0.3, >= 0.3.4)
47
56
  tzinfo (~> 1.1)
48
- arel (5.0.1.20140414130214)
57
+ arel (6.0.0)
49
58
  builder (3.2.2)
50
59
  erubis (2.7.0)
60
+ globalid (0.3.5)
61
+ activesupport (>= 4.1.0)
51
62
  hike (1.2.3)
52
- i18n (0.6.11)
53
- json (1.8.1)
63
+ i18n (0.7.0)
64
+ json (1.8.2)
65
+ loofah (2.0.1)
66
+ nokogiri (>= 1.5.9)
54
67
  mail (2.6.3)
55
68
  mime-types (>= 1.16, < 3)
56
69
  metaclass (0.0.4)
57
70
  mime-types (2.4.3)
58
- minitest (5.4.3)
71
+ mini_portile (0.6.2)
72
+ minitest (5.6.0)
59
73
  mocha (1.1.0)
60
74
  metaclass (~> 0.0.1)
61
- multi_json (1.10.1)
62
- rack (1.5.2)
63
- rack-test (0.6.2)
75
+ multi_json (1.11.0)
76
+ nokogiri (1.6.6.2)
77
+ mini_portile (~> 0.6.0)
78
+ rack (1.6.0)
79
+ rack-test (0.6.3)
64
80
  rack (>= 1.0)
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)
81
+ rails (4.2.1)
82
+ actionmailer (= 4.2.1)
83
+ actionpack (= 4.2.1)
84
+ actionview (= 4.2.1)
85
+ activejob (= 4.2.1)
86
+ activemodel (= 4.2.1)
87
+ activerecord (= 4.2.1)
88
+ activesupport (= 4.2.1)
72
89
  bundler (>= 1.3.0, < 2.0)
73
- railties (= 4.1.8)
74
- sprockets-rails (~> 2.0)
75
- railties (4.1.8)
76
- actionpack (= 4.1.8)
77
- activesupport (= 4.1.8)
90
+ railties (= 4.2.1)
91
+ sprockets-rails
92
+ rails-deprecated_sanitizer (1.0.3)
93
+ activesupport (>= 4.2.0.alpha)
94
+ rails-dom-testing (1.0.6)
95
+ activesupport (>= 4.2.0.beta, < 5.0)
96
+ nokogiri (~> 1.6.0)
97
+ rails-deprecated_sanitizer (>= 1.0.1)
98
+ rails-html-sanitizer (1.0.2)
99
+ loofah (~> 2.0)
100
+ railties (4.2.1)
101
+ actionpack (= 4.2.1)
102
+ activesupport (= 4.2.1)
78
103
  rake (>= 0.8.7)
79
104
  thor (>= 0.18.1, < 2.0)
80
105
  rake (10.4.2)
81
- seed-fu (2.3.3)
82
- activerecord (>= 3.1, < 4.2)
83
- activesupport (>= 3.1, < 4.2)
106
+ seed-fu (2.3.5)
107
+ activerecord (>= 3.1, < 4.3)
108
+ activesupport (>= 3.1, < 4.3)
84
109
  seed-fu-ndo (0.0.2)
85
110
  seed-fu (>= 2.2.0)
86
111
  sprockets (2.12.3)
@@ -88,13 +113,13 @@ GEM
88
113
  multi_json (~> 1.0)
89
114
  rack (~> 1.0)
90
115
  tilt (~> 1.1, != 1.3.0)
91
- sprockets-rails (2.2.2)
116
+ sprockets-rails (2.2.4)
92
117
  actionpack (>= 3.0)
93
118
  activesupport (>= 3.0)
94
119
  sprockets (>= 2.8, < 4.0)
95
120
  sqlite3 (1.3.10)
96
121
  thor (0.19.1)
97
- thread_safe (0.3.4)
122
+ thread_safe (0.3.5)
98
123
  tilt (1.4.1)
99
124
  tzinfo (1.2.2)
100
125
  thread_safe (~> 0.1)
@@ -0,0 +1 @@
1
+ List Main
@@ -10,7 +10,7 @@ Dummy::Application.configure do
10
10
  config.eager_load = false
11
11
 
12
12
  # Configure static asset server for tests with Cache-Control for performance
13
- config.serve_static_assets = true
13
+ config.serve_static_files = true
14
14
  config.static_cache_control = 'public, max-age=3600'
15
15
 
16
16
  # Show full error reports and disable caching
@@ -30,4 +30,6 @@ Dummy::Application.configure do
30
30
 
31
31
  # Print deprecation notices to the stderr
32
32
  config.active_support.deprecation = :stderr
33
+
34
+ config.active_support.test_order = :random
33
35
  end
Binary file
@@ -4,7 +4,7 @@ class CreatePeople < ActiveRecord::Migration
4
4
  t.string :name
5
5
  t.date :birthday
6
6
 
7
- t.timestamps
7
+ t.timestamps :null => false
8
8
  end
9
9
  end
10
10
  end
@@ -13,11 +13,11 @@
13
13
 
14
14
  ActiveRecord::Schema.define(version: 20120606125104) do
15
15
 
16
- create_table "people", force: true do |t|
17
- t.string "name"
16
+ create_table "people", force: :cascade do |t|
17
+ t.string "name", limit: 255
18
18
  t.date "birthday"
19
- t.datetime "created_at", null: false
20
- t.datetime "updated_at", null: false
19
+ t.datetime "created_at", null: false
20
+ t.datetime "updated_at", null: false
21
21
  end
22
22
 
23
23
  end
Binary file