trackman 0.2.62 → 0.2.63

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,13 +28,18 @@ module Trackman
28
28
  end
29
29
 
30
30
  def init_env
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 }
31
+ env = ::Rails.application.config.assets
32
+
33
+ # if defined?(::Rails) && ::Rails.application
34
+ # env = ::Rails.application.config.assets
35
+ # else
36
+ # env = ::Sprockets::Environment.new
37
+ # paths = ['app', 'lib', 'vendor'].inject([]) do |array, f|
38
+ # array + ["images", "stylesheets", "javascripts"].map{|p| "#{working_dir}/#{f}/assets/#{p}" }
39
+ # end
40
+ # paths << "#{working_dir}/public"
41
+ # paths.each{|p| env.append_path p }
42
+ # end
38
43
 
39
44
  env
40
45
  end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.2.62"
2
+ VERSION = "0.2.63"
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.62
4
+ version: 0.2.63
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: