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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5b51388a77715cd00c456f3d6b94544b702a45c
4
- data.tar.gz: 04f2454545c22ac65da43ea717d67708c320a19e
3
+ metadata.gz: 110fea907a2db1986c0d18dd84244de8b4fd8c26
4
+ data.tar.gz: af534aa53bb7cb056451d34a2e724e169745ddf2
5
5
  SHA512:
6
- metadata.gz: 28bb2d37e3cb308048764c0b8a6a78a09e3fca271efc54a03a7641a08cd0351fa32c8eea33305a70205160899e03d10930bb7dc453d031dd8d374b407ab44bfa
7
- data.tar.gz: ce7df6afa135b769a5616a98a269856102b8779f9cc8a29e5be255d92bc352f62e4cc050cd4ab37a24e3fcfa8ece9ebd689bfe9791a3e8652cc0e3d6735488df
6
+ metadata.gz: dade4657d4966c6adb5854ffe0478bdf6863af245b55b226fbfd00e9021923ef307e36dd33455f3ede029182ff3bccf72e83d90d35bdd8833c7ba073d850d90d
7
+ data.tar.gz: 40589569ecb1853e7fa51057d83e7959c28927c3deef86601f4052aef6c54b1d318654abad9b4f1c5318cabf40047e0348e02ba0579bcc971877b844ebb3b63b
@@ -1,3 +1,3 @@
1
1
  module Watson
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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{Write a short summary, because Rubygems requires one.}
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.0
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: Write a short summary, because Rubygems requires one.
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: []