sprockets-webp 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e493e409c2ed2b1d74918842f5c9a9c96c1d09c
4
- data.tar.gz: 95f9093a89f34ad5e67ba3eeade68a7a238a5295
3
+ metadata.gz: 638a2cf36cb0c1e2086fcc669ff03295639c2ff9
4
+ data.tar.gz: a99a1d0e61c4f02731f677d63754f6e628bf8bea
5
5
  SHA512:
6
- metadata.gz: 5695adc2cfd018059aa1ca75b1931a718de9bddbc16c74ddcb1358f8c45e6a18920a5c74f5bbc6c7fbcd67af26266adccc2bdd3cdcb954f8c754fe3e6494a69a
7
- data.tar.gz: c232ef5634022b2a24f5c43aabf87f31fe62316b227104dde507089e5f801c5560547fd63d9f8a300a851d20ce7e7504f2749627aa2ce419616070578a635b57
6
+ metadata.gz: 9e14fce9ddb7e8667c970573d1581d1d10ff789f9e448fe4a1222913be8414b9fbae8d3550dbd2610140fb5163aac3d3ae8d61c7d4f99b3fb42aca361bb088ee
7
+ data.tar.gz: 1915b7df19c47194202bbf038ee5b56b4e61d349d53af185d1fba8bb033aa1618c71d0ad485987dcca6df9350f3610a77296560bd279d8875c25c9a8fb867ac3
@@ -28,7 +28,7 @@ class Converter
28
28
  file.close
29
29
 
30
30
  # Encode Original File Temp copy to WebP File Pathname
31
- ::WebP.encode(file.path, new_path.to_path)
31
+ ::WebP.encode(file.path, webp_path.to_path)
32
32
  end
33
33
 
34
34
  data
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module WebP
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-webp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Riveiro