nexmo_rails 0.4.2 → 0.5.0
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/nexmo_rails/version.rb +1 -1
- data/lib/nexmo_rails.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e371d80bacfd27e5ed88c42c0e48cdf4f67eeac89db7ff9a63eaaa8b7cd6c12
|
|
4
|
+
data.tar.gz: 781d9702318a3feaacb0485d0318cd6395ea479aa0b5a81e1301c64e3fc39d00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2af2ad6d611079d3adbfb0b8817a50aff9b994515647fe18c00248c3088bc3212134b31c1df6b5ec187379088166305c5bea40bd9d4c8547bd2c5038fb04abb8
|
|
7
|
+
data.tar.gz: d40747b2fbb77f733a7a50872018f246a9a282caaf0303d82878d70c53bb490d80f078af5c341c9fc2c2683e898aa96783c503f3dce0c8996110b3c373ce97f3
|
data/lib/nexmo_rails/version.rb
CHANGED
data/lib/nexmo_rails.rb
CHANGED
|
@@ -8,8 +8,8 @@ module Nexmo
|
|
|
8
8
|
attr_accessor :client
|
|
9
9
|
|
|
10
10
|
def_delegators :@client, :account, :alerts, :applications,
|
|
11
|
-
:
|
|
12
|
-
:
|
|
11
|
+
:calls, :conversations, :conversions,
|
|
12
|
+
:files, :messages, :numbers,
|
|
13
13
|
:number_insight, :pricing, :redact, :secrets,
|
|
14
14
|
:sms, :signature, :tfa, :verify
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexmo_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nexmo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jwt
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '6.0'
|
|
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
|
-
version: '
|
|
40
|
+
version: '6.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: dotenv-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
161
|
rubyforge_project:
|
|
162
|
-
rubygems_version: 2.7.6
|
|
162
|
+
rubygems_version: 2.7.6.2
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: This is a Rails initializer for Nexmo's Ruby Gem. To use it you'll need a
|