nexmo_rails 0.5.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/nexmo_rails.rb +1 -1
- data/lib/nexmo_rails/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 961c363e5a5bf54cef3448981b0ed427f14eaddeb3d6ccc3623f9d89a624b6aa
|
4
|
+
data.tar.gz: 83b3e935a46487d83aaa93a0bf28cb8ec7c68c5cfdd0b08f0514cd28f9b8a22a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6be16e69079bf7212255b5900c9f073d1f50ce5068c8e1d0a64bc47d12ad5d1269715ed2e8d3fc9c31bac9064b5930ed65e5598789b26fcff85b9006699c58e5
|
7
|
+
data.tar.gz: 2d90f71046ea1a0c7d6fbadc6e3ce6a89ee4703e700bb6efb1e72c8e5b68b971645125d42297318350355844aab1338f6c51b209a79efb2dd97c06b4485af07b
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/nexmo_rails.svg)](https://badge.fury.io/rb/nexmo_rails) [![Coverage Status](https://coveralls.io/repos/github/Nexmo/nexmo-rails/badge.svg?branch=master)](https://coveralls.io/github/Nexmo/nexmo-rails?branch=master) [![Build Status](https://api.travis-ci.org/Nexmo/nexmo-rails.svg?branch=master)](https://travis-ci.org/Nexmo/nexmo-ruby)
|
4
4
|
|
5
|
+
<img src="https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg" height="48px" alt="Nexmo is now known as Vonage" />
|
6
|
+
|
5
7
|
This is the Nexmo Rails Gem for Nexmo's API. To use it you'll
|
6
8
|
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).
|
7
9
|
|
data/lib/nexmo_rails.rb
CHANGED
@@ -8,7 +8,7 @@ module Nexmo
|
|
8
8
|
attr_accessor :client
|
9
9
|
|
10
10
|
def_delegators :@client, :account, :alerts, :applications,
|
11
|
-
:
|
11
|
+
:voice, :conversations, :conversions,
|
12
12
|
:files, :messages, :numbers,
|
13
13
|
:number_insight, :pricing, :redact, :secrets,
|
14
14
|
:sms, :signature, :tfa, :verify
|
data/lib/nexmo_rails/version.rb
CHANGED
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: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nexmo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -158,8 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '0'
|
160
160
|
requirements: []
|
161
|
-
|
162
|
-
rubygems_version: 2.7.6.2
|
161
|
+
rubygems_version: 3.0.0
|
163
162
|
signing_key:
|
164
163
|
specification_version: 4
|
165
164
|
summary: This is a Rails initializer for Nexmo's Ruby Gem. To use it you'll need a
|