sprockets-es6 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 388d14d771cc7935a13046f9af297e57fd36c285
4
- data.tar.gz: 7022333e42c14c148be965aa724c8b24a5622e23
3
+ metadata.gz: e50d3b844d04db88b47d51906535da4cdf525336
4
+ data.tar.gz: 5f3dde6e7124d0d7c95adbffb102b498b192ec10
5
5
  SHA512:
6
- metadata.gz: 8abd4a98c04fa068ec412966d7359cc79e403e8364ab9334f09395ceb71a7d26193d3446aa52eec187b677525b1401898c931dec900f6fb5d010481af8181373
7
- data.tar.gz: 91ae719e7aa8055892994800622a827eacbbdcb7be3e0c1f5888588dd54255ffd9acdb655c9a669e5ce1b1cc4dd3873a85ff0d39c872098fe4d1b76d96a4f90c
6
+ metadata.gz: f2c2d956d64a1f0085c823143b06c31fb07a2a90a911b01cc3402e14d712cd97fe5da7cc8dc14527d65b2712c02502085a7129933c769783bd415ddf72d6560d
7
+ data.tar.gz: 3029207052aee8b78516390a043fc1449a387d2680aed35746ac41f7cf3f87210b128cfca8299b4eed92d6dd87432c474ef5ac0c8b45d8b727312718581d189e
@@ -34,8 +34,14 @@ module Sprockets
34
34
  instance.call(input)
35
35
  end
36
36
 
37
+ def cache_key
38
+ instance.cache_key
39
+ end
40
+
37
41
  end
38
42
 
43
+ attr_reader :cache_key
44
+
39
45
  def configuration_hash
40
46
  self.class.configuration_hash
41
47
  end
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  class ES6
3
- VERSION = '0.9.1'
3
+ VERSION = '0.9.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-es6
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Peek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-02 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: babel-transpiler