twilio-ruby 5.0.0.rc15 → 5.0.0.rc16
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 +2 -2
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da03ff24673303701f74d89492c9e1ffdc5a3eff
|
|
4
|
+
data.tar.gz: 8e2208f75608386a60ef6d957f1af7a389c59724
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d911798207c835effcfe4a23c038e4d85669377819af1e1d1f7fdd164d7763dc10e27cc5ae1a79cfed010e3a7b673fab15477735e204e61860ace36e5c92557
|
|
7
|
+
data.tar.gz: 2528777637a50ef1de91d598daf557fd5e9dee9d570c85fadcbf827fd2d91f7b403dd69a0f0e3c44627dcbe73d83219b678b7acfe3a56d8e6b95926e0cb501f8
|
data/README.md
CHANGED
|
@@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
|
|
|
11
11
|
To install using [Bundler][bundler] grab the latest stable version:
|
|
12
12
|
|
|
13
13
|
```ruby
|
|
14
|
-
gem 'twilio-ruby', '~> 5.0.0.
|
|
14
|
+
gem 'twilio-ruby', '~> 5.0.0.rc16'
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
gem install twilio-ruby -v 5.0.0.
|
|
20
|
+
gem install twilio-ruby -v 5.0.0.rc16
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
To build and install the development branch yourself from the latest source:
|
data/lib/twilio-ruby/version.rb
CHANGED