dragonfly_mozjpeg 0.0.2 → 0.0.3

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: 6c4165de7a1fd87f6c56fdcfd2b107cf1ea87f99
4
- data.tar.gz: c00a90eada9a77a871a92949755e4f019d2e45fc
3
+ metadata.gz: 6d468ba2333255bcfc499ebcf4a5c7a6a2ec49c5
4
+ data.tar.gz: 8e7f6c067215c6a86b825f616e8ce8ecd0664fbe
5
5
  SHA512:
6
- metadata.gz: 7cd39ce4227cf3f883924b2c3b8a88189bad4b2a8001dd33ea8420ffd4bbc5c12d9ca92c2b6edc3f65062911512f6bd041bafff10649f8c415529b0aa8e0d665
7
- data.tar.gz: 604118c1f8884c634e9d395be2210b98817ab4d23f75d341da433ef2c90ec620bbe1f615ab6b24e82d0b7e6c767fbcf5eb3132a4ac41013fc15d9be2d48ed5d1
6
+ metadata.gz: 7c97d1ef83964ab70e5492aa22e83cb98bf02712e8cc741a0e49f0dd9d459c24b5fea857703ff9941183aa0c7b114aaa9c3ed4e9695db0c3f5afc1a9b4ca99ac
7
+ data.tar.gz: 8421b4d3b0ab4e0d69efb22d9eeec4800e325b8cfc47cae5929e0446d705886514835de08b5a3c47c66410bcdfe561d1d74ad62dc4420947ea0970c0f199a02d
data/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # CHANGELOG
2
+
3
+ ## 0.0.3
4
+
5
+ * change project description
6
+
7
+ ## 0.0.2
8
+
9
+ * adjust encoder options, could be string, array or hash
10
+ * accept user binaries through plugin options
11
+ * update readme
12
+ * production ready version
13
+
14
+ ## 0.0.1
15
+
16
+ * add processors for cjpeg and jpegtran, first release
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Jurema']
10
10
  spec.email = ['oops@jurema.la']
11
11
 
12
- spec.summary = 'Dragonfly analysers and processors for libvips image processing library.'
12
+ spec.summary = 'Dragonfly processors for mozilla cjpeg and jpegtran encoders.'
13
13
  spec.homepage = 'https://github.com/jurema/dragonfly_mozjpeg'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module DragonflyMozjpeg
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly_mozjpeg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurema
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CHANGELOG.md
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md
@@ -99,5 +100,5 @@ rubyforge_project:
99
100
  rubygems_version: 2.6.10
100
101
  signing_key:
101
102
  specification_version: 4
102
- summary: Dragonfly analysers and processors for libvips image processing library.
103
+ summary: Dragonfly processors for mozilla cjpeg and jpegtran encoders.
103
104
  test_files: []