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.
@@ -1,6 +1,6 @@
1
- ENV['APP_ROOT'] ||= File.expand_path(__FILE__).split("vendor#{File::SEPARATOR}wagons").first
1
+ require File.expand_path('../app_root', __FILE__)
2
2
 
3
- source "http://rubygems.org"
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.0)
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: http://rubygems.org/
15
+ remote: https://rubygems.org/
16
16
  remote: http://rubygems.org/
17
17
  specs:
18
- actionmailer (3.2.9)
19
- actionpack (= 3.2.9)
20
- mail (~> 2.4.4)
21
- actionpack (3.2.9)
22
- activemodel (= 3.2.9)
23
- activesupport (= 3.2.9)
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.0)
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.9)
32
- activesupport (= 3.2.9)
31
+ activemodel (3.2.13)
32
+ activesupport (= 3.2.13)
33
33
  builder (~> 3.0.0)
34
- activerecord (3.2.9)
35
- activemodel (= 3.2.9)
36
- activesupport (= 3.2.9)
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.9)
40
- activemodel (= 3.2.9)
41
- activesupport (= 3.2.9)
42
- activesupport (3.2.9)
43
- i18n (~> 0.6)
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.1)
48
+ hike (1.2.2)
49
49
  i18n (0.6.1)
50
50
  journey (1.0.4)
51
- json (1.7.5)
52
- mail (2.4.4)
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.19)
58
- mocha (0.12.3)
56
+ mime-types (1.23)
57
+ mocha (0.14.0)
59
58
  metaclass (~> 0.0.1)
60
- multi_json (1.3.7)
59
+ multi_json (1.7.4)
61
60
  polyglot (0.3.3)
62
- rack (1.4.1)
61
+ rack (1.4.5)
63
62
  rack-cache (1.2)
64
63
  rack (>= 0.4)
65
- rack-ssl (1.3.2)
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.9)
70
- actionmailer (= 3.2.9)
71
- actionpack (= 3.2.9)
72
- activerecord (= 3.2.9)
73
- activeresource (= 3.2.9)
74
- activesupport (= 3.2.9)
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.9)
77
- railties (3.2.9)
78
- actionpack (= 3.2.9)
79
- activesupport (= 3.2.9)
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.2)
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.6)
98
- thor (0.16.0)
99
- tilt (1.3.3)
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.35)
102
+ tzinfo (0.3.37)
104
103
 
105
104
  PLATFORMS
106
105
  ruby
@@ -8,6 +8,6 @@ rescue LoadError => e
8
8
  end
9
9
 
10
10
  ENGINE_PATH = File.expand_path('..', __FILE__)
11
- ENV['APP_ROOT'] ||= File.expand_path(__FILE__).split("vendor#{File::SEPARATOR}wagons").first
11
+ require File.expand_path('../app_root', __FILE__)
12
12
 
13
13
  load 'wagons/wagon_tasks.rake'
@@ -0,0 +1,2 @@
1
+ # define the root directory of the main application
2
+ ENV['APP_ROOT'] ||= File.expand_path(__FILE__).split("vendor#{File::SEPARATOR}wagons").first
@@ -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
- ENV['APP_ROOT'] ||= File.expand_path(__FILE__).split("vendor#{File::SEPARATOR}wagons").first
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
- ENV['APP_ROOT'] ||= File.expand_path(__FILE__).split("vendor#{File::SEPARATOR}wagons").first
2
+ require File.expand_path('../../app_root', __FILE__)
3
3
  ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
4
4
 
5
- require File.join(ENV["APP_ROOT"], 'test', 'test_helper.rb')
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