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 +4 -4
- data/lib/xoxzo/cloudruby/version.rb +1 -1
- data/xoxzo-cloudruby.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02848d2e291f7b86a655a4b0c9058dc5f3cc0d4b
|
|
4
|
+
data.tar.gz: db02a2c89697c44d200a30c36e9eed57a9b601cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0796db4f631879a433f74590efb2e56f5913fdcb423193776577ad4226fde81d6e03d01674c8e6a2f651a20bb1893d15a002d08d90f1abe168f31db95a475410
|
|
7
|
+
data.tar.gz: 904b0f3b7ecaa7f8d19360b52d7a6b725885abfd7c3cef568b0a702b1b5015d765a6e6bf3330f58b953869ac3f9abb92e3632aac0e1276294b05ca619ccf9e97
|
data/xoxzo-cloudruby.gemspec
CHANGED
|
@@ -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.
|
|
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: []
|