wagons 0.2.1 → 0.2.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.
@@ -1,108 +0,0 @@
1
- PATH
2
- remote: /home/tgdzupa7/workspace/wagons
3
- specs:
4
- wagons (0.2.0)
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 (3.2.16)
13
- actionpack (= 3.2.16)
14
- mail (~> 2.5.4)
15
- actionpack (3.2.16)
16
- activemodel (= 3.2.16)
17
- activesupport (= 3.2.16)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.5)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activemodel (3.2.16)
26
- activesupport (= 3.2.16)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.16)
29
- activemodel (= 3.2.16)
30
- activesupport (= 3.2.16)
31
- arel (~> 3.0.2)
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)
37
- i18n (~> 0.6, >= 0.6.4)
38
- multi_json (~> 1.0)
39
- arel (3.0.3)
40
- builder (3.0.4)
41
- erubis (2.7.0)
42
- hike (1.2.3)
43
- i18n (0.6.9)
44
- journey (1.0.4)
45
- json (1.8.1)
46
- mail (2.5.4)
47
- mime-types (~> 1.16)
48
- treetop (~> 1.4.8)
49
- metaclass (0.0.1)
50
- mime-types (1.25.1)
51
- mocha (0.14.0)
52
- metaclass (~> 0.0.1)
53
- multi_json (1.8.2)
54
- open4 (1.3.0)
55
- polyglot (0.3.3)
56
- rack (1.4.5)
57
- rack-cache (1.2)
58
- rack (>= 0.4)
59
- rack-ssl (1.3.3)
60
- rack
61
- rack-test (0.6.2)
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)
69
- bundler (~> 1.0)
70
- railties (= 3.2.16)
71
- railties (3.2.16)
72
- actionpack (= 3.2.16)
73
- activesupport (= 3.2.16)
74
- rack-ssl (~> 1.3.2)
75
- rake (>= 0.8.7)
76
- rdoc (~> 3.4)
77
- thor (>= 0.14.6, < 2.0)
78
- rake (10.1.0)
79
- rdoc (3.12.2)
80
- json (~> 1.4)
81
- seed-fu (2.3.0)
82
- activerecord (>= 3.1, < 4.1)
83
- activesupport (>= 3.1, < 4.1)
84
- seed-fu-ndo (0.0.2)
85
- seed-fu (>= 2.2.0)
86
- sprockets (2.2.2)
87
- hike (~> 1.2)
88
- multi_json (~> 1.0)
89
- rack (~> 1.0)
90
- tilt (~> 1.1, != 1.3.0)
91
- sqlite3 (1.3.8)
92
- thor (0.18.1)
93
- tilt (1.4.1)
94
- treetop (1.4.15)
95
- polyglot
96
- polyglot (>= 0.3.1)
97
- tzinfo (0.3.38)
98
-
99
- PLATFORMS
100
- ruby
101
-
102
- DEPENDENCIES
103
- mocha
104
- open4
105
- rails (~> 3.2)
106
- seed-fu-ndo (>= 0.0.2)
107
- sqlite3
108
- wagons!