-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.1.1 (minor changes missed during publish)
- Loading branch information
Chris Park
committed
Jun 2, 2016
1 parent
7da72da
commit b84ffda
Showing
3 changed files
with
18 additions
and
18 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s| | |
s.required_ruby_version = '>= 2.0.0' | ||
|
||
s.name = 'rosette_api' | ||
s.version = '1.1.0' | ||
s.version = '1.1.1' | ||
s.license = 'MIT' | ||
|
||
s.summary = 'Rosette API gem that supports multilingual text-analytics.' | ||
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s| | |
s.authors = ['Basis Technology Corp'] | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{https://developer.rosette.com/} | ||
s.date = %q{2016-06-01} | ||
s.date = %q{2016-06-02} | ||
|
||
all_files = `git ls-files -z`.split("\x0") | ||
s.files = all_files.grep(%r{^(bin|lib)/|^.rubocop.yml$}) | ||
|
@@ -28,4 +28,4 @@ Gem::Specification.new do |s| | |
s.default_executable = 'rosette_api' | ||
|
||
s.add_runtime_dependency('rubysl-securerandom', '~> 2.0') | ||
end | ||
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