assemblyai 1.0.0.pre.beta.17 → 1.0.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/lib/gemconfig.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2227423f1daaad40b83bbfc08c6d56e58478da4e0f75472e5fe482ee16b782d4
|
|
4
|
+
data.tar.gz: '08b19784d46dea0924f7cdac48f5d6d0949fb21cec1a4493ea0ae65d1904d2ac'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bfa6c425d258467b82119159d3b92437640536365b4b3f012d7e8b4008541aecf9c4ba180955c32776e9b481ac4fcc13ea38da90439277228a3a9f3304eb717
|
|
7
|
+
data.tar.gz: 57b7a6fbaad10c79a564b965c5012b8ab836422f9134df0dce1dd76fbaf81e83e21dc2491009ccdec7d4568b128dbde88ffc9ad3ba8311a62087eeded032b3ff
|
data/lib/gemconfig.rb
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
module AssemblyAI
|
|
4
4
|
module Gemconfig
|
|
5
|
-
VERSION = "1.0.0
|
|
6
|
-
AUTHORS = [""].freeze
|
|
5
|
+
VERSION = "1.0.0"
|
|
6
|
+
AUTHORS = ["AssemblyAI"].freeze
|
|
7
7
|
EMAIL = "support@assemblyai.com"
|
|
8
8
|
SUMMARY = "AssemblyAI Ruby SDK"
|
|
9
9
|
DESCRIPTION = "The AssemblyAI Ruby SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async, audio intelligence models, as well as the latest LeMUR models.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: assemblyai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- AssemblyAI
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-http-faraday
|
|
@@ -213,9 +213,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
version: 2.7.0
|
|
214
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
215
215
|
requirements:
|
|
216
|
-
- - "
|
|
216
|
+
- - ">="
|
|
217
217
|
- !ruby/object:Gem::Version
|
|
218
|
-
version:
|
|
218
|
+
version: '0'
|
|
219
219
|
requirements: []
|
|
220
220
|
rubygems_version: 3.1.6
|
|
221
221
|
signing_key:
|