speech_to_text 0.1.8 → 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.
@@ -8,8 +8,9 @@
8
8
  #
9
9
  # Copyright (c) 2019 BigBlueButton Inc. and by respective authors (see below).
10
10
  #
11
- require 'aws-sdk-transcribestreamingservice'
12
- require 'aws-sdk'
11
+ #require 'aws-sdk-transcribestreamingservice'
12
+ require 'aws-sdk-s3'
13
+ require 'aws-sdk-transcribeservice'
13
14
  require 'json'
14
15
  require 'open-uri'
15
16
  require_relative 'util.rb'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SpeechToText
4
- VERSION = '0.1.8'
4
+ VERSION = '1.0.0'
5
5
  end
@@ -7,8 +7,8 @@ require 'speech_to_text/version'
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'speech_to_text'
9
9
  spec.version = SpeechToText::VERSION
10
- spec.authors = ['Richard Alam']
11
- spec.email = ['ritzalam@gmail.com']
10
+ spec.authors = ['Richard Alam', 'Parthik Modi']
11
+ spec.email = ['ritzalam@gmail.com', 'parthik.modi10@gmail.com']
12
12
 
13
13
  spec.summary = 'speech to text using different services'
14
14
  # spec.description = %q{speech to text using google and ibm}
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speech_to_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Alam
8
+ - Parthik Modi
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2020-02-24 00:00:00.000000000 Z
12
+ date: 2023-06-09 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
@@ -83,6 +84,7 @@ dependencies:
83
84
  description:
84
85
  email:
85
86
  - ritzalam@gmail.com
87
+ - parthik.modi10@gmail.com
86
88
  executables: []
87
89
  extensions: []
88
90
  extra_rdoc_files: []
@@ -132,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  - !ruby/object:Gem::Version
133
135
  version: '0'
134
136
  requirements: []
135
- rubygems_version: 3.0.3
137
+ rubygems_version: 3.1.2
136
138
  signing_key:
137
139
  specification_version: 4
138
140
  summary: speech to text using different services