video_transcoding 0.1.0 → 0.1.1

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: 4eabf1da30ec818a49f5532ab48e63ce0fb18b31
4
- data.tar.gz: 433ade20465ac801eef9366780b6789bedc99542
3
+ metadata.gz: 38697aabb50a4a188972d30c2685e4bed420b665
4
+ data.tar.gz: 38281c797f61207aeda01ba7726b4bd1d0084459
5
5
  SHA512:
6
- metadata.gz: cd3bc7d50ae781b6d44e8cd7b91e6448340e035d51c5986e47932bbffc1d453e644982032a464599e284ca9ff567503d2113992c1413091cf1dc19f0dfe07f60
7
- data.tar.gz: 632dc6ad766a9443d638c8d1d9de00af815fcaa934e86e68aff7dee5e5468668cc46ab94bd2bc4a5ca3eeb8021040d5f0b925bfc216e75bef7713a6083a184cf
6
+ metadata.gz: 9d54dc4115b8b30d6c081a95fa65907df09415a49acc5bb32d0850ed5fd228a152a061c1c206407da818a05c95ab1cdeaede34f73ca18e4c50db7221ba532ecd
7
+ data.tar.gz: 471c07eec8486705658046d480919a81aa118c357dcb021948e26ad332de5c3ae1b566aa70e123dd8706c6c9dab0add3717e161c38e732ecfb6d894f54530539
@@ -8,7 +8,8 @@ module VideoTranscoding
8
8
  class Media
9
9
  attr_reader :path
10
10
 
11
- def initialize(path:, title: nil, autocrop: false, extended: true, allow_directory: true)
11
+ def initialize(path: nil, title: nil, autocrop: false, extended: true, allow_directory: true)
12
+ fail 'missing path argument' if path.nil?
12
13
  @path = path
13
14
  @previews = autocrop ? 10 : 2
14
15
  @extended = extended
@@ -5,5 +5,5 @@
5
5
  #
6
6
 
7
7
  module VideoTranscoding
8
- VERSION = '0.1.0'
8
+ VERSION = '0.1.1'
9
9
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video_transcoding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Melton
@@ -45,6 +45,7 @@ files:
45
45
  - lib/video_transcoding/mplayer.rb
46
46
  - lib/video_transcoding/tool.rb
47
47
  - lib/video_transcoding/version.rb
48
+ - video_transcoding-0.1.0.gem
48
49
  - video_transcoding.gemspec
49
50
  homepage: https://github.com/donmelton/video_transcoding
50
51
  licenses: