-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
903 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*.gem | ||
*.bundle | ||
*.jar | ||
*.so | ||
Gemfile.lock | ||
pkg/* | ||
spec/reports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
language: ruby | ||
|
||
rvm: | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1.0 | ||
- jruby | ||
- rbx | ||
- 2.1.10 | ||
- 2.2.10 | ||
- 2.3.7 | ||
- 2.4.4 | ||
- jruby-9.1.17.0 | ||
- jruby-head | ||
- rbx-3 | ||
- ruby-head | ||
jdk: | ||
- openjdk8 # for jruby | ||
matrix: | ||
allow_failures: | ||
- rvm: rbx-3 | ||
- rvm: ruby-head | ||
sudo: false | ||
addons: | ||
apt: | ||
packages: | ||
- libpcre3 | ||
- libpcre3-dev | ||
before_install: | ||
- sudo apt-get install libpcre3 libpcre3-dev | ||
|
||
- gem install bundler | ||
notifications: | ||
irc: "irc.freenode.org#adhearsion" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module RubySpeech | ||
VERSION = "2.3.2" | ||
VERSION = "3.0.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s| | |
s.version = RubySpeech::VERSION | ||
s.authors = ["Ben Langfeld"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/benlangfeld/ruby_speech" | ||
s.homepage = "https://github.com/adhearsion/ruby_speech" | ||
s.summary = %q{A Ruby library for TTS & ASR document preparation} | ||
s.description = %q{Prepare SSML and GRXML documents with ease} | ||
|
||
|
@@ -27,18 +27,25 @@ Gem::Specification.new do |s| | |
s.extensions = ['ext/ruby_speech/extconf.rb'] | ||
end | ||
|
||
s.add_runtime_dependency %q<nokogiri>, ["~> 1.6"] | ||
s.add_runtime_dependency %q<nokogiri>, ["~> 1.8", ">= 1.8.3"] | ||
s.add_runtime_dependency %q<activesupport>, [">= 3.0.7", "< 5.0.0"] | ||
|
||
s.add_development_dependency %q<bundler>, [">= 1.0.0"] | ||
s.add_development_dependency %q<rspec>, ["~> 2.7"] | ||
s.add_development_dependency %q<rspec>, ["~> 3.0"] | ||
s.add_development_dependency %q<rspec-its>, [">= 0"] | ||
s.add_development_dependency %q<ci_reporter>, ["~> 1.6"] | ||
s.add_development_dependency %q<yard>, [">= 0.7.0"] | ||
s.add_development_dependency %q<rake>, [">= 0"] | ||
s.add_development_dependency %q<guard>, [">= 0.9.0"] | ||
s.add_development_dependency %q<guard-rspec>, [">= 0"] | ||
s.add_development_dependency %q<listen>, ["< 3.1.0"] | ||
s.add_development_dependency %q<ruby_gntp>, [">= 0"] | ||
s.add_development_dependency %q<guard-rake>, [">= 0"] | ||
s.add_development_dependency %q<rake-compiler>, [">= 0"] | ||
s.add_development_dependency %q<coveralls>, [">= 0"] | ||
|
||
if RUBY_VERSION < '2.0' | ||
s.add_development_dependency %q<term-ansicolor>, ["< 1.3.1"] | ||
s.add_development_dependency %q<tins>, ["~> 1.6.0"] | ||
end | ||
end |
Oops, something went wrong.