trackman 0.2.64 → 0.2.65

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,18 +28,16 @@ module Trackman
28
28
  end
29
29
 
30
30
  def init_env
31
- env = ::Rails.application.class.assets
32
-
31
+ # should be like this but we will change it when it is testable
33
32
  # if defined?(::Rails) && ::Rails.application
34
- # env = ::Rails.application.config.assets
33
+ # env = ::Rails.application.class.assets
35
34
  # 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
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 }
43
41
 
44
42
  env
45
43
  end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.2.64"
2
+ VERSION = "0.2.65"
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.64
4
+ version: 0.2.65
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: