mux_ruby 3.14.0 → 3.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e69002fc9fae0b20c36601d64999f83b3c2248cae537473108ec65968b28d222
4
- data.tar.gz: acb69733b34d4e45a04593552a79779b4d34235da7af0de9b704e3461d7685fa
3
+ metadata.gz: 9aedb87b9d9dfab9beeb290ee9a4c01ae295457bfa6aeda2a5f15aac10897fe5
4
+ data.tar.gz: 0c0302d90600bbb609d6c91976b6abc1bb3834d13d3775d072f2cf27f10b087a
5
5
  SHA512:
6
- metadata.gz: df62f360323df0a57ab8aff4c863366a8a7e963a86ca1aa24e4e1887428d99791c2972123ae40845971d29a6c40189e3f66ca34143c9b4a01da596e05486ebc4
7
- data.tar.gz: 594a75d23b9b6aaa7734076b909b67a78b23120f5af153a5eda5f0e48ec35a8becc0ca23b68429f9e4caba0180328a61e8d1320115d8ade181ec39ecb3599690
6
+ metadata.gz: 8b7fcb8a174821cb698a2754fc1aa809de5fa6033d2d6fd83f9518a0bc7ccaffa81a9bc716df97616201fc274e7fdbb14a9de21fbd514b77649a867f391e8ac2
7
+ data.tar.gz: f6dd139ecb8f12379329c7e39a2091ac0174845231e8b6ff7dcdb6406a2c352fbf059dcefb00aeafa7ffab43dcfbffe7ca8ba26bdc3dabfda94765755e6f3122
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mux_ruby (3.14.0)
4
+ mux_ruby (3.15.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -23,7 +23,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
23
23
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
24
24
 
25
25
  - API version: v1
26
- - Package version: 3.14.0
26
+ - Package version: 3.15.0
27
27
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
28
28
  For more information, please visit [https://docs.mux.com](https://docs.mux.com)
29
29
 
@@ -40,16 +40,16 @@ gem build mux_ruby.gemspec
40
40
  Then either install the gem locally:
41
41
 
42
42
  ```shell
43
- gem install ./mux_ruby-3.14.0.gem
43
+ gem install ./mux_ruby-3.15.0.gem
44
44
  ```
45
45
 
46
- (for development, run `gem install --dev ./mux_ruby-3.14.0.gem` to install the development dependencies)
46
+ (for development, run `gem install --dev ./mux_ruby-3.15.0.gem` to install the development dependencies)
47
47
 
48
48
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
49
49
 
50
50
  Finally add this to the Gemfile:
51
51
 
52
- gem 'mux_ruby', '~> 3.14.0'
52
+ gem 'mux_ruby', '~> 3.15.0'
53
53
 
54
54
  ### Install from Git
55
55
 
data/docs/AssetsApi.md CHANGED
@@ -959,7 +959,7 @@ end
959
959
 
960
960
  Update MP4 support
961
961
 
962
- Allows you to add or remove mp4 support for assets that were created without it. Currently there are two values supported in this request, `standard` and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
962
+ Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
963
963
 
964
964
  ### Examples
965
965
 
@@ -8,7 +8,7 @@
8
8
  | **playback_policy** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) | An array of playback policy names that you want applied to this asset and available through `playback_ids`. Options include: `\"public\"` (anyone with the playback URL can stream the asset). And `\"signed\"` (an additional access token is required to play the asset). If no playback_policy is set, the asset will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional] |
9
9
  | **per_title_encode** | **Boolean** | | [optional] |
10
10
  | **passthrough** | **String** | Arbitrary user-supplied metadata that will be included in the asset details and related webhooks. Can be used to store your own ID for a video along with the asset. **Max: 255 characters**. | [optional] |
11
- | **mp4_support** | **String** | Specify what level (if any) of support for mp4 playback. In most cases you should use our default HLS-based streaming playback ({playback_id}.m3u8) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
11
+ | **mp4_support** | **String** | Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
12
12
  | **normalize_audio** | **Boolean** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional][default to false] |
13
13
  | **master_access** | **String** | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
