vollbremsung 1.0.1 → 1.0.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: ae0e656cad37551ac9ea2b21ad14c27b7b65470b
4
- data.tar.gz: 95efd32174ce31e67bf2546bb3d0f7e14673eb28
3
+ metadata.gz: 8d924369ad6685bf95f79bd914632a0433027b67
4
+ data.tar.gz: b4bc5cfd92c301ef469cb6fbf44ab0680fc6fd79
5
5
  SHA512:
6
- metadata.gz: c33c97749d80beefbdff75efb4f862d497ed5bcada026db32337817de7f6df7691f63939d929adfbd5286f10be44119ed744863ef76b012c230a8ebd39d7bbec
7
- data.tar.gz: '049a7e06324c47bba0a73fa222107f787fd08a099b564bb4d7fdfd2ff9c6e32609f9e1d9fd53a06026727548b68f013cc27cb986231c70d5a3a7f77822ffefd9'
6
+ metadata.gz: d030762d02c7730a1d6c428f1b27b24adae737bec94c5f28116637944a8f547f2ac7a55fcdc2a0f35d6c75e5040c8885d8abbcf2288be49cdeedd96a623d4b5e
7
+ data.tar.gz: 6430cc32905cb69a29b60ce6ca77d8251f90f677ffdc4c30e8fa853aff8f875ed4c9c9e6902a45d9a0b5239d373e092d8357d53f34ab27af117f3e1c2bf37f6f
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ **1.0.2**
4
+
5
+ + Fixes size difference ratio calculation.
6
+
7
+ **1.0.1**
8
+
9
+ + Fixes an error where the application could terminate unintentionally
10
+
3
11
  **1.0.0**
4
12
 
5
13
  + Total refactoring of the codebase, new project structure
@@ -222,7 +222,7 @@ module Vollbremsung
222
222
  success = run_handbrake(infile, outfile, astreams, sstreams, options)
223
223
 
224
224
  if success
225
- @logger.info "compression ratio: " + ratio(outfile, infile)
225
+ @logger.info "compression ratio: " + ratio(infile, outfile)
226
226
 
227
227
  if options[:title]
228
228
  write_mp4_title(infile, outfile)
@@ -1,3 +1,3 @@
1
1
  module Vollbremsung
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vollbremsung
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maximilian Irro