nexmo_api_specification 0.9.1 → 0.9.2

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
  SHA1:
3
- metadata.gz: 070aa3791d0f45d344f2b0885d162a434dfd352f
4
- data.tar.gz: fd123830fc7ddcbb4388ed2c84fb7e781c3cdba7
3
+ metadata.gz: be2ca628d23c46343769def3bddd0fcdc8da56a1
4
+ data.tar.gz: '084330a5d3d83eb569b8921b62a860c1974bcc0b'
5
5
  SHA512:
6
- metadata.gz: 75388b1d91342a556860c41b0833cd13ff841c05ec2b17fd297ba8fcb24bdcea7bf261c8e73fbc15d75bd41c3e4a4579c9a7268b59979a7051a04c0db1038324
7
- data.tar.gz: 5708c000d8990677d3ae5d513c05ce3092db6669278d1b0f0fd6075f4626a8fdc462fbe24581cae38ec2349e2d768e6dc64e4f7c6a3abefed005efdcb65fc2a8
6
+ metadata.gz: 1ab369b67abc54e63ca6a127e36e714cad7a924328c2e80cbd16fa889c51706d6660b98915bea84509ceff83e330927c33de119f1bf80dab7b9ab7de9949aebb
7
+ data.tar.gz: 8ecda11b7a4480b0538906cf88db48a559d185c4b7fa8a2d81860689a9e7a03570a45356e513fe5b3057cfe5e51477870a6837d7c608da2008cafaee27ec45d6
@@ -536,7 +536,7 @@ components:
536
536
  $ref: '#/components/schemas/niStatus'
537
537
  status_message:
538
538
  type: string
539
- description: 'The status description of your request. Returned when status is 0 or 1'
539
+ description: 'The status description of your request.'
540
540
  example: 'Success'
541
541
  request_id:
542
542
  type: string
@@ -577,7 +577,7 @@ components:
577
577
  $ref: '#/components/schemas/niStatus'
578
578
  status_message:
579
579
  type: string
580
- description: 'The status description of your request. Returned when status is 0 or 1'
580
+ description: 'The status description of your request.'
581
581
  example: 'Success'
582
582
  request_id:
583
583
  type: string
@@ -672,7 +672,7 @@ components:
672
672
  $ref: '#/components/schemas/niStatus'
673
673
  status_message:
674
674
  type: string
675
- description: 'The status description of your request. Returned when status is 0 or 1'
675
+ description: 'The status description of your request.'
676
676
  example: 'Success'
677
677
  request_id:
678
678
  type: string
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.9.1'.freeze
2
+ VERSION = '0.9.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexmo_api_specification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Butler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-07 00:00:00.000000000 Z
11
+ date: 2018-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler