tropo-webapi-sdk-ruby 15.11.0 → 15.13.0.pre.alpha
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/README.md +9 -1
- data/examples/sinatra_server.rb +0 -1
- data/tropo-webapi-ruby.gemspec +3 -3
- 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: 057c8bea213cf88c3b38309297b2d6e67ad0d16d
|
4
|
+
data.tar.gz: 8f9de25ddc2bea33870b0e4102e20cacbcb262f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c8dcfb1d7b24ba1c573e69d948b5a70b087b980b4c0be556ba83500d6b85da2e21b89d96052467e8e7315fb16ea8e81ba197d556d17a0e134bdaa34f5507a76
|
7
|
+
data.tar.gz: 53602e0d5897424b77bdc65fd4fb6916f5a03d5df2a8ab97956d6f982a26709336546cfc9638e244c361d85653a5bef59a5aafac83cd4140c4048cb960c047b0
|
data/README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
2
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
3
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
4
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
5
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
6
|
+
[](https://github.com/tropo/tropo-webapi-ruby/blob/master/LICENSE)
|
7
|
+
|
8
|
+
|
1
9
|
# Tropo Web API Ruby Library
|
2
10
|
[](https://drone.io/github.com/tropo/tropo-webapi-ruby/latest)
|
3
11
|
|
@@ -17,7 +25,7 @@ Note: If using with ActiveSupport, v2.3.5 or better of ActiveSupport is required
|
|
17
25
|
|
18
26
|
## Installation
|
19
27
|
|
20
|
-
|
28
|
+
[](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
|
21
29
|
|
22
30
|
Optional, if you would like to use with Sinatra:
|
23
31
|
|
data/examples/sinatra_server.rb
CHANGED
data/tropo-webapi-ruby.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{tropo-webapi-sdk-ruby}
|
8
|
-
s.version = "15.
|
8
|
+
s.version = "15.13.0-alpha"
|
9
9
|
s.licenses = ['MIT']
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["Frank Yu"]
|
13
|
-
s.date = %q{2018-
|
14
|
-
s.description = %q{Ruby library for interacting with the Tropo Web API via REST & JSON}
|
13
|
+
s.date = %q{2018-09-27}
|
14
|
+
s.description = %q{Ruby library for interacting with the Tropo Web API via REST & JSON. Add MMS support}
|
15
15
|
s.email = %q{xiangjyu@cisco.com}
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tropo-webapi-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.
|
4
|
+
version: 15.13.0.pre.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Frank Yu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -70,7 +70,8 @@ dependencies:
|
|
70
70
|
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: 0.2.0
|
73
|
-
description: Ruby library for interacting with the Tropo Web API via REST & JSON
|
73
|
+
description: Ruby library for interacting with the Tropo Web API via REST & JSON.
|
74
|
+
Add MMS support
|
74
75
|
email: xiangjyu@cisco.com
|
75
76
|
executables: []
|
76
77
|
extensions: []
|