vollbremsung 0.0.14 → 0.0.15

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTZlYTUwY2NkOGIyYjA3MmQ3OTRhYmUyYTM5Y2I3YTY0NjdhOWRjMg==
4
+ MTNkOTIxZDI1OWRmMDk3NjVlYTM1NDY5MzRiODgyMGY0M2Y5NTA0Mg==
5
5
  data.tar.gz: !binary |-
6
- ZDZjYzg0YWZjYmNlYzZlODEwOWRhMjhhY2IwMDMxNzIxZjVmZmQ0ZQ==
6
+ Njc2ZDU4YWYzYTM5MTljZTFhY2JiN2EwNzllNmYwMGQzM2ExYjBlOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2FjYWYyNDc5NTJmM2EyMmRhOGE2YWRiMjM4ZTgwNzg5ZTNkN2I0N2Y3NWIy
10
- OWZhOGIyMmNmNWY1NzA2ZGMyYWNiODdmNGM5ZDZjN2MzODBjN2ZlOTQxOGVl
11
- M2QxMWUxY2U3NmRmNzY5N2QwYjFmNjk0ZTM5NDUzMzlmZTU2MDU=
9
+ OGFkNWJjY2ExMDg1MmIwYzZiNDBkMmUzZjQ4Y2YxZWJmZDU3N2VkMTcxM2I2
10
+ OWE0NDRlMmMwOWQxZmIxNzg5NTQ0ZTIyMzhmZTI5MzhlMWQwYWRiN2MwZTdh
11
+ NjY3MzMyMjAxMTY2ZDkwNjRjYTBlMzI0ZjMzYWE4NmQzY2FiZTU=
12
12
  data.tar.gz: !binary |-
13
- OTgyMTNhMTRmNGMyZjQ0OTc5MDIzODdjZWY0NzRlMTVlNWE1NTQ3NTg2MTBm
14
- YmRhMzFmZTAwNTQ0MGFhYjc5MGI5ZTY1NjE4YTA5NzcyMWE5ZmZhNTc5MGFh
15
- YjViZmQ0NjVlYjdhMjI3NTM4ZGVlYjYyMzNhNDJhZTU1MzJiZTA=
13
+ YmFiYjNlMWYxNzY1OTRiZDBhZmU5M2M3YjI5OGRlZDVkMTdlYzU3ZGY0NjBj
14
+ M2I0ZGViMThiMGM0ODNhZmZiZGI3MjYyN2VlMmMyNDRkNjY4NWY4YzRiZDFj
15
+ Mjk3ZGQzMmIxYmJlN2RkYTc1M2E0ZTQ0YTExMWQxNzdhZmUyNzM=
data/bin/vollbremsung CHANGED
@@ -176,7 +176,7 @@ target_files.each do |infile|
176
176
  infile_path_noext = File.join(infile_dirname, infile_basename_noext)
177
177
  infile_relative_path = #File.directory?(TARGET_PATH) ? infile[TARGET_PATH.length+1..-1] : File.basename(TARGET_PATH)
178
178
  if File.directory?(TARGET_PATH)
179
- infile[TARGET_PATH.length+1..-1]
179
+ File.absolute_path(infile)[File.absolute_path(TARGET_PATH).length+1..-1]
180
180
  else
181
181
  File.basename(TARGET_PATH)
182
182
  end
data/lib/vollbremsung.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Vollbremsung
2
2
 
3
3
  USAGE = "Usage: vollbremsung [options] <target>"
4
- VERSION = '0.0.14'
4
+ VERSION = '0.0.15'
5
5
  CONVERT_TYPES = ['mkv','avi','mov','flv','mpg','wmv','ogm']
6
6
  FFMPEG_OPTIONS = "-map 0 -acodec copy -vcodec copy -scodec copy"
7
7
  X264_DEFAULT_PRESET = "veryfast"
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: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maximilian Irro