xoxzo-cloudruby 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: 0c112e3f1621ddfa0cd84b62fc06cbc5edb768cc
4
- data.tar.gz: 56fb6445cabd6fd8b546aeaeaa64978a5fced07f
3
+ metadata.gz: 02848d2e291f7b86a655a4b0c9058dc5f3cc0d4b
4
+ data.tar.gz: db02a2c89697c44d200a30c36e9eed57a9b601cb
5
5
  SHA512:
6
- metadata.gz: 5394b3393f41fbda348e59e727f5858b18abe7b84c7ab28c9c547af0a2d3f0ec3c813388f0e1601b842435a2ab50936061c0b1ca546d4c9000be3c969aa91cf8
7
- data.tar.gz: 686fee5b0a07ed16009d358dfc17628b2d4b78fbf5b1c04bd64d4d6566eee7e6e91f22d6f6e614e1fcf618d4bf258562e67441b6d56eafd6df979ee618ee71d6
6
+ metadata.gz: 0796db4f631879a433f74590efb2e56f5913fdcb423193776577ad4226fde81d6e03d01674c8e6a2f651a20bb1893d15a002d08d90f1abe168f31db95a475410
7
+ data.tar.gz: 904b0f3b7ecaa7f8d19360b52d7a6b725885abfd7c3cef568b0a702b1b5015d765a6e6bf3330f58b953869ac3f9abb92e3632aac0e1276294b05ca619ccf9e97
@@ -1,5 +1,5 @@
1
1
  module Xoxzo
2
2
  module Cloudruby
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["akira@xoxzo.com"]
11
11
 
12
12
  spec.summary = %q{Xoxzo telephony API library}
13
- spec.description = %q{Xoxzo telephony API library in Ruby.}
13
+ spec.description = %q{Xoxzo telephony API library in Ruby. Pleae look http://docs.xoxzo.com/en/ for API details.}
14
14
  spec.homepage = "https://github.com/xoxzo/xoxzo-cloudruby"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xoxzo-cloudruby
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
  - Akira Nonaka
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: Xoxzo telephony API library in Ruby.
69
+ description: Xoxzo telephony API library in Ruby. Pleae look http://docs.xoxzo.com/en/
70
+ for API details.
70
71
  email:
71
72
  - akira@xoxzo.com
72
73
  executables: []