bitmovin-ruby 0.8.1 → 0.9.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
- SHA1:
3
- metadata.gz: 990f40c9e63eb7c4aa70d05c10f0e12ac03b49df
4
- data.tar.gz: 179c524a4a9da6125a26916914d73fc7759eb6a2
2
+ SHA256:
3
+ metadata.gz: f267d6dce9060a7ddad4303222d784577f681c68069011ffc670890f65bacdeb
4
+ data.tar.gz: 95556a08a3497a7be914f781467a28d3ed2b694898767811a1a79ec8bc762a9d
5
5
  SHA512:
6
- metadata.gz: c6be1145f2647573a68a20430c3bc1c6bed9f0f122dab32d33006cbf41874de5bffa1f7b85d81dd13a2a479ef838d1bce5274496c6e0bb2424716d5fd6b4be04
7
- data.tar.gz: 20bdb16e8a9bd40825adeff5874664a9f9c7e3ea0b53e3e3b122ae77332d6d142a16eb841a6e7208a5f1d89785cb54ae9817ca99a3e92ffdd0bc5a43a6a9189b
6
+ metadata.gz: d3dc3d58818c05ab02926a9902da49cd278628c7e9da8a5ac8e8ea54b19a50178229bb1bd60a235006f14076dee980401c77781b4e12e9a11507fb725cc63e6f
7
+ data.tar.gz: 4bab003ee56585d1d6ab288ea6f4143211566b5c9cad30bb2f97c230d6d2d97f10cbebf25fe119393c8fda80584d64d9e70e61ce93fd1211128a7e318bd55a05
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ /vendor/
9
10
  test.rb
10
11
  test-manifest.rb
11
12
  test_encoding.rb
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.3.8
1
+ 3.0.5
data/.travis.yml CHANGED
@@ -2,4 +2,4 @@ sudo: false
2
2
  language: ruby
3
3
  rvm:
4
4
  - 2.3.0
5
- before_install: gem install bundler -v 1.13.6
5
+ before_install: gem install bundler -v 2.2.11
data/Gemfile CHANGED
@@ -9,7 +9,7 @@ group :development do
9
9
  gem 'rspec-collection_matchers'
10
10
  end
11
11
 
12
- gem 'activesupport', '4.2.0'
12
+ gem 'activesupport', '7.0.8'
13
13
 
14
14
  # Specify your gem's dependencies in bitmovin-ruby.gemspec
15
15
  gemspec
data/Gemfile.lock CHANGED
@@ -1,46 +1,51 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bitmovin-ruby (0.8.1)
5
- activesupport (>= 4.0.0)
6
- faraday (~> 0.11.0)
7
- faraday_middleware (~> 0.11.0)
4
+ bitmovin-ruby (0.9.1)
5
+ activesupport (>= 7.0.8)
6
+ faraday (~> 2.2.0)
7
+ faraday-httpclient
8
+ faraday-multipart
9
+ faraday-retry
8
10
  httpclient (~> 2.8.3, >= 2.8.3)
9
11
 
10
12
  GEM
11
13
  remote: https://rubygems.org/
12
14
  specs:
