video2gif 0.0.19 → 0.0.20

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
  SHA256:
3
- metadata.gz: bff39f8bc9221d7a2f77bbf8ca79c60f0391a4c61fe40ff09055906f80a42bb7
4
- data.tar.gz: 67539a98b5a0b054916d69a6d2d2bca5e0de430ec0b24add04395dc394b92b7d
3
+ metadata.gz: 6c27361d3fbc0e4cb0feddf073297d1aa5c9cff75543970b8cdde0ac8c71f9a1
4
+ data.tar.gz: bd5e1f5d1db91f5b3bb4b7d407fb8dc1a7a980805145d15100dbf4b62c1cc167
5
5
  SHA512:
6
- metadata.gz: 853bb53a46cb31aa1b09f2bf1edda9f08f5f326f2dec16809784344056984828b6e8f07cd6c13a61165acce85800d8063ce95a6c619fe721ad0de6c1de1dc2b0
7
- data.tar.gz: c864ae937d91bc7be5cc83131cb8177f59d933823a0f797cc8280f0cab4145100c898371c8187c131d9675f4085c0620969a487b89a6a5736ad6f4ad585a9d22
6
+ metadata.gz: f4dcc55241eb77eb382b37cdb2414ab8ae73f3d1a1ed4fc531908c1f43080b17162f761d5c40edc5b37ad1afc38f2afb1b2fdb0f51a230ad7c3c49507bd99d33
7
+ data.tar.gz: 29e0ad1a54e4a16fc4b3472145fc0373843eaafaf7b9c4896af7a199ba103c9c3e72988e5cfed3bbec1e861bfc0d42544fa376b6fc5c8cee81dbfb0835cd16db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video2gif (0.0.19)
4
+ video2gif (0.0.20)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -53,7 +53,7 @@ module Video2gif
53
53
  flags=lanczos
54
54
  sws_dither=none
55
55
  width=#{options[:width]}
56
- height=trunc(#{options[:width]}/dar
56
+ height=trunc(#{options[:width]}/dar)
57
57
  ].join(':') if options[:width] && !options[:tonemap]
58
58
  end
59
59
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Video2gif
4
- VERSION = '0.0.19'
4
+ VERSION = '0.0.20'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video2gif
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emily St.