nexmo_rails 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a99673a5cde8fd7793f3505a0d0f0d24a55ba251aa32adf6733e982d0582db5a
4
- data.tar.gz: 88d0eeb00a51896414a58e7944d8a6ec0233aac78f0e0cb8f8c1f1293522dcf2
3
+ metadata.gz: e1fc11a54c0b85140e8441fef8db83994e6077255c2628d844f51d42ce766250
4
+ data.tar.gz: b1e0e03378b59efb2814333ec95dbd5a1a24f7569dca3c3c3c984ab3a7a6664f
5
5
  SHA512:
6
- metadata.gz: 7ed4cd5750e1341f47d133475f22a9c20d95189c7c48c0f4ecc58ae34dc084ee9cf55ed6ec710e9b6be4ddd8b3026270bc5dea69696bdc7c263681e1e831ae8c
7
- data.tar.gz: 77092e3ecbe832ff51fe1598e8ca9d8f068f21b72da847f4dc8a989313d67375503db1cbfb78a28695f9eb5e99a5766fc714bf9bef698c6a838d623b8e1350f8
6
+ metadata.gz: 3ddc6162e2f3f89e1ea59f28b65b6a5939a14a8fe11a1e5e3733612ea7e17c0929822789275df44c9ef428a0cca2d30dcebd77e76e0745328d3373a43dca683b
7
+ data.tar.gz: 1b202ac814244e97c04a6b0c3ac1e21d37cc5271916d54bad8d12111c3b8f4489c1b20aa976615ff0b01002b9a0d1be197853bade0ba8a8af29970445ff173a8
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Nexmo Rails Gem
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/nexmo_rails.svg)](https://badge.fury.io/rb/nexmo_rails)
4
+
3
5
  This is the Nexmo Rails Gem for Nexmo's API. To use it you'll
4
6
  need a Nexmo account. Sign up [for free at nexmo.com](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=nexmo-rails).
5
7
 
@@ -75,4 +77,4 @@ More information on the Nexmo Ruby client library and how to use it with the Nex
75
77
 
76
78
  ## License
77
79
 
78
- This project is under the [MIT License](LICENSE).
80
+ This project is under the [MIT License](LICENSE).
@@ -1,3 +1,3 @@
1
1
  module NexmoRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
data/lib/nexmo_rails.rb CHANGED
@@ -7,10 +7,11 @@ module Nexmo
7
7
 
8
8
  attr_accessor :client
9
9
 
10
- def_delegators :@client, :sms, :tfa, :calls, :verify,
11
- :number_insight, :applications, :numbers,
12
- :secrets, :redact, :signature
13
-
10
+ def_delegators :@client, :account, :alerts, :applications, :calls,
11
+ :conversations, :conversions, :files, :messages,
12
+ :numbers, :number_insight, :pricing, :redact,
13
+ :secrets, :sms, :signature, :tfa, :verify
14
+
14
15
  def setup
15
16
  self.client = ::Nexmo::Client.new do |config|
16
17
  yield config
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.1.0
4
+ version: 0.2.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-04-30 00:00:00.000000000 Z
11
+ date: 2019-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt