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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e371d80bacfd27e5ed88c42c0e48cdf4f67eeac89db7ff9a63eaaa8b7cd6c12
4
- data.tar.gz: 781d9702318a3feaacb0485d0318cd6395ea479aa0b5a81e1301c64e3fc39d00
3
+ metadata.gz: 961c363e5a5bf54cef3448981b0ed427f14eaddeb3d6ccc3623f9d89a624b6aa
4
+ data.tar.gz: 83b3e935a46487d83aaa93a0bf28cb8ec7c68c5cfdd0b08f0514cd28f9b8a22a
5
5
  SHA512:
6
- metadata.gz: 2af2ad6d611079d3adbfb0b8817a50aff9b994515647fe18c00248c3088bc3212134b31c1df6b5ec187379088166305c5bea40bd9d4c8547bd2c5038fb04abb8
7
- data.tar.gz: d40747b2fbb77f733a7a50872018f246a9a282caaf0303d82878d70c53bb490d80f078af5c341c9fc2c2683e898aa96783c503f3dce0c8996110b3c373ce97f3
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
 
@@ -8,7 +8,7 @@ module Nexmo
8
8
  attr_accessor :client
9
9
 
10
10
  def_delegators :@client, :account, :alerts, :applications,
11
- :calls, :conversations, :conversions,
11
+ :voice, :conversations, :conversions,
12
12
  :files, :messages, :numbers,
13
13
  :number_insight, :pricing, :redact, :secrets,
14
14
  :sms, :signature, :tfa, :verify
@@ -1,5 +1,5 @@
1
1
  # :nocov:
2
2
  module NexmoRails
3
- VERSION = '0.5.0'
3
+ VERSION = '1.0.0'
4
4
  end
5
5
  # :nocov:
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.5.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: 2019-10-10 00:00:00.000000000 Z
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
- rubyforge_project:
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