google_speech 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.email = ["andrew@prx.org"]
13
13
  gem.description = %q{This is a gem to call the google speech api.}
14
14
  gem.summary = %q{This is a gem to call the google speech api.}
15
- gem.homepage = ""
15
+ gem.homepage = "https://github.com/PRX/google_speech"
16
16
 
17
17
  gem.files = `git ls-files`.split($/)
18
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  module GoogleSpeech
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,7 +83,7 @@ files:
83
83
  - spec/spec_helper.rb
84
84
  - spec/test.wav
85
85
  - spec/transcriber_spec.rb
86
- homepage: ''
86
+ homepage: https://github.com/PRX/google_speech
87
87
  licenses: []
88
88
  post_install_message:
89
89
  rdoc_options: []
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -2552710546043608877
100
+ hash: -4359616001262529271
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -2552710546043608877
109
+ hash: -4359616001262529271
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.23