wagons 0.1.0 → 0.1.1
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.
- data/lib/generators/wagon/templates/Gemfile.tt +2 -2
- data/lib/generators/wagon/templates/Rakefile.tt +1 -1
- data/lib/generators/wagon/templates/app_root.rb +2 -0
- data/lib/generators/wagon/templates/script/rails.tt +1 -1
- data/lib/generators/wagon/templates/test/test_helper.rb.tt +2 -2
- data/lib/generators/wagon/wagon_generator.rb +9 -11
- data/lib/wagons/version.rb +1 -1
- data/lib/wagons/wagon_tasks.rake +31 -31
- data/test/dummy/Gemfile.lock +42 -43
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +457 -0
- data/test/dummy/log/test.log +3030 -0
- data/test/dummy/vendor/wagons/superliner/Gemfile +2 -2
- data/test/dummy/vendor/wagons/superliner/Gemfile.lock +43 -44
- data/test/dummy/vendor/wagons/superliner/Rakefile +1 -1
- data/test/dummy/vendor/wagons/superliner/app_root.rb +2 -0
- data/test/dummy/vendor/wagons/superliner/script/rails +1 -1
- data/test/dummy/vendor/wagons/superliner/test/test_helper.rb +3 -3
- metadata +229 -231
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
require File.expand_path('../app_root', __FILE__)
|
2
2
|
|
3
|
-
source "
|
3
|
+
source "https://rubygems.org"
|
4
4
|
|
5
5
|
# Declare your gem's dependencies in dummy_superliner.gemspec.
|
6
6
|
# Bundler will treat runtime dependencies like base dependencies, and
|
@@ -6,83 +6,82 @@ PATH
|
|
6
6
|
PATH
|
7
7
|
remote: /home/pzumkehr/src/ruby/wagons
|
8
8
|
specs:
|
9
|
-
wagons (0.1.
|
9
|
+
wagons (0.1.1)
|
10
10
|
bundler (>= 1.1)
|
11
11
|
rails (>= 3.2)
|
12
12
|
seed-fu-ndo (>= 0.0.2)
|
13
13
|
|
14
14
|
GEM
|
15
|
-
remote:
|
15
|
+
remote: https://rubygems.org/
|
16
16
|
remote: http://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionmailer (3.2.
|
19
|
-
actionpack (= 3.2.
|
20
|
-
mail (~> 2.
|
21
|
-
actionpack (3.2.
|
22
|
-
activemodel (= 3.2.
|
23
|
-
activesupport (= 3.2.
|
18
|
+
actionmailer (3.2.13)
|
19
|
+
actionpack (= 3.2.13)
|
20
|
+
mail (~> 2.5.3)
|
21
|
+
actionpack (3.2.13)
|
22
|
+
activemodel (= 3.2.13)
|
23
|
+
activesupport (= 3.2.13)
|
24
24
|
builder (~> 3.0.0)
|
25
25
|
erubis (~> 2.7.0)
|
26
26
|
journey (~> 1.0.4)
|
27
|
-
rack (~> 1.4.
|
27
|
+
rack (~> 1.4.5)
|
28
28
|
rack-cache (~> 1.2)
|
29
29
|
rack-test (~> 0.6.1)
|
30
30
|
sprockets (~> 2.2.1)
|
31
|
-
activemodel (3.2.
|
32
|
-
activesupport (= 3.2.
|
31
|
+
activemodel (3.2.13)
|
32
|
+
activesupport (= 3.2.13)
|
33
33
|
builder (~> 3.0.0)
|
34
|
-
activerecord (3.2.
|
35
|
-
activemodel (= 3.2.
|
36
|
-
activesupport (= 3.2.
|
34
|
+
activerecord (3.2.13)
|
35
|
+
activemodel (= 3.2.13)
|
36
|
+
activesupport (= 3.2.13)
|
37
37
|
arel (~> 3.0.2)
|
38
38
|
tzinfo (~> 0.3.29)
|
39
|
-
activeresource (3.2.
|
40
|
-
activemodel (= 3.2.
|
41
|
-
activesupport (= 3.2.
|
42
|
-
activesupport (3.2.
|
43
|
-
i18n (
|
39
|
+
activeresource (3.2.13)
|
40
|
+
activemodel (= 3.2.13)
|
41
|
+
activesupport (= 3.2.13)
|
42
|
+
activesupport (3.2.13)
|
43
|
+
i18n (= 0.6.1)
|
44
44
|
multi_json (~> 1.0)
|
45
45
|
arel (3.0.2)
|
46
46
|
builder (3.0.4)
|
47
47
|
erubis (2.7.0)
|
48
|
-
hike (1.2.
|
48
|
+
hike (1.2.2)
|
49
49
|
i18n (0.6.1)
|
50
50
|
journey (1.0.4)
|
51
|
-
json (1.
|
52
|
-
mail (2.
|
53
|
-
i18n (>= 0.4.0)
|
51
|
+
json (1.8.0)
|
52
|
+
mail (2.5.4)
|
54
53
|
mime-types (~> 1.16)
|
55
54
|
treetop (~> 1.4.8)
|
56
55
|
metaclass (0.0.1)
|
57
|
-
mime-types (1.
|
58
|
-
mocha (0.
|
56
|
+
mime-types (1.23)
|
57
|
+
mocha (0.14.0)
|
59
58
|
metaclass (~> 0.0.1)
|
60
|
-
multi_json (1.
|
59
|
+
multi_json (1.7.4)
|
61
60
|
polyglot (0.3.3)
|
62
|
-
rack (1.4.
|
61
|
+
rack (1.4.5)
|
63
62
|
rack-cache (1.2)
|
64
63
|
rack (>= 0.4)
|
65
|
-
rack-ssl (1.3.
|
64
|
+
rack-ssl (1.3.3)
|
66
65
|
rack
|
67
66
|
rack-test (0.6.2)
|
68
67
|
rack (>= 1.0)
|
69
|
-
rails (3.2.
|
70
|
-
actionmailer (= 3.2.
|
71
|
-
actionpack (= 3.2.
|
72
|
-
activerecord (= 3.2.
|
73
|
-
activeresource (= 3.2.
|
74
|
-
activesupport (= 3.2.
|
68
|
+
rails (3.2.13)
|
69
|
+
actionmailer (= 3.2.13)
|
70
|
+
actionpack (= 3.2.13)
|
71
|
+
activerecord (= 3.2.13)
|
72
|
+
activeresource (= 3.2.13)
|
73
|
+
activesupport (= 3.2.13)
|
75
74
|
bundler (~> 1.0)
|
76
|
-
railties (= 3.2.
|
77
|
-
railties (3.2.
|
78
|
-
actionpack (= 3.2.
|
79
|
-
activesupport (= 3.2.
|
75
|
+
railties (= 3.2.13)
|
76
|
+
railties (3.2.13)
|
77
|
+
actionpack (= 3.2.13)
|
78
|
+
activesupport (= 3.2.13)
|
80
79
|
rack-ssl (~> 1.3.2)
|
81
80
|
rake (>= 0.8.7)
|
82
81
|
rdoc (~> 3.4)
|
83
82
|
thor (>= 0.14.6, < 2.0)
|
84
|
-
rake (10.0.
|
85
|
-
rdoc (3.12)
|
83
|
+
rake (10.0.4)
|
84
|
+
rdoc (3.12.2)
|
86
85
|
json (~> 1.4)
|
87
86
|
seed-fu (2.2.0)
|
88
87
|
activerecord (~> 3.1)
|
@@ -94,13 +93,13 @@ GEM
|
|
94
93
|
multi_json (~> 1.0)
|
95
94
|
rack (~> 1.0)
|
96
95
|
tilt (~> 1.1, != 1.3.0)
|
97
|
-
sqlite3 (1.3.
|
98
|
-
thor (0.
|
99
|
-
tilt (1.
|
96
|
+
sqlite3 (1.3.7)
|
97
|
+
thor (0.18.1)
|
98
|
+
tilt (1.4.1)
|
100
99
|
treetop (1.4.12)
|
101
100
|
polyglot
|
102
101
|
polyglot (>= 0.3.1)
|
103
|
-
tzinfo (0.3.
|
102
|
+
tzinfo (0.3.37)
|
104
103
|
|
105
104
|
PLATFORMS
|
106
105
|
ruby
|
@@ -6,6 +6,6 @@ ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
|
6
6
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('Gemfile', ENGINE_ROOT)
|
7
7
|
ENGINE_PATH = File.expand_path('lib/dummy_superliner/engine', ENGINE_ROOT)
|
8
8
|
|
9
|
-
|
9
|
+
require File.expand_path('../../app_root', __FILE__)
|
10
10
|
|
11
11
|
load File.expand_path('script/rails', ENV["APP_ROOT"])
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Configure Rails Environment
|
2
|
-
|
2
|
+
require File.expand_path('../../app_root', __FILE__)
|
3
3
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
4
4
|
|
5
|
-
require File.
|
5
|
+
require File.expand_path('test/test_helper.rb', ENV['APP_ROOT'])
|
6
6
|
|
7
7
|
|
8
|
-
class ActiveSupport::TestCase
|
8
|
+
class ActiveSupport::TestCase
|
9
9
|
self.reset_fixture_path File.expand_path("../fixtures", __FILE__)
|
10
10
|
end
|