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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27860299a8a50672c85a7c47a7fb6bd562e794f8
4
- data.tar.gz: c0721bca094bab08d7c768ffd58b7c60129c60e8
3
+ metadata.gz: 057c8bea213cf88c3b38309297b2d6e67ad0d16d
4
+ data.tar.gz: 8f9de25ddc2bea33870b0e4102e20cacbcb262f3
5
5
  SHA512:
6
- metadata.gz: 40436c7aae04aa1bd250577bd4b16e896ccbe6d8ed46e2259366565698e2c35af59c2ba8909abb66d73e70b53d02a783f97466e860b1032e85db5b9ab4118137
7
- data.tar.gz: 2548987cfaec7ad63703c7fe390773f7dbc91bbd7669b675b1d5f48a84e44867291ee472cdbd84aaab5a22dc83d5f2ad24a80ddcaeb0f27196c4b8f208926ba9
6
+ metadata.gz: 2c8dcfb1d7b24ba1c573e69d948b5a70b087b980b4c0be556ba83500d6b85da2e21b89d96052467e8e7315fb16ea8e81ba197d556d17a0e134bdaa34f5507a76
7
+ data.tar.gz: 53602e0d5897424b77bdc65fd4fb6916f5a03d5df2a8ab97956d6f982a26709336546cfc9638e244c361d85653a5bef59a5aafac83cd4140c4048cb960c047b0
data/README.md CHANGED
@@ -1,3 +1,11 @@
1
+ [![RubyGems downloads (tropo-webapi-ruby)](https://img.shields.io/gem/v/tropo-webapi-sdk-ruby.svg?style=for-the-badge)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
2
+ [![RubyGems version (tropo-webapi-ruby)](https://img.shields.io/gem/dv/tropo-webapi-sdk-ruby/stable.svg?style=flat-square)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
3
+ [![RubyGems version (tropo-webapi-ruby)](https://img.shields.io/gem/dv/tropo-webapi-sdk-ruby/15.11.0.svg?style=flat-square)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
4
+ [![RubyGems version (tropo-webapi-ruby)](https://img.shields.io/gem/dtv/tropo-webapi-sdk-ruby.svg?style=flat-square)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
5
+ [![RubyGems version (tropo-webapi-ruby)](https://img.shields.io/gem/dt/tropo-webapi-sdk-ruby.svg?style=flat-square)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
6
+ [![GitHub license](https://img.shields.io/github/license/tropo/tropo-webapi-ruby.svg?style=flat-square)](https://github.com/tropo/tropo-webapi-ruby/blob/master/LICENSE)
7
+
8
+
1
9
  # Tropo Web API Ruby Library
2
10
  [![Build Status](https://drone.io/github.com/tropo/tropo-webapi-ruby/status.png)](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
- $ sudo gem install tropo-webapi-ruby
28
+ [![RubyGems downloads (tropo-webapi-ruby)](https://img.shields.io/gem/v/tropo-webapi-sdk-ruby.svg?style=for-the-badge)](https://rubygems.org/gems/tropo-webapi-sdk-ruby/)
21
29
 
22
30
  Optional, if you would like to use with Sinatra:
23
31
 
@@ -1,5 +1,4 @@
1
1
  require 'rubygems'
2
- require 'bundler/setup'
3
2
  require 'sinatra'
4
3
  require '../lib/tropo-webapi-ruby'
5
4
 
@@ -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.11.0"
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-05-17}
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.11.0
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-05-17 00:00:00.000000000 Z
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: []