turbo-sprockets-rails3 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,9 @@ module Sprockets
|
|
30
30
|
|
31
31
|
def cache_key_for(path, options)
|
32
32
|
options[:process] = true unless options.key?(:process)
|
33
|
-
"#{path}:#{options[:bundle] ? '1' : '0'}
|
33
|
+
key = "#{path}:#{options[:bundle] ? '1' : '0'}"
|
34
|
+
key << ":0" unless options[:process]
|
35
|
+
key
|
34
36
|
end
|
35
37
|
end
|
36
38
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo-sprockets-rails3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
segments:
|
110
110
|
- 0
|
111
|
-
hash: -
|
111
|
+
hash: -2622737006971961364
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
113
|
none: false
|
114
114
|
requirements:
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
version: '0'
|
118
118
|
segments:
|
119
119
|
- 0
|
120
|
-
hash: -
|
120
|
+
hash: -2622737006971961364
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project:
|
123
123
|
rubygems_version: 1.8.24
|