wagons 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ PATH
6
6
  PATH
7
7
  remote: /home/pzumkehr/src/ruby/wagons
8
8
  specs:
9
- wagons (0.3.1)
9
+ wagons (0.4.0)
10
10
  bundler (>= 1.1)
11
11
  rails (>= 3.2)
12
12
  seed-fu-ndo (>= 0.0.2)
@@ -15,27 +15,27 @@ GEM
15
15
  remote: https://rubygems.org/
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- actionmailer (4.1.5)
19
- actionpack (= 4.1.5)
20
- actionview (= 4.1.5)
21
- mail (~> 2.5.4)
22
- actionpack (4.1.5)
23
- actionview (= 4.1.5)
24
- activesupport (= 4.1.5)
18
+ actionmailer (4.1.6)
19
+ actionpack (= 4.1.6)
20
+ actionview (= 4.1.6)
21
+ mail (~> 2.5, >= 2.5.4)
22
+ actionpack (4.1.6)
23
+ actionview (= 4.1.6)
24
+ activesupport (= 4.1.6)
25
25
  rack (~> 1.5.2)
26
26
  rack-test (~> 0.6.2)
27
- actionview (4.1.5)
28
- activesupport (= 4.1.5)
27
+ actionview (4.1.6)
28
+ activesupport (= 4.1.6)
29
29
  builder (~> 3.1)
30
30
  erubis (~> 2.7.0)
31
- activemodel (4.1.5)
32
- activesupport (= 4.1.5)
31
+ activemodel (4.1.6)
32
+ activesupport (= 4.1.6)
33
33
  builder (~> 3.1)
34
- activerecord (4.1.5)
35
- activemodel (= 4.1.5)
36
- activesupport (= 4.1.5)
34
+ activerecord (4.1.6)
35
+ activemodel (= 4.1.6)
36
+ activesupport (= 4.1.6)
37
37
  arel (~> 5.0.0)
38
- activesupport (4.1.5)
38
+ activesupport (4.1.6)
39
39
  i18n (~> 0.6, >= 0.6.9)
40
40
  json (~> 1.7, >= 1.7.7)
41
41
  minitest (~> 5.1)
@@ -47,32 +47,30 @@ GEM
47
47
  hike (1.2.3)
48
48
  i18n (0.6.11)
49
49
  json (1.8.1)
50
- mail (2.5.4)
51
- mime-types (~> 1.16)
52
- treetop (~> 1.4.8)
50
+ mail (2.6.1)
51
+ mime-types (>= 1.16, < 3)
53
52
  metaclass (0.0.4)
54
- mime-types (1.25.1)
55
- minitest (5.4.1)
53
+ mime-types (2.3)
54
+ minitest (5.4.2)
56
55
  mocha (1.1.0)
57
56
  metaclass (~> 0.0.1)
58
57
  multi_json (1.10.1)
59
- polyglot (0.3.5)
60
58
  rack (1.5.2)
61
59
  rack-test (0.6.2)
62
60
  rack (>= 1.0)
63
- rails (4.1.5)
64
- actionmailer (= 4.1.5)
65
- actionpack (= 4.1.5)
66
- actionview (= 4.1.5)
67
- activemodel (= 4.1.5)
68
- activerecord (= 4.1.5)
69
- activesupport (= 4.1.5)
61
+ rails (4.1.6)
62
+ actionmailer (= 4.1.6)
63
+ actionpack (= 4.1.6)
64
+ actionview (= 4.1.6)
65
+ activemodel (= 4.1.6)
66
+ activerecord (= 4.1.6)
67
+ activesupport (= 4.1.6)
70
68
  bundler (>= 1.3.0, < 2.0)
71
- railties (= 4.1.5)
69
+ railties (= 4.1.6)
72
70
  sprockets-rails (~> 2.0)
73
- railties (4.1.5)
74
- actionpack (= 4.1.5)
75
- activesupport (= 4.1.5)
71
+ railties (4.1.6)
72
+ actionpack (= 4.1.6)
73
+ activesupport (= 4.1.6)
76
74
  rake (>= 0.8.7)
77
75
  thor (>= 0.18.1, < 2.0)
78
76
  rake (10.3.2)
@@ -94,9 +92,6 @@ GEM
94
92
  thor (0.19.1)
95
93
  thread_safe (0.3.4)
96
94
  tilt (1.4.1)
97
- treetop (1.4.15)
98
- polyglot
99
- polyglot (>= 0.3.1)
100
95
  tzinfo (1.2.2)
101
96
  thread_safe (~> 0.1)
102
97
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Zumkehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler