other_video_transcoding 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,16 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'other_video_transcoding'
3
+ s.version = '0.1.0'
4
+ s.required_ruby_version = '>= 2.0'
5
+ s.summary = 'Other tools to transcode videos.'
6
+ s.description = <<-HERE
7
+ Other Video Transcoding is a package of tools to transcode videos.
8
+ HERE
9
+ s.license = 'MIT'
10
+ s.author = 'Don Melton'
11
+ s.email = 'don@blivet.com'
12
+ s.homepage = 'https://github.com/donmelton/other_video_transcoding'
13
+ s.files = Dir['bin/*'] + Dir['[A-Z]*'] + ['other_video_transcoding.gemspec']
14
+ s.executables = ['ask-ffmpeg-log', 'other-transcode']
15
+ s.extra_rdoc_files = ['LICENSE', 'README.md']
16
+ end
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: other_video_transcoding
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Don Melton
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-12-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: " Other Video Transcoding is a package of tools to transcode videos.\n"
14
+ email: don@blivet.com
15
+ executables:
16
+ - ask-ffmpeg-log
17
+ - other-transcode
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - LICENSE
21
+ - README.md
22
+ files:
23
+ - CHANGELOG.md
24
+ - LICENSE
25
+ - README.md
26
+ - bin/ask-ffmpeg-log
27
+ - bin/other-transcode
28
+ - other_video_transcoding.gemspec
29
+ homepage: https://github.com/donmelton/other_video_transcoding
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '2.0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 3.0.6
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Other tools to transcode videos.
52
+ test_files: []