format_parser 0.19.0 → 0.20.0

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
  SHA256:
3
- metadata.gz: bdd060f6f792e1cf8247b53474deaccfd532a04501652f42e6e044945705b813
4
- data.tar.gz: 85e23ed33775ec5424f6a8daa5a3bdaf4bd9347be983b10b740ec4283295abed
3
+ metadata.gz: e97554eb9bf6ca4a4ea76daa0f226c370f707e270931759375e9f6b72c1e7f40
4
+ data.tar.gz: 946767ce39eb4a96420fd52852f514333baa33ec20d256241acc7208863aaf87
5
5
  SHA512:
6
- metadata.gz: 553b087703215029a13a2b7e1070012f2509cebb6b2607957e75e6d44105b91b886a0efdd2b75e6af185fe124294eee7edd001d613d19022930701168d79e754
7
- data.tar.gz: 93aa2c2d76b98d2c593d0bfd72e89601cab80af236d572afe1271c379e831b490c896c6517a72a7127a6547be4e577ad7af9413c7b46df4714f855201d9a5cf2
6
+ metadata.gz: 612b8b1af86329fce62e3eb035b30178485679a76516fcfe8a72c3785ef782855098609e7189559df2fd5929663d5b7ec3b7319e5e44a7048229aa13b5fc5dc9
7
+ data.tar.gz: 8ffa31f8c498d72eb734b15d9b5de99c44742e1651a200b5484da8e7d5bc5bba5d52092a9b8b52d7374646265be2ecd0f0b4f06bc4798b4da9a16f83d3749512
@@ -1,3 +1,6 @@
1
+ ## 0.20.0
2
+ * Correctly tag the license on Rubygems as MIT (Hippocratic) for easier audit
3
+
1
4
  ## 0.19.0
2
5
  * Improve handling of Sony ARW files (make sure the width/height is correctly recognized)
3
6
  * Update Travis matrix and gitignore
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  a number of parser modules that try to recover metadata useful for post-processing and layout while reading the absolute
15
15
  minimum amount of data possible."
16
16
  spec.homepage = 'https://github.com/WeTransfer/format_parser'
17
- spec.license = 'MIT'
17
+ spec.license = 'MIT (Hippocratic)'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  if spec.respond_to?(:metadata)
20
20
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
@@ -1,3 +1,3 @@
1
1
  module FormatParser
2
- VERSION = '0.19.0'
2
+ VERSION = '0.20.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: format_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Berman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-12-12 00:00:00.000000000 Z
12
+ date: 2019-12-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ks
@@ -285,7 +285,7 @@ files:
285
285
  - spec/spec_helper.rb
286
286
  homepage: https://github.com/WeTransfer/format_parser
287
287
  licenses:
288
- - MIT
288
+ - MIT (Hippocratic)
289
289
  metadata:
290
290
  allowed_push_host: https://rubygems.org
291
291
  post_install_message: