right_api_client 1.6.0 → 1.6.1

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: 304eb8dc7fffc201f86fd38ea6af1aa114e47a6d
4
- data.tar.gz: c15da2ef2793b2a8c90488f41cf7e4310ce073e6
3
+ metadata.gz: 01ce5cf02bf62fd9aab1e367843abd835924dbe9
4
+ data.tar.gz: 8ceac40391c3e53b3bcd59f43aeb63173f690b07
5
5
  SHA512:
6
- metadata.gz: 11d74155efd40389bf64cde1b1e97c34f3e1610ff3da7f563de386cb63c70b24d2e61b4e8e80cf09f5832af4752a3aa689295b241b2f6aa5bf0720466c45715b
7
- data.tar.gz: 272edd8cfecd3e92bd32b61295b03fa364ac5faca26035f20c403ab846f94f93c1ff1ec493c543c6092654ad325068dfacf00ed8af1043269aa2c0d937e65cbf
6
+ metadata.gz: 0911c6c1ad7333c1e9648b9b8c0fa9c0b11d4bccf6be04662d9217aba0d581fe9a0cc542b5344e625091cdb64c04857cc52c189639ad07e4fdfdfc1d022a338a
7
+ data.tar.gz: 43b1c6d1cf941090a0333eace45d0b2b5bff26431c850820fe7270eedebe83bc13b1971505122d40c310674eacff224f850faf81b6e1d0e0c02a2bc0f28ec45b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.6.1
@@ -2,7 +2,7 @@
2
2
  module RightApi
3
3
  class Client
4
4
  VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip
5
- API_VERSION = VERSION.split('.')[0..1].join('.')
5
+ API_VERSION = "1.5"
6
6
  CLIENT_VERSION = VERSION.split('.')[1..-1].join('.')
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RightScale, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-15 00:00:00.000000000 Z
11
+ date: 2015-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json