14
14
  | **test** | **Boolean** | Marks the asset as a test asset when the value is set to true. A Test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test asset are watermarked with the Mux logo, limited to 10 seconds, deleted after 24 hrs. | [optional] |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **mp4_support** | **String** | String value for the level of mp4 support | [optional] |
7
+ | **mp4_support** | **String** | Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). `none` will delete the MP4s from the asset in question. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -8,5 +8,5 @@
8
8
  "gemSourceLocation": "https://github.com/muxinc/mux-ruby",
9
9
  "gemLicense": "MIT",
10
10
  "moduleName": "MuxRuby",
11
- "gemVersion": "3.14.0"
11
+ "gemVersion": "3.15.0"
12
12
  }
@@ -905,7 +905,7 @@ module MuxRuby
905
905
  end
906
906
 
907
907
  # Update MP4 support
908
- # Allows you to add or remove mp4 support for assets that were created without it. Currently there are two values supported in this request, `standard` and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
908
+ # Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
909
909
  # @param asset_id [String] The asset ID.
910
910
  # @param update_asset_mp4_support_request [UpdateAssetMP4SupportRequest]
911
911
  # @param [Hash] opts the optional parameters
@@ -916,7 +916,7 @@ module MuxRuby
916
916
  end
917
917
 
918
918
  # Update MP4 support
919
- # Allows you to add or remove mp4 support for assets that were created without it. Currently there are two values supported in this request, `standard` and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
919
+ # Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
920
920
  # @param asset_id [String] The asset ID.
921
921
  # @param update_asset_mp4_support_request [UpdateAssetMP4SupportRequest]
922
922
  # @param [Hash] opts the optional parameters
@@ -355,7 +355,7 @@ module MuxRuby
355
355
  return false unless encoding_tier_validator.valid?(@encoding_tier)
356
356
  master_access_validator = EnumAttributeValidator.new('String', ["temporary", "none"])
357
357
  return false unless master_access_validator.valid?(@master_access)