13
- activesupport (4.2.0)
14
- i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
16
- minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
- tzinfo (~> 1.1)
19
- addressable (2.6.0)
20
- public_suffix (>= 2.0.2, < 4.0)
21
- codecov (0.1.14)
22
- json
23
- simplecov
24
- url
25
- coderay (1.1.2)
26
- concurrent-ruby (1.1.5)
27
- crack (0.4.3)
28
- safe_yaml (~> 1.0.0)
29
- diff-lcs (1.3)
30
- docile (1.3.2)
31
- faraday (0.11.0)
32
- multipart-post (>= 1.2, < 3)
33
- faraday_middleware (0.11.0.1)
34
- faraday (>= 0.7.4, < 1.0)
35
- ffi (1.11.1)
36
- formatador (0.2.5)
37
- guard (2.15.0)
15
+ activesupport (7.0.8)
16
+ concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ i18n (>= 1.6, < 2)
18
+ minitest (>= 5.1)
19
+ tzinfo (~> 2.0)
20
+ addressable (2.8.5)
21
+ public_suffix (>= 2.0.2, < 6.0)
22
+ codecov (0.6.0)
23
+ simplecov (>= 0.15, < 0.22)
24
+ coderay (1.1.3)
25
+ concurrent-ruby (1.2.2)
26
+ crack (0.4.5)
27
+ rexml
28
+ diff-lcs (1.5.0)
29
+ docile (1.4.0)
30
+ faraday (2.2.0)
31
+ faraday-net_http (~> 2.0)
32
+ ruby2_keywords (>= 0.0.4)
33
+ faraday-httpclient (2.0.1)
34
+ httpclient (>= 2.2)
35
+ faraday-multipart (1.0.4)
36
+ multipart-post (~> 2)
37
+ faraday-net_http (2.1.0)
38
+ faraday-retry (2.2.0)
39
+ faraday (~> 2.0)
40
+ ffi (1.16.3)
41
+ formatador (1.1.0)
42
+ guard (2.18.1)
38
43
  formatador (>= 0.2.4)
39
44
  listen (>= 2.7, < 4.0)
40
45
  lumberjack (>= 1.0.12, < 2.0)
41
46
  nenv (~> 0.1)
42
47
  notiffany (~> 0.0)
43
- pry (>= 0.9.12)
48
+ pry (>= 0.13.0)
44
49
  shellany (~> 0.0)
45
50
  thor (>= 0.18.1)
46
51
  guard-compat (1.2.1)
@@ -48,61 +53,58 @@ GEM
48
53
  guard (~> 2.1)
49
54
  guard-compat (~> 1.1)
50
55
  rspec (>= 2.99.0, < 4.0)
51
- hashdiff (1.0.0)
56
+ hashdiff (1.0.1)
52
57
  httpclient (2.8.3)
53
- i18n (0.9.5)
58
+ i18n (1.14.1)
54
59
  concurrent-ruby (~> 1.0)
55
- json (1.8.6)
56
- listen (3.1.5)
57
- rb-fsevent (~> 0.9, >= 0.9.4)
58
- rb-inotify (~> 0.9, >= 0.9.7)
59
- ruby_dep (~> 1.2)
60
- lumberjack (1.0.13)
61
- method_source (0.9.2)
62
- minitest (5.11.3)
63
- multipart-post (2.1.1)
60
+ listen (3.8.0)
61
+ rb-fsevent (~> 0.10, >= 0.10.3)
62
+ rb-inotify (~> 0.9, >= 0.9.10)
63
+ lumberjack (1.2.10)
64
+ method_source (1.0.0)
65
+ minitest (5.20.0)
66
+ multipart-post (2.3.0)
64
67
  nenv (0.3.0)
65
68
  notiffany (0.1.3)
66
69
  nenv (~> 0.1)
67
70
  shellany (~> 0.0)
68
- pry (0.12.2)
69
- coderay (~> 1.1.0)
70
- method_source (~> 0.9.0)
71
- public_suffix (3.1.1)
72
- rake (10.5.0)
73
- rb-fsevent (0.10.3)
74
- rb-inotify (0.10.0)
71
+ pry (0.14.2)
72
+ coderay (~> 1.1)
73
+ method_source (~> 1.0)
74
+ public_suffix (5.0.3)
75
+ rake (13.1.0)
76
+ rb-fsevent (0.11.2)
77
+ rb-inotify (0.10.1)
75
78
  ffi (~> 1.0)
