assemblyai 1.0.2.pre.beta.0 → 1.0.2

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
  SHA256:
3
- metadata.gz: '02278a07135fb19a23f3920bc8c80892879cf6f1d65201af7e236e4d6546dbdb'
4
- data.tar.gz: 1d57a851c8b5bea178482738933d511f208e1988a7f03d8fdd6bd75c3b92b617
3
+ metadata.gz: 32f7dc0d7129839566e0dabc6e043db1b6e8bf932a0b003a206087ec62a666b0
4
+ data.tar.gz: af9b02a4442fb82ebdba876e7c0a94557698923d9223cec183a62f14a29eb3f2
5
5
  SHA512:
6
- metadata.gz: b3fe50a85f91e9db378952cdade40e9beaac5714b7c1abee98992c9ab81d4a1d3f8466f44ed9f5851c8ad8cb7ef3dd0903cb50e048e1e474e06956824c510065
7
- data.tar.gz: 73f3b166c3cba56cd5e9fe1410aec96c3091bd53c019d2f617b2d0613e36cc4409b7f4d8393f065b9792325d10f81070964fae1aff77454813380d64909af324
6
+ metadata.gz: c69ed2bd3bdcc0394c4a66af4919150b7d31bfe71bc2536a3c92a40b68b9fcb8adb14dfb37e880153cdc0a7c5009498cb7201a3046e5cd7bbc03906649ba16b4
7
+ data.tar.gz: 2883a4d4207f340d99a64e2c8a0e6631fd1a4a9f7d0e7d1081d77ebb88c32a890113ed7f8a44d29f6845c10fc34156cfee5a3e700e6c8b4f675d606e5cd1c6c3
@@ -26,7 +26,7 @@ module AssemblyAI
26
26
  if file.is_a? String
27
27
  begin
28
28
  path = Pathname.new(file)
29
- rescue RuntimeError
29
+ rescue StandardError
30
30
  file_data = file
31
31
  end
32
32
  unless path.nil?
data/lib/gemconfig.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module AssemblyAI
4
4
  module Gemconfig
5
- VERSION = "1.0.2-beta.0"
5
+ VERSION = "1.0.2"
6
6
  AUTHORS = ["AssemblyAI"].freeze
7
7
  EMAIL = "support@assemblyai.com"
8
8
  SUMMARY = "AssemblyAI Ruby SDK"
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assemblyai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.pre.beta.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AssemblyAI
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-08-20 00:00:00.000000000 Z
@@ -202,7 +202,7 @@ metadata:
202
202
  homepage_uri: https://github.com/AssemblyAI/assemblyai-ruby-sdk
203
203
  source_code_uri: https://github.com/AssemblyAI/assemblyai-ruby-sdk
204
204
  changelog_uri: https://github.com/AssemblyAI/assemblyai-ruby-sdk/blob/master/CHANGELOG.md
205
- post_install_message:
205
+ post_install_message:
206
206
  rdoc_options: []
207
207
  require_paths:
208
208
  - lib
@@ -217,8 +217,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.5.3
221
- signing_key:
220
+ rubygems_version: 3.1.6
221
+ signing_key:
222
222
  specification_version: 4
223
223
  summary: AssemblyAI Ruby SDK
224
224
  test_files: []