twilio-ruby 3.16.0 → 3.16.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 +13 -5
- data/CHANGES.md +7 -0
- data/lib/twilio-ruby/rest/lookups/phone_numbers.rb +10 -1
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
NmMzZTI4YTc1YzNjZDlmZDVkMDkxZjVkMTgyMGY3ZDZiZTNmZDlkZg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MWE0NTcwY2Y1ZGZjZTc5ODAzZmNmNzA1OTQ5MTVhOTY1ZDBlMjlhZA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MWYyYWJiY2FmYjY2MTU0ZGRlMmY3NzkzNWY2M2E1NGE2OGY5NmQzYTA3NWVj
|
10
|
+
Y2M1NDA2OTQzMTIyZDUyMjcxMDcxMDU3MjkyY2YwYmU1OTRjMzcxOWYxZTk0
|
11
|
+
NTY2ZWE2NTBmOGQxYTlkOTE2Mzg5OTE3NjQ5ZDBhNWNmZGMzZWU=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MmMzNjIzMmRkMzM0ZjBiMGM5NzU3NDBhZThlYzg0YjVkOTMwZTE2OTEzOWVm
|
14
|
+
OGQ1ODVlZDUyOGQ4ZjY4NDVjYjljNWZmZGY1YzViMWRkZGFjYTczNmU0Mzhk
|
15
|
+
YzFlMzcwZTFiZTU0YThhYjYwZGRlZjhiMmMyZjE3MGRmNDIzODc=
|
data/CHANGES.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1
1
|
module Twilio
|
2
2
|
module REST
|
3
3
|
module Lookups
|
4
|
-
class PhoneNumbers < Twilio::REST::NextGenListResource;
|
4
|
+
class PhoneNumbers < Twilio::REST::NextGenListResource;
|
5
|
+
include Twilio::Util
|
6
|
+
include Twilio::REST::Utils
|
7
|
+
|
8
|
+
def get(number, query={})
|
9
|
+
full_path = "#{@path}/#{number}"
|
10
|
+
full_path << "?#{url_encode(twilify(query))}" if !query.empty?
|
11
|
+
@instance_class.new full_path, @client
|
12
|
+
end
|
13
|
+
end
|
5
14
|
class PhoneNumber < InstanceResource; end
|
6
15
|
end
|
7
16
|
end
|
data/lib/twilio-ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twilio-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.16.
|
4
|
+
version: 3.16.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Benton
|
@@ -14,56 +14,56 @@ dependencies:
|
|
14
14
|
name: multi_json
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 1.3.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ! '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 1.3.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: builder
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ! '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 2.1.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ! '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.1.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: jwt
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ~>
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '1.0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '1.5'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.5'
|
69
69
|
description: A simple library for communicating with the Twilio REST API, building
|
@@ -76,8 +76,8 @@ extra_rdoc_files:
|
|
76
76
|
- README.md
|
77
77
|
- LICENSE.md
|
78
78
|
files:
|
79
|
-
-
|
80
|
-
-
|
79
|
+
- .gitignore
|
80
|
+
- .travis.yml
|
81
81
|
- AUTHORS.md
|
82
82
|
- CHANGES.md
|
83
83
|
- Gemfile
|
@@ -238,27 +238,27 @@ licenses:
|
|
238
238
|
metadata: {}
|
239
239
|
post_install_message:
|
240
240
|
rdoc_options:
|
241
|
-
-
|
242
|
-
-
|
243
|
-
-
|
241
|
+
- --line-numbers
|
242
|
+
- --inline-source
|
243
|
+
- --title
|
244
244
|
- twilio-ruby
|
245
|
-
-
|
245
|
+
- --main
|
246
246
|
- README.md
|
247
247
|
require_paths:
|
248
248
|
- lib
|
249
249
|
required_ruby_version: !ruby/object:Gem::Requirement
|
250
250
|
requirements:
|
251
|
-
- -
|
251
|
+
- - ! '>='
|
252
252
|
- !ruby/object:Gem::Version
|
253
253
|
version: 1.9.3
|
254
254
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
255
255
|
requirements:
|
256
|
-
- -
|
256
|
+
- - ! '>='
|
257
257
|
- !ruby/object:Gem::Version
|
258
258
|
version: '0'
|
259
259
|
requirements: []
|
260
260
|
rubyforge_project:
|
261
|
-
rubygems_version: 2.
|
261
|
+
rubygems_version: 2.4.1
|
262
262
|
signing_key:
|
263
263
|
specification_version: 4
|
264
264
|
summary: A simple library for communicating with the Twilio REST API, building TwiML,
|