nexmo_api_specification 0.4.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 998118d4edfe6bc4333e601ae6817f211aa3d468
4
- data.tar.gz: 1dea1895a92140ecfda81a4299cdd09f8c3ac8e9
3
+ metadata.gz: 5cbcb5887f327e6f4fa980486c42e0923d41192d
4
+ data.tar.gz: f972b8eda4b89a0fad0abd47b01473f81a32cf40
5
5
  SHA512:
6
- metadata.gz: e8ca1f829bb366739d0baee6828875b2a9dc5af9829fde4be2390a88605783aaccbb766d1ffe3a2cbe0491058e3ffbe4b20b44362f838fe167d67f4d3fbbd48d
7
- data.tar.gz: 88200a0dadb3b2af4476731394d11247af592e8901f196b4b9de2f0f1422f1944e395c9a96cb3da875c1027deb2531e744ec3b965a10fbe8685cfa453d82a413
6
+ metadata.gz: e9210dc5644625b0628a5e543011c2c4cc1b2c3fd45fdd86fa4adf601253c0b0124881d0eb9b5e7b1272795e71c0aa79206bed5e027429647d5db8defe4de655
7
+ data.tar.gz: 4b176279a8f6ae76080d23f8eaf46bdb2589f81f161ae99c6f0664e22e4d0bf97ee525ab22841ccf49cdda88f74a62d826a04813675062541838e56b38a0a872
data/README.md CHANGED
@@ -58,7 +58,7 @@ $ gem install nexmo_api_specification
58
58
  or add it to your GemFile and run `bundle install`
59
59
 
60
60
  ```
61
- gem 'nexmo_api_specification', '0.1.1'
61
+ gem 'nexmo_api_specification'
62
62
  ```
63
63
 
64
64
  ##### Usage
File without changes
@@ -10,7 +10,7 @@ module NexmoApiSpecification
10
10
  end
11
11
 
12
12
  def self.path(definition)
13
- File.join NexmoApiSpecification.root, "#{definition}.yml"
13
+ File.join NexmoApiSpecification.root, 'definitions', "#{definition}.yml"
14
14
  end
15
15
 
16
16
  def self.exists?(definition)
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexmo_api_specification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Butler
@@ -65,14 +65,14 @@ files:
65
65
  - LICENSE.txt
66
66
  - README.md
67
67
  - Rakefile
68
- - conversation.yml
68
+ - definitions/conversation.yml
69
+ - definitions/sms.yml
69
70
  - guidelines/GUIDELINES.md
70
71
  - guidelines/README.md
71
72
  - lib/nexmo_api_specification.rb
72
73
  - lib/nexmo_api_specification/definition.rb
73
74
  - lib/nexmo_api_specification/version.rb
74
75
  - nexmo_api_specification.gemspec
75
- - sms.yml
76
76
  homepage: https://github.com/nexmo/api-specification
77
77
  licenses:
78
78
  - MIT