watson-developer-cloud 0.1.0 → 0.1.1
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/lib/watson/version.rb +1 -1
- data/watson-developer-cloud.gemspec +2 -2
- 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: 110fea907a2db1986c0d18dd84244de8b4fd8c26
|
|
4
|
+
data.tar.gz: af534aa53bb7cb056451d34a2e724e169745ddf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dade4657d4966c6adb5854ffe0478bdf6863af245b55b226fbfd00e9021923ef307e36dd33455f3ede029182ff3bccf72e83d90d35bdd8833c7ba073d850d90d
|
|
7
|
+
data.tar.gz: 40589569ecb1853e7fa51057d83e7959c28927c3deef86601f4052aef6c54b1d318654abad9b4f1c5318cabf40047e0348e02ba0579bcc971877b844ebb3b63b
|
data/lib/watson/version.rb
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Ankit Samarthya"]
|
|
10
10
|
spec.email = ["ankitsamar@outlook.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.summary = %q{Ruby client library to use the Watson Developer Cloud services, a collection of APIs that use cognitive computing to solve complex problems.}
|
|
13
|
+
spec.homepage = "https://github.com/ankitsamarthya/watson-developer-cloud"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watson-developer-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ankit Samarthya
|
|
@@ -88,7 +88,7 @@ files:
|
|
|
88
88
|
- lib/watson/tone_analyzer.rb
|
|
89
89
|
- lib/watson/version.rb
|
|
90
90
|
- watson-developer-cloud.gemspec
|
|
91
|
-
homepage:
|
|
91
|
+
homepage: https://github.com/ankitsamarthya/watson-developer-cloud
|
|
92
92
|
licenses:
|
|
93
93
|
- MIT
|
|
94
94
|
metadata:
|
|
@@ -112,5 +112,6 @@ rubyforge_project:
|
|
|
112
112
|
rubygems_version: 2.5.1
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
|
-
summary:
|
|
115
|
+
summary: Ruby client library to use the Watson Developer Cloud services, a collection
|
|
116
|
+
of APIs that use cognitive computing to solve complex problems.
|
|
116
117
|
test_files: []
|