blobsterix 0.0.29 → 0.0.30

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: a86be4b6c6a05bb3cb28fe815a063dfc7f716502
4
- data.tar.gz: ef1dbad154467d89aa9dad092171103c10e1876e
3
+ metadata.gz: 29dfaa5cb3dda50826724e03e737914de1a359db
4
+ data.tar.gz: eefb565bd322f7fab35de1cb7fcb76024d7a763c
5
5
  SHA512:
6
- metadata.gz: e9045c9e592054bc109d4e31e5f8a3fbff6d143fccffa8278f45b6100b3d22f374c57ff2fab8d6879b91d899fb1c38a9c71358faf4880efb8ef94aa1e15535a9
7
- data.tar.gz: 136631e508da0e93bed9dcf0b9d9ffb06d005e1dd0834fb2c8f43500a429388651428170122a391aa30d3d495e7a6161c0621d788c4049fb59695b3a74d105ac
6
+ metadata.gz: 0efb1c4cede08902253ad65ed0754716d19ae6735fc46c73e95983c447d415b18a271cf03061540b6ec865b7f0541d5d24e53fc8f0751d12fcf937eff3a7fd08
7
+ data.tar.gz: e4e594eb8a6b542c82331a1deea6f475b6ee2396e860ea98a604caff9864de35eff7b41a4105b35c88348cdcba312f4d49de36b7b7392617881018d600c7d8ad
@@ -186,10 +186,6 @@ module Blobsterix::Transformations::Impl
186
186
  raise StandardError.new($?) unless system("cwebp \"#{input_path}\" -o \"#{target_path}\"")
187
187
  end
188
188
 
189
- create_simple_trafo("webp", "image/jpeg", "image/webp", true) do |input_path, target_path, value|
190
- raise StandardError.new($?) unless system("cwebp \"#{input_path}\" -o \"#{target_path}\"")
191
- end
192
-
193
189
  create_simple_trafo("text", "image/*", "image/*", true) do |input_path, target_path, value|
194
190
  raise StandardError.new($?) unless system("convert \"#{input_path}\" -pointsize 20 -draw \"gravity center fill white text 0,12 '#{value.gsub("_", " ").gsub("\"", "'")}'\" \"#{target_path}\"")
195
191
  end
@@ -1,3 +1,3 @@
1
1
  module Blobsterix
2
- VERSION = "0.0.29"
2
+ VERSION = "0.0.30"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blobsterix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Sudmann