358
- mp4_support_validator = EnumAttributeValidator.new('String', ["standard", "none"])
358
+ mp4_support_validator = EnumAttributeValidator.new('String', ["standard", "none", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
359
359
  return false unless mp4_support_validator.valid?(@mp4_support)
360
360
  ingest_type_validator = EnumAttributeValidator.new('String', ["on_demand_url", "on_demand_direct_upload", "on_demand_clip", "live_rtmp", "live_srt"])
361
361
  return false unless ingest_type_validator.valid?(@ingest_type)
@@ -425,7 +425,7 @@ module MuxRuby
425
425
  # Custom attribute writer method checking allowed values (enum).
426
426
  # @param [Object] mp4_support Object to be assigned
427
427
  def mp4_support=(mp4_support)
428
- validator = EnumAttributeValidator.new('String', ["standard", "none"])
428
+ validator = EnumAttributeValidator.new('String', ["standard", "none", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
429
429
  unless validator.valid?(mp4_support)
430
430
  fail ArgumentError, "invalid value for \"mp4_support\", must be one of #{validator.allowable_values}."
431
431
  end
@@ -139,7 +139,7 @@ module MuxRuby
139
139
  # Check to see if the all the properties in the model are valid
140
140
  # @return true if the model is valid
141
141
  def valid?
142
- name_validator = EnumAttributeValidator.new('String', ["low.mp4", "medium.mp4", "high.mp4", "audio.m4a"])
142
+ name_validator = EnumAttributeValidator.new('String', ["low.mp4", "medium.mp4", "high.mp4", "audio.m4a", "capped-1080p.mp4"])
143
143
  return false unless name_validator.valid?(@name)
144
144
  ext_validator = EnumAttributeValidator.new('String', ["mp4", "m4a"])
145
145
  return false unless ext_validator.valid?(@ext)
@@ -149,7 +149,7 @@ module MuxRuby
149
149
  # Custom attribute writer method checking allowed values (enum).
150
150
  # @param [Object] name Object to be assigned
151
151
  def name=(name)
152
- validator = EnumAttributeValidator.new('String', ["low.mp4", "medium.mp4", "high.mp4", "audio.m4a"])
152
+ validator = EnumAttributeValidator.new('String', ["low.mp4", "medium.mp4", "high.mp4", "audio.m4a", "capped-1080p.mp4"])
153
153
  unless validator.valid?(name)
154
154
  fail ArgumentError, "invalid value for \"name\", must be one of #{validator.allowable_values}."
155
155
  end
@@ -26,7 +26,7 @@ module MuxRuby
26
26
  # Arbitrary user-supplied metadata that will be included in the asset details and related webhooks. Can be used to store your own ID for a video along with the asset. **Max: 255 characters**.
27
27
  attr_accessor :passthrough
28
28
 
29
- # Specify what level (if any) of support for mp4 playback. In most cases you should use our default HLS-based streaming playback ({playback_id}.m3u8) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information.
29
+ # Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information.
30
30
  attr_accessor :mp4_support
31
31
 
32
32
  # Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets.
@@ -181,7 +181,7 @@ module MuxRuby
181
181
  # Check to see if the all the properties in the model are valid
182
182
  # @return true if the model is valid
183
183
  def valid?
184
- mp4_support_validator = EnumAttributeValidator.new('String', ["none", "standard"])
184
+ mp4_support_validator = EnumAttributeValidator.new('String', ["none", "standard", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
185
185
  return false unless mp4_support_validator.valid?(@mp4_support)
186
186
  master_access_validator = EnumAttributeValidator.new('String', ["none", "temporary"])
187
187
  return false unless master_access_validator.valid?(@master_access)
@@ -195,7 +195,7 @@ module MuxRuby
195
195
  # Custom attribute writer method checking allowed values (enum).
196
196
  # @param [Object] mp4_support Object to be assigned
197
197
  def mp4_support=(mp4_support)
198
- validator = EnumAttributeValidator.new('String', ["none", "standard"])
198
+ validator = EnumAttributeValidator.new('String', ["none", "standard", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
199
199
  unless validator.valid?(mp4_support)
200
200
  fail ArgumentError, "invalid value for \"mp4_support\", must be one of #{validator.allowable_values}."
201
201
  end
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module MuxRuby
17
17
  class UpdateAssetMP4SupportRequest
18
- # String value for the level of mp4 support
18
+ # Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). `none` will delete the MP4s from the asset in question.
19
19
  attr_accessor :mp4_support
20
20
 
21
21
  class EnumAttributeValidator
@@ -95,7 +95,7 @@ module MuxRuby
95
95
  # Check to see if the all the properties in the model are valid
96
96
  # @return true if the model is valid
97
97
  def valid?
98
- mp4_support_validator = EnumAttributeValidator.new('String', ["standard", "none"])
98
+ mp4_support_validator = EnumAttributeValidator.new('String', ["standard", "none", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
99
99
  return false unless mp4_support_validator.valid?(@mp4_support)
100
100
  true
101
101
  end
@@ -103,7 +103,7 @@ module MuxRuby
103
103
  # Custom attribute writer method checking allowed values (enum).
104
104
  # @param [Object] mp4_support Object to be assigned
105
105
  def mp4_support=(mp4_support)
106
- validator = EnumAttributeValidator.new('String', ["standard", "none"])
106
+ validator = EnumAttributeValidator.new('String', ["standard", "none", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
107
107
  unless validator.valid?(mp4_support)
108
108
  fail ArgumentError, "invalid value for \"mp4_support\", must be one of #{validator.allowable_values}."
109
109
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
11
11
  =end
12
12
 
13
13
  module MuxRuby
14
- VERSION = '3.14.0'
14
+ VERSION = '3.15.0'
15
15
  end
@@ -3,10 +3,10 @@ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-x104w2 sitelibdir\=./.gem.20240405-1798-x104w2 clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
9
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi
9
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-x104w2 sitelibdir\=./.gem.20240405-1798-x104w2
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -35,8 +35,8 @@ compiling threads.c
35
35
  linking shared-object byebug/byebug.so
36
36
 
37
37
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
38
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20240314-1791-2rrkmi/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-x104w2 sitelibdir\=./.gem.20240405-1798-x104w2 install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20240405-1798-x104w2/byebug
40
40
 
41
41
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
42
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-x104w2 sitelibdir\=./.gem.20240405-1798-x104w2 clean
@@ -10,10 +10,10 @@ creating extconf.h
10
10
  creating Makefile
11
11
 
12
12
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
13
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r clean
13
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-h6wj1s sitelibdir\=./.gem.20240405-1798-h6wj1s clean
14
14
 
15
15
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
16
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r
16
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-h6wj1s sitelibdir\=./.gem.20240405-1798-h6wj1s
17
17
  compiling AbstractMemory.c
18
18
  compiling ArrayType.c
19
19
  compiling Buffer.c
@@ -40,8 +40,8 @@ compiling ffi.c
40
40
  linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
43
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240314-1791-gmvn7r
43
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-h6wj1s sitelibdir\=./.gem.20240405-1798-h6wj1s install
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240405-1798-h6wj1s
45
45
 
46
46
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
47
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r clean
47
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-h6wj1s sitelibdir\=./.gem.20240405-1798-h6wj1s clean
@@ -3,10 +3,10 @@ current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-negcbr sitelibdir\=./.gem.20240405-1798-negcbr clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
9
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4
9
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-negcbr sitelibdir\=./.gem.20240405-1798-negcbr
10
10
  compiling adj_matrix.c
11
11
  adj_matrix.c: In function ‘adj_matrix_default’:
12
12
  adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
@@ -59,8 +59,8 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
59
59
  linking shared-object jaro_winkler/jaro_winkler_ext.so
60
60
 
61
61
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
62
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 install
63
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240314-1791-cvkwb4/jaro_winkler
62
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-negcbr sitelibdir\=./.gem.20240405-1798-negcbr install
63
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240405-1798-negcbr/jaro_winkler
64
64
 
65
65
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
66
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 clean
66
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-negcbr sitelibdir\=./.gem.20240405-1798-negcbr clean
@@ -5,10 +5,10 @@ checking for yaml_get_version() in -lyaml... yes
5
5
  creating Makefile
6
6
 
7
7
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-k8e7g2 sitelibdir\=./.gem.20240405-1798-k8e7g2 clean
9
9
 
10
10
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
11
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q
11
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-k8e7g2 sitelibdir\=./.gem.20240405-1798-k8e7g2
12
12
  compiling psych.c
13
13
  compiling psych_emitter.c
14
14
  compiling psych_parser.c
@@ -17,8 +17,8 @@ compiling psych_yaml_tree.c
17
17
  linking shared-object psych.so
18
18
 
19
19
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
20
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q install
21
- /usr/bin/install -c -m 0755 psych.so ./.gem.20240314-1791-s85i1q
20
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-k8e7g2 sitelibdir\=./.gem.20240405-1798-k8e7g2 install
21
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20240405-1798-k8e7g2
22
22
 
23
23
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-k8e7g2 sitelibdir\=./.gem.20240405-1798-k8e7g2 clean
@@ -4,16 +4,16 @@ 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.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi clean
7
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-20fuo8 sitelibdir\=./.gem.20240405-1798-20fuo8 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.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi
10
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-20fuo8 sitelibdir\=./.gem.20240405-1798-20fuo8
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.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20240314-1791-3w2asi
15
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-20fuo8 sitelibdir\=./.gem.20240405-1798-20fuo8 install
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20240405-1798-20fuo8
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.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi clean
19
+ make DESTDIR\= sitearchdir\=./.gem.20240405-1798-20fuo8 sitelibdir\=./.gem.20240405-1798-20fuo8 clean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.14.0
4
+ version: 3.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-14 00:00:00.000000000 Z
11
+ date: 2024-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -3201,7 +3201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3201
3201
  - !ruby/object:Gem::Version
3202
3202
  version: '0'
3203
3203
  requirements: []
3204
- rubygems_version: 3.5.6
3204
+ rubygems_version: 3.5.7
3205
3205
  signing_key:
3206
3206
  specification_version: 4
3207
3207
  summary: Mux API Ruby Gem