mux_ruby 5.0.1 → 5.1.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/Annotation.md +24 -0
- data/docs/AnnotationInput.md +22 -0
- data/docs/AnnotationResponse.md +18 -0
- data/docs/AnnotationsApi.md +371 -0
- data/docs/Asset.md +3 -1
- data/docs/AssetProgress.md +20 -0
- data/docs/AssetsApi.md +3 -1
- data/docs/CreateAssetRequest.md +3 -1
- data/docs/CreateLiveStreamRequest.md +3 -1
- data/docs/DimensionsApi.md +87 -2
- data/docs/ErrorsApi.md +2 -2
- data/docs/FiltersApi.md +2 -2
- data/docs/ListAnnotationsResponse.md +22 -0
- data/docs/ListAssetsResponse.md +2 -0
- data/docs/LiveStream.md +5 -3
- data/docs/LiveStreamMetadata.md +18 -0
- data/docs/MetricsApi.md +10 -10
- data/docs/UpdateLiveStreamRequest.md +3 -1
- data/docs/VideoView.md +3 -1
- data/docs/VideoViewsApi.md +2 -2
- data/gen/generator-config.json +1 -1
- data/lib/mux_ruby/api/annotations_api.rb +355 -0
- data/lib/mux_ruby/api/assets_api.rb +5 -2
- data/lib/mux_ruby/api/dimensions_api.rb +91 -2
- data/lib/mux_ruby/api/errors_api.rb +2 -2
- data/lib/mux_ruby/api/filters_api.rb +2 -2
- data/lib/mux_ruby/api/metrics_api.rb +12 -12
- data/lib/mux_ruby/api/video_views_api.rb +2 -2
- data/lib/mux_ruby/configuration.rb +6 -0
- data/lib/mux_ruby/models/annotation.rb +250 -0
- data/lib/mux_ruby/models/annotation_input.rb +239 -0
- data/lib/mux_ruby/models/annotation_response.rb +218 -0
- data/lib/mux_ruby/models/asset.rb +13 -4
- data/lib/mux_ruby/models/asset_progress.rb +288 -0
- data/lib/mux_ruby/models/create_asset_request.rb +16 -4
- data/lib/mux_ruby/models/create_live_stream_request.rb +13 -4
- data/lib/mux_ruby/models/list_annotations_response.rb +266 -0
- data/lib/mux_ruby/models/list_assets_response.rb +12 -1
- data/lib/mux_ruby/models/live_stream.rb +15 -6
- data/lib/mux_ruby/models/live_stream_generated_subtitle_settings.rb +2 -2
- data/lib/mux_ruby/models/live_stream_metadata.rb +235 -0
- data/lib/mux_ruby/models/update_live_stream_request.rb +13 -4
- data/lib/mux_ruby/models/video_view.rb +16 -5
- data/lib/mux_ruby/version.rb +1 -1
- data/lib/mux_ruby.rb +7 -0
- data/spec/api/annotations_api_spec.rb +99 -0
- data/spec/models/annotation_input_spec.rb +46 -0
- data/spec/models/annotation_response_spec.rb +34 -0
- data/spec/models/annotation_spec.rb +52 -0
- data/spec/models/asset_progress_spec.rb +44 -0
- data/spec/models/list_annotations_response_spec.rb +46 -0
- data/spec/models/live_stream_metadata_spec.rb +34 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
- metadata +30 -2
@@ -1,19 +1,19 @@
|
|
1
1
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
|
2
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.9/x64/bin/ruby extconf.rb
|
3
3
|
checking for rb_io_extract_modeenc() in ruby/io.h... yes
|
4
4
|
creating Makefile
|
5
5
|
|
6
6
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-yef5ou sitelibdir\=./.gem.20250815-2135-yef5ou clean
|
8
8
|
|
9
9
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
|
10
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
10
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-yef5ou sitelibdir\=./.gem.20250815-2135-yef5ou
|
11
11
|
compiling stringio.c
|
12
12
|
linking shared-object stringio.so
|
13
13
|
|
14
14
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-yef5ou sitelibdir\=./.gem.20250815-2135-yef5ou install
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20250815-2135-yef5ou
|
17
17
|
|
18
18
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20250815-2135-yef5ou sitelibdir\=./.gem.20250815-2135-yef5ou clean
|
@@ -1,6 +1,6 @@
|
|
1
1
|
have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
|
2
2
|
|
3
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
3
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -lruby -lm -lpthread -lc"
|
4
4
|
checked program was:
|
5
5
|
/* begin */
|
6
6
|
1: #include "ruby.h"
|
@@ -11,7 +11,7 @@ checked program was:
|
|
11
11
|
6: }
|
12
12
|
/* end */
|
13
13
|
|
14
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.
|
14
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.9/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.9/x64/lib -lruby -lm -lpthread -lc"
|
15
15
|
checked program was:
|
16
16
|
/* begin */
|
17
17
|
1: #include "ruby.h"
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux
|
19
19
|
PATH_SEPARATOR = :
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.9/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux
|
19
19
|
PATH_SEPARATOR = :
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.9/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux
|
19
19
|
PATH_SEPARATOR = :
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.9/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux
|
19
19
|
PATH_SEPARATOR = :
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.9/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.9/x64/include/ruby-3.2.0/x86_64-linux
|
19
19
|
PATH_SEPARATOR = :
|
20
20
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
21
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.9/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mux_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0
|
4
|
+
version: 5.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mux
|
@@ -63,12 +63,17 @@ files:
|
|
63
63
|
- README.md
|
64
64
|
- Rakefile
|
65
65
|
- docs/AbridgedVideoView.md
|
66
|
+
- docs/Annotation.md
|
67
|
+
- docs/AnnotationInput.md
|
68
|
+
- docs/AnnotationResponse.md
|
69
|
+
- docs/AnnotationsApi.md
|
66
70
|
- docs/Asset.md
|
67
71
|
- docs/AssetErrors.md
|
68
72
|
- docs/AssetGeneratedSubtitleSettings.md
|
69
73
|
- docs/AssetMaster.md
|
70
74
|
- docs/AssetMetadata.md
|
71
75
|
- docs/AssetNonStandardInputReasons.md
|
76
|
+
- docs/AssetProgress.md
|
72
77
|
- docs/AssetRecordingTimes.md
|
73
78
|
- docs/AssetResponse.md
|
74
79
|
- docs/AssetStaticRenditions.md
|
@@ -138,6 +143,7 @@ files:
|
|
138
143
|
- docs/Insight.md
|
139
144
|
- docs/LaunchWebInputResponse.md
|
140
145
|
- docs/ListAllMetricValuesResponse.md
|
146
|
+
- docs/ListAnnotationsResponse.md
|
141
147
|
- docs/ListAssetsResponse.md
|
142
148
|
- docs/ListBreakdownValuesResponse.md
|
143
149
|
- docs/ListBreakdownValuesResponseMeta.md
|
@@ -169,6 +175,7 @@ files:
|
|
169
175
|
- docs/LiveStream.md
|
170
176
|
- docs/LiveStreamEmbeddedSubtitleSettings.md
|
171
177
|
- docs/LiveStreamGeneratedSubtitleSettings.md
|
178
|
+
- docs/LiveStreamMetadata.md
|
172
179
|
- docs/LiveStreamResponse.md
|
173
180
|
- docs/LiveStreamStatus.md
|
174
181
|
- docs/LiveStreamsApi.md
|
@@ -292,6 +299,7 @@ files:
|
|
292
299
|
- gen/yarn.lock
|
293
300
|
- github-ruby-sdk.png
|
294
301
|
- lib/mux_ruby.rb
|
302
|
+
- lib/mux_ruby/api/annotations_api.rb
|
295
303
|
- lib/mux_ruby/api/assets_api.rb
|
296
304
|
- lib/mux_ruby/api/delivery_usage_api.rb
|
297
305
|
- lib/mux_ruby/api/dimensions_api.rb
|
@@ -316,12 +324,16 @@ files:
|
|
316
324
|
- lib/mux_ruby/api_error.rb
|
317
325
|
- lib/mux_ruby/configuration.rb
|
318
326
|
- lib/mux_ruby/models/abridged_video_view.rb
|
327
|
+
- lib/mux_ruby/models/annotation.rb
|
328
|
+
- lib/mux_ruby/models/annotation_input.rb
|
329
|
+
- lib/mux_ruby/models/annotation_response.rb
|
319
330
|
- lib/mux_ruby/models/asset.rb
|
320
331
|
- lib/mux_ruby/models/asset_errors.rb
|
321
332
|
- lib/mux_ruby/models/asset_generated_subtitle_settings.rb
|
322
333
|
- lib/mux_ruby/models/asset_master.rb
|
323
334
|
- lib/mux_ruby/models/asset_metadata.rb
|
324
335
|
- lib/mux_ruby/models/asset_non_standard_input_reasons.rb
|
336
|
+
- lib/mux_ruby/models/asset_progress.rb
|
325
337
|
- lib/mux_ruby/models/asset_recording_times.rb
|
326
338
|
- lib/mux_ruby/models/asset_response.rb
|
327
339
|
- lib/mux_ruby/models/asset_static_renditions.rb
|
@@ -382,6 +394,7 @@ files:
|
|
382
394
|
- lib/mux_ruby/models/insight.rb
|
383
395
|
- lib/mux_ruby/models/launch_web_input_response.rb
|
384
396
|
- lib/mux_ruby/models/list_all_metric_values_response.rb
|
397
|
+
- lib/mux_ruby/models/list_annotations_response.rb
|
385
398
|
- lib/mux_ruby/models/list_assets_response.rb
|
386
399
|
- lib/mux_ruby/models/list_breakdown_values_response.rb
|
387
400
|
- lib/mux_ruby/models/list_breakdown_values_response_meta.rb
|
@@ -413,6 +426,7 @@ files:
|
|
413
426
|
- lib/mux_ruby/models/live_stream.rb
|
414
427
|
- lib/mux_ruby/models/live_stream_embedded_subtitle_settings.rb
|
415
428
|
- lib/mux_ruby/models/live_stream_generated_subtitle_settings.rb
|
429
|
+
- lib/mux_ruby/models/live_stream_metadata.rb
|
416
430
|
- lib/mux_ruby/models/live_stream_response.rb
|
417
431
|
- lib/mux_ruby/models/live_stream_status.rb
|
418
432
|
- lib/mux_ruby/models/metric.rb
|
@@ -471,6 +485,7 @@ files:
|
|
471
485
|
- lib/mux_ruby/models/web_input_response.rb
|
472
486
|
- lib/mux_ruby/version.rb
|
473
487
|
- mux_ruby.gemspec
|
488
|
+
- spec/api/annotations_api_spec.rb
|
474
489
|
- spec/api/assets_api_spec.rb
|
475
490
|
- spec/api/delivery_usage_api_spec.rb
|
476
491
|
- spec/api/dimensions_api_spec.rb
|
@@ -495,11 +510,15 @@ files:
|
|
495
510
|
- spec/api_client_spec.rb
|
496
511
|
- spec/configuration_spec.rb
|
497
512
|
- spec/models/abridged_video_view_spec.rb
|
513
|
+
- spec/models/annotation_input_spec.rb
|
514
|
+
- spec/models/annotation_response_spec.rb
|
515
|
+
- spec/models/annotation_spec.rb
|
498
516
|
- spec/models/asset_errors_spec.rb
|
499
517
|
- spec/models/asset_generated_subtitle_settings_spec.rb
|
500
518
|
- spec/models/asset_master_spec.rb
|
501
519
|
- spec/models/asset_metadata_spec.rb
|
502
520
|
- spec/models/asset_non_standard_input_reasons_spec.rb
|
521
|
+
- spec/models/asset_progress_spec.rb
|
503
522
|
- spec/models/asset_recording_times_spec.rb
|
504
523
|
- spec/models/asset_response_spec.rb
|
505
524
|
- spec/models/asset_spec.rb
|
@@ -569,6 +588,7 @@ files:
|
|
569
588
|
- spec/models/insight_spec.rb
|
570
589
|
- spec/models/launch_web_input_response_spec.rb
|
571
590
|
- spec/models/list_all_metric_values_response_spec.rb
|
591
|
+
- spec/models/list_annotations_response_spec.rb
|
572
592
|
- spec/models/list_assets_response_spec.rb
|
573
593
|
- spec/models/list_breakdown_values_response_meta_spec.rb
|
574
594
|
- spec/models/list_breakdown_values_response_spec.rb
|
@@ -601,6 +621,7 @@ files:
|
|
601
621
|
- spec/models/list_web_inputs_response_spec.rb
|
602
622
|
- spec/models/live_stream_embedded_subtitle_settings_spec.rb
|
603
623
|
- spec/models/live_stream_generated_subtitle_settings_spec.rb
|
624
|
+
- spec/models/live_stream_metadata_spec.rb
|
604
625
|
- spec/models/live_stream_response_spec.rb
|
605
626
|
- spec/models/live_stream_spec.rb
|
606
627
|
- spec/models/live_stream_status_spec.rb
|
@@ -3206,10 +3227,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3206
3227
|
- !ruby/object:Gem::Version
|
3207
3228
|
version: '0'
|
3208
3229
|
requirements: []
|
3209
|
-
rubygems_version: 3.
|
3230
|
+
rubygems_version: 3.7.1
|
3210
3231
|
specification_version: 4
|
3211
3232
|
summary: Mux API Ruby Gem
|
3212
3233
|
test_files:
|
3234
|
+
- spec/api/annotations_api_spec.rb
|
3213
3235
|
- spec/api/assets_api_spec.rb
|
3214
3236
|
- spec/api/delivery_usage_api_spec.rb
|
3215
3237
|
- spec/api/dimensions_api_spec.rb
|
@@ -3234,11 +3256,15 @@ test_files:
|
|
3234
3256
|
- spec/api_client_spec.rb
|
3235
3257
|
- spec/configuration_spec.rb
|
3236
3258
|
- spec/models/abridged_video_view_spec.rb
|
3259
|
+
- spec/models/annotation_input_spec.rb
|
3260
|
+
- spec/models/annotation_response_spec.rb
|
3261
|
+
- spec/models/annotation_spec.rb
|
3237
3262
|
- spec/models/asset_errors_spec.rb
|
3238
3263
|
- spec/models/asset_generated_subtitle_settings_spec.rb
|
3239
3264
|
- spec/models/asset_master_spec.rb
|
3240
3265
|
- spec/models/asset_metadata_spec.rb
|
3241
3266
|
- spec/models/asset_non_standard_input_reasons_spec.rb
|
3267
|
+
- spec/models/asset_progress_spec.rb
|
3242
3268
|
- spec/models/asset_recording_times_spec.rb
|
3243
3269
|
- spec/models/asset_response_spec.rb
|
3244
3270
|
- spec/models/asset_spec.rb
|
@@ -3308,6 +3334,7 @@ test_files:
|
|
3308
3334
|
- spec/models/insight_spec.rb
|
3309
3335
|
- spec/models/launch_web_input_response_spec.rb
|
3310
3336
|
- spec/models/list_all_metric_values_response_spec.rb
|
3337
|
+
- spec/models/list_annotations_response_spec.rb
|
3311
3338
|
- spec/models/list_assets_response_spec.rb
|
3312
3339
|
- spec/models/list_breakdown_values_response_meta_spec.rb
|
3313
3340
|
- spec/models/list_breakdown_values_response_spec.rb
|
@@ -3340,6 +3367,7 @@ test_files:
|
|
3340
3367
|
- spec/models/list_web_inputs_response_spec.rb
|
3341
3368
|
- spec/models/live_stream_embedded_subtitle_settings_spec.rb
|
3342
3369
|
- spec/models/live_stream_generated_subtitle_settings_spec.rb
|
3370
|
+
- spec/models/live_stream_metadata_spec.rb
|
3343
3371
|
- spec/models/live_stream_response_spec.rb
|
3344
3372
|
- spec/models/live_stream_spec.rb
|
3345
3373
|
- spec/models/live_stream_status_spec.rb
|