76
- rspec (3.8.0)
77
- rspec-core (~> 3.8.0)
78
- rspec-expectations (~> 3.8.0)
79
- rspec-mocks (~> 3.8.0)
80
- rspec-collection_matchers (1.1.3)
79
+ rexml (3.2.6)
80
+ rspec (3.12.0)
81
+ rspec-core (~> 3.12.0)
82
+ rspec-expectations (~> 3.12.0)
83
+ rspec-mocks (~> 3.12.0)
84
+ rspec-collection_matchers (1.2.1)
81
85
  rspec-expectations (>= 2.99.0.beta1)
82
- rspec-core (3.8.2)
83
- rspec-support (~> 3.8.0)
84
- rspec-expectations (3.8.4)
86
+ rspec-core (3.12.2)
87
+ rspec-support (~> 3.12.0)
88
+ rspec-expectations (3.12.3)
85
89
  diff-lcs (>= 1.2.0, < 2.0)
86
- rspec-support (~> 3.8.0)
87
- rspec-mocks (3.8.1)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-mocks (3.12.6)
88
92
  diff-lcs (>= 1.2.0, < 2.0)
89
- rspec-support (~> 3.8.0)
90
- rspec-support (3.8.2)
91
- ruby_dep (1.5.0)
92
- safe_yaml (1.0.5)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-support (3.12.1)
95
+ ruby2_keywords (0.0.5)
93
96
  shellany (0.0.1)
94
- simplecov (0.17.0)
97
+ simplecov (0.21.2)
95
98
  docile (~> 1.1)
96
- json (>= 1.8, < 3)
97
- simplecov-html (~> 0.10.0)
98
- simplecov-html (0.10.2)
99
- thor (0.20.3)
100
- thread_safe (0.3.6)
101
- tzinfo (1.2.5)
102
- thread_safe (~> 0.1)
103
- url (0.3.2)
104
- webmock (3.6.2)
105
- addressable (>= 2.3.6)
99
+ simplecov-html (~> 0.11)
100
+ simplecov_json_formatter (~> 0.1)
101
+ simplecov-html (0.12.3)
102
+ simplecov_json_formatter (0.1.4)
103
+ thor (1.3.0)
104
+ tzinfo (2.0.6)
105
+ concurrent-ruby (~> 1.0)
106
+ webmock (3.19.1)
107
+ addressable (>= 2.8.0)
106
108
  crack (>= 0.3.2)
107
109
  hashdiff (>= 0.4.0, < 2.0.0)
108
110
 
@@ -110,17 +112,17 @@ PLATFORMS
110
112
  ruby
111
113
 
112
114
  DEPENDENCIES
113
- activesupport (= 4.2.0)
115
+ activesupport (= 7.0.8)
114
116
  bitmovin-ruby!
115
- bundler (~> 1.13)
117
+ bundler (~> 2.2.11)
116
118
  codecov
117
119
  guard-rspec
118
120
  pry
119
- rake (~> 10.0)
120
- rspec (~> 3.0)
121
+ rake (~> 13.0)
122
+ rspec (~> 3.12)
121
123
  rspec-collection_matchers
122
124
  simplecov
123
125
  webmock
124
126
 
125
127
  BUNDLED WITH
126
- 1.17.3
128
+ 2.2.33
data/README.md CHANGED
@@ -29,7 +29,7 @@ Please check out our examples at [examples](https://github.com/bitmovin/bitmovin
29
29
 
30
30
  ## Development
31
31
 
32
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
32
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
33
33
 
34
34
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
35
35
 
@@ -21,11 +21,13 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.add_dependency "faraday", "~> 0.11.0"
24
+ spec.add_dependency "faraday", "~> 2.2.0"
25
+ spec.add_dependency "faraday-httpclient"
26
+ spec.add_dependency "faraday-multipart"
27
+ spec.add_dependency "faraday-retry"
25
28
  spec.add_dependency "httpclient", "~> 2.8.3", ">= 2.8.3"
26
- spec.add_dependency "activesupport", ">= 4.0.0"
27
- spec.add_dependency "faraday_middleware", "~> 0.11.0"
28
- spec.add_development_dependency "bundler", "~> 1.13"
29
- spec.add_development_dependency "rake", "~> 10.0"
30
- spec.add_development_dependency "rspec", "~> 3.0"
29
+ spec.add_dependency "activesupport", ">= 7.0.8"
30
+ spec.add_development_dependency "bundler", "~> 2.2.11"
31
+ spec.add_development_dependency "rake", "~> 13.0"
32
+ spec.add_development_dependency "rspec", "~> 3.12"
31
33
  end
@@ -0,0 +1,44 @@
1
+ module Bitmovin::Encoding::Encodings::InputStreams
2
+ class Ingest < Bitmovin::Resource
3
+ attr_accessor :encoding_id, :input_id, :input_path, :selection_mode, :position,
4
+ :name, :description, :created_at, :modified_at, :errors
5
+
6
+ def initialize(encoding_id, hash = {})
7
+ hsh = ActiveSupport::HashWithIndifferentAccess.new(underscore_hash(hash))
8
+ @encoding_id = encoding_id
9
+
10
+ init_instance(File.join("/v1/encoding/encodings/", encoding_id, "input-streams/ingest"))
11
+ super(hash)
12
+
13
+ @input_id = hash[:input_id]
14
+ @input_path = hash[:input_path]
15
+ @selection_mode = hash[:selection_mode]
16
+ @position = hash[:position]
17
+
18
+ @errors = []
19
+ end
20
+
21
+ def valid?
22
+ validate!
23
+ @errors.empty?
24
+ end
25
+
26
+ def invalid?
27
+ !valid?
28
+ end
29
+
30
+ def errors
31
+ @errors
32
+ end
33
+
34
+ def validate!
35
+ @errors << "input_id cannot be blank" if @input_id.blank?
36
+ @errors << "input_path cannot be blank" if @input_path.blank?
37
+ @errors << "selection_mode cannot be blank" if @selection_mode.blank?
38
+
39
+ if @position.blank? && @selection_mode != "AUTO"
40
+ @errors << "position cannot be blank if selection_mode is not AUTO"
41
+ end
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,48 @@
1
+ module Bitmovin::Encoding::Encodings
2
+ module InputStreams
3
+ module Trimming
4
+ class TimeBased < Bitmovin::Resource
5
+ attr_accessor :encoding_id, :input_stream_id, :offset, :duration,
6
+ :name, :description, :created_at, :modified_at, :errors
7
+
8
+ def initialize(encoding_id, hash = {})
9
+ hsh = ActiveSupport::HashWithIndifferentAccess.new(underscore_hash(hash))
10
+ @encoding_id = encoding_id
11
+
12
+ init_instance(File.join("/v1/encoding/encodings/", encoding_id, "input-streams/trimming/time-based"))
13
+ super(hash)
14
+
15
+ @offset = hash[:offset]
16
+ @duration = hash[:duration]
17
+ @input_stream_id = hash[:input_stream_id]
18
+
19
+ @errors = []
20
+ end
21
+
22
+ def save!
23
+ super if valid?
24
+ end
25
+
26
+ def invalid?
27
+ !valid?
28
+ end
29
+
30
+ def valid?
31
+ validate!
32
+ @errors.empty?
33
+ end
34
+
35
+ def validate!
36
+ @errors = []
37
+
38
+ @errors << "Input Stream Id must be set" unless @input_stream_id
39
+ @errors << "Offset must be set" unless @offset
40
+ @errors << "Duration must be set" unless @duration
41
+ @errors << "Duration must be greater than zero" if @duration.to_i <= 0
42
+
43
+ @errors.flatten!
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
@@ -10,7 +10,7 @@ module Bitmovin::Encoding::Encodings
10
10
  end
11
11
 
12
12
  attr_accessor :encoding_id, :stream_id
13
- attr_accessor :input_id, :input_path, :selection_mode, :position
13
+ attr_accessor :input_id, :input_path, :selection_mode, :position, :input_stream_id
14
14
 
15
15
  def valid?
16
16
  validate!
@@ -29,10 +29,10 @@ module Bitmovin::Encoding::Encodings
29
29
  collect_attributes.to_json(args)
30
30
  end
31
31
 
32
- private
32
+ private
33
33
  def collect_attributes
34
34
  val = Hash.new
35
- [:input_id, :input_path, :selection_mode, :position].each do |name|
35
+ [:input_id, :input_path, :selection_mode, :position, :input_stream_id].each do |name|
36
36
  json_name = ActiveSupport::Inflector.camelize(name.to_s, false)
37
37
  value = instance_variable_get("@#{name}")
38
38
  if (!value.nil?)
@@ -42,6 +42,8 @@ module Bitmovin::Encoding::Encodings
42
42
  val
43
43
  end
44
44
  def validate!
45
+ return unless @input_stream_id.blank?
46
+
45
47
  @errors << "input_id cannot be blank" if @input_id.blank?
46
48
  @errors << "input_path cannot be blank" if @input_path.blank?
47
49
  @errors << "selection_mode cannot be blank" if @selection_mode.blank?
@@ -11,7 +11,8 @@ require 'bitmovin/encoding/encodings/stream_input'
11
11
  require 'bitmovin/encoding/encodings/encoding_task'
12
12
  require 'bitmovin/encoding/encodings/list'
13
13
  require 'bitmovin/encoding/encodings/stream_list'
14
- require 'bitmovin/encoding/encodings/stream_list'
14
+ require 'bitmovin/encoding/encodings/input_streams/ingest'
15
+ require 'bitmovin/encoding/encodings/input_streams/trimming/time_based'
15
16
  require 'bitmovin/encoding/encodings/muxing_list'
16
17
  require 'bitmovin/encoding/encodings/muxings/muxing_resource'
17
18
  require 'bitmovin/encoding/encodings/muxings/fmp4_muxing'
@@ -1,3 +1,3 @@
1
1
  module Bitmovin
2
- VERSION = "0.8.1"
2
+ VERSION = "0.9.1"
3
3
  end
data/lib/bitmovin-ruby.rb CHANGED
@@ -2,7 +2,9 @@ require 'rubygems'
2
2
  require 'json'
3
3
  require 'bundler/setup'
4
4
  require 'faraday'
5
- require 'faraday_middleware'
5
+ require 'faraday/retry'
6
+ require 'faraday/multipart'
7
+ require 'faraday/httpclient'
6
8
  require 'securerandom'
7
9
  require 'active_support'
8
10
  require 'active_support/core_ext'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitmovin-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Hoelbling-Inzko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -16,104 +16,132 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 2.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.11.0
26
+ version: 2.2.0
27
27
  - !ruby/object:Gem::Dependency
28
- name: httpclient
28
+ name: faraday-httpclient
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 2.8.3
34
31
  - - ">="
35
32
  - !ruby/object:Gem::Version
36
- version: 2.8.3
33
+ version: '0'
37
34
  type: :runtime
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
40
37
  requirements:
41
- - - "~>"
38
+ - - ">="
42
39
  - !ruby/object:Gem::Version
43
- version: 2.8.3
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: faraday-multipart
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
44
45
  - - ">="
45
46
  - !ruby/object:Gem::Version
46
- version: 2.8.3
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
47
55
  - !ruby/object:Gem::Dependency
48
- name: activesupport
56
+ name: faraday-retry
49
57
  requirement: !ruby/object:Gem::Requirement
50
58
  requirements:
51
59
  - - ">="
52
60
  - !ruby/object:Gem::Version
53
- version: 4.0.0
61
+ version: '0'
54
62
  type: :runtime
55
63
  prerelease: false
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
65
  requirements:
58
66
  - - ">="
59
67
  - !ruby/object:Gem::Version
60
- version: 4.0.0
68
+ version: '0'
61
69
  - !ruby/object:Gem::Dependency
62
- name: faraday_middleware
70
+ name: httpclient
63
71
  requirement: !ruby/object:Gem::Requirement
64
72
  requirements:
65
73
  - - "~>"
66
74
  - !ruby/object:Gem::Version
67
- version: 0.11.0
75
+ version: 2.8.3
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 2.8.3
68
79
  type: :runtime
69
80
  prerelease: false
70
81
  version_requirements: !ruby/object:Gem::Requirement
71
82
  requirements:
72
83
  - - "~>"
73
84
  - !ruby/object:Gem::Version
74
- version: 0.11.0
85
+ version: 2.8.3
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: 2.8.3
89
+ - !ruby/object:Gem::Dependency
90
+ name: activesupport
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: 7.0.8
96
+ type: :runtime
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 7.0.8
75
103
  - !ruby/object:Gem::Dependency
76
104
  name: bundler
77
105
  requirement: !ruby/object:Gem::Requirement
78
106
  requirements:
79
107
  - - "~>"
80
108
  - !ruby/object:Gem::Version
81
- version: '1.13'
109
+ version: 2.2.11
82
110
  type: :development
83
111
  prerelease: false
84
112
  version_requirements: !ruby/object:Gem::Requirement
85
113
  requirements:
86
114
  - - "~>"
87
115
  - !ruby/object:Gem::Version
88
- version: '1.13'
116
+ version: 2.2.11
89
117
  - !ruby/object:Gem::Dependency
90
118
  name: rake
91
119
  requirement: !ruby/object:Gem::Requirement
92
120
  requirements:
93
121
  - - "~>"
94
122
  - !ruby/object:Gem::Version
95
- version: '10.0'
123
+ version: '13.0'
96
124
  type: :development
97
125
  prerelease: false
98
126
  version_requirements: !ruby/object:Gem::Requirement
99
127
  requirements:
100
128
  - - "~>"
101
129
  - !ruby/object:Gem::Version
102
- version: '10.0'
130
+ version: '13.0'
103
131
  - !ruby/object:Gem::Dependency
104
132
  name: rspec
105
133
  requirement: !ruby/object:Gem::Requirement
106
134
  requirements:
107
135
  - - "~>"
108
136
  - !ruby/object:Gem::Version
109
- version: '3.0'
137
+ version: '3.12'
110
138
  type: :development
111
139
  prerelease: false
112
140
  version_requirements: !ruby/object:Gem::Requirement
113
141
  requirements:
114
142
  - - "~>"
115
143
  - !ruby/object:Gem::Version
116
- version: '3.0'
144
+ version: '3.12'
117
145
  description: Provides full access to the Bitmovin API (http://https://bitmovin.com/encoding-documentation/bitmovin-api/)
118
146
  email:
119
147
  - daniel.hoelbling-inzko@bitmovin.com
@@ -147,6 +175,8 @@ files:
147
175
  - lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb
148
176
  - lib/bitmovin/encoding/encodings.rb
149
177
  - lib/bitmovin/encoding/encodings/encoding_task.rb
178
+ - lib/bitmovin/encoding/encodings/input_streams/ingest.rb
179
+ - lib/bitmovin/encoding/encodings/input_streams/trimming/time_based.rb
150
180
  - lib/bitmovin/encoding/encodings/list.rb
151
181
  - lib/bitmovin/encoding/encodings/muxing_list.rb
152
182
  - lib/bitmovin/encoding/encodings/muxings/drms/drm_muxing_resource.rb
@@ -228,8 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
258
  - !ruby/object:Gem::Version
229
259
  version: '0'
230
260
  requirements: []
231
- rubyforge_project:
232
- rubygems_version: 2.5.2.3
261
+ rubygems_version: 3.2.33
233
262
  signing_key:
234
263
  specification_version: 4
235
264
  summary: Api Client for the Bitmovin API