trackman 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,8 +38,9 @@ module Trackman
38
38
  def asset_pipeline_enabled?
39
39
  rails_defined? &&
40
40
  Rails.respond_to?(:application) &&
41
+ Rails.application.config.assets.enabled &&
41
42
  Rails.application.respond_to?(:assets) &&
42
- Rails.application.config.assets.enabled
43
+ Rails.application.assets
43
44
  end
44
45
  end
45
46
  end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
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.4.7
4
+ version: 0.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-21 00:00:00.000000000 Z
13
+ date: 2012-09-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client