trackman 0.2.61 → 0.2.62

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.
@@ -28,16 +28,13 @@ module Trackman
28
28
  end
29
29
 
30
30
  def init_env
31
- #if ::Rails
32
- puts 'A rails env exists, loading it'
33
- env = ::Rails.application.config.assets
34
- # else
35
- # env = ::Sprockets::Environment.new
36
- # paths = ['app', 'lib', 'vendor'].inject([]) do |array, f|
37
- # array + ["images", "stylesheets", "javascripts"].map{|p| "#{working_dir}/#{f}/assets/#{p}" }
38
- # end
39
- # paths << "#{working_dir}/public"
40
- # paths.each{|p| env.append_path p }
31
+ #env = ::Rails.application.config.assets
32
+ env = ::Sprockets::Environment.new
33
+ paths = ['app', 'lib', 'vendor'].inject([]) do |array, f|
34
+ array + ["images", "stylesheets", "javascripts"].map{|p| "#{working_dir}/#{f}/assets/#{p}" }
35
+ end
36
+ paths << "#{working_dir}/public"
37
+ paths.each{|p| env.append_path p }
41
38
 
42
39
  env
43
40
  end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.2.61"
2
+ VERSION = "0.2.62"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.61
4
+ version: 0.2.62
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: