aylien_text_api 0.0.1 → 0.0.2
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/aylien_text_api.gemspec +3 -0
- data/lib/aylien_text_api/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f54108b0d83c8446f16d168990688d944efa8eb6
|
|
4
|
+
data.tar.gz: dea4f352e30e839848fac2440df9634614129abe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a5a571365081da63c9acfbe1925709667ec0c5cc8edf8c75894d040642d73883e7265cc5085dcfb65ea7b71e1bede1da426a7432836fc5be930b9c50edbf393
|
|
7
|
+
data.tar.gz: 8c6efe7f1a97dd458dbe88e62e2888ab6743bdcfa8d90c6980ff52e27c581554782106c530b52bee9c975a2c777832024fb40853c47c16bd74697c4240f8b047
|
data/aylien_text_api.gemspec
CHANGED
|
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = AylienTextApi::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Aylien Inc.", "Hamed Ramezanian"]
|
|
10
|
+
s.license = 'Apache License, Version 2.0'
|
|
10
11
|
s.email = ["hello@aylien.com", "hamed.r.nik@gmail.com"]
|
|
11
12
|
s.homepage = "https://github.com/AYLIEN/aylien_textapi_ruby"
|
|
12
13
|
s.summary = %q{Aylien Text API is a package of nine different Natural Language Processing, Information Retrieval and Machine Learning APIs that can be quickly and easily adapted to your processes and applications.}
|
|
@@ -17,6 +18,8 @@ Gem::Specification.new do |s|
|
|
|
17
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
18
19
|
s.require_paths = ["lib"]
|
|
19
20
|
|
|
21
|
+
s.required_ruby_version = '>= 1.9'
|
|
22
|
+
|
|
20
23
|
s.add_development_dependency 'rake', '~> 10.4'
|
|
21
24
|
s.add_development_dependency 'minitest', '~> 5.4'
|
|
22
25
|
s.add_development_dependency 'vcr', '~> 2.9'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aylien_text_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aylien Inc.
|
|
@@ -165,7 +165,8 @@ files:
|
|
|
165
165
|
- spec/lib/aylien_text_api/summarize.rb
|
|
166
166
|
- spec/spec_helper.rb
|
|
167
167
|
homepage: https://github.com/AYLIEN/aylien_textapi_ruby
|
|
168
|
-
licenses:
|
|
168
|
+
licenses:
|
|
169
|
+
- Apache License, Version 2.0
|
|
169
170
|
metadata: {}
|
|
170
171
|
post_install_message:
|
|
171
172
|
rdoc_options: []
|
|
@@ -175,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
175
176
|
requirements:
|
|
176
177
|
- - ">="
|
|
177
178
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: '
|
|
179
|
+
version: '1.9'
|
|
179
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
181
|
requirements:
|
|
181
182
|
- - ">="
|