atlas 1.5.0 → 1.6.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 +4 -4
- data/.ruby-version +1 -0
- data/.travis.yml +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile +0 -2
- data/lib/atlas/client.rb +1 -1
- data/lib/atlas/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d7458c18f82f6db9fb3fd42f6c1191d010d1ac1
|
|
4
|
+
data.tar.gz: 1231af2fa78aedc507c897f09386c8b53beb376b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b188e800d63252dd99682ea50802fc59ab9608d6d036c17ab1877fa7ce3992abdd1823cf27b014980f57ce318aa3845d8da605a2fe1cc612a5aaedb73e32b173
|
|
7
|
+
data.tar.gz: 1271220ab59f2dfd908793e9a552b2ffd777be6f1ccc7271c8170831998e8e1e46675cea469217532fad9aa47ec0de783d23da6857714bb9278ee8f4e04b88e3
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-2.4.1
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 1.6.0 (31/07/2016)
|
|
4
|
+
|
|
5
|
+
* Switch to use the new Atlas API URL ([#11][])
|
|
6
|
+
* Add a `.ruby-version` to specify Ruby 2.4.1.
|
|
7
|
+
* Update Travis to use Ruby 2.4.1.
|
|
8
|
+
|
|
3
9
|
## 1.5.0 (05/01/2016)
|
|
4
10
|
|
|
5
11
|
* Revert the callback functionality from 1.4.0.
|
|
@@ -42,3 +48,4 @@
|
|
|
42
48
|
[#1]: https://github.com/nickcharlton/atlas-ruby/issues/1
|
|
43
49
|
[#2]: https://github.com/nickcharlton/atlas-ruby/issues/2
|
|
44
50
|
[#7]: https://github.com/nickcharlton/atlas-ruby/pull/7
|
|
51
|
+
[#11]: https://github.com/nickcharlton/atlas-ruby/pull/11
|
data/Gemfile
CHANGED
data/lib/atlas/client.rb
CHANGED
data/lib/atlas/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atlas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Charlton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|
|
@@ -89,6 +89,7 @@ extra_rdoc_files: []
|
|
|
89
89
|
files:
|
|
90
90
|
- ".codeclimate.yml"
|
|
91
91
|
- ".gitignore"
|
|
92
|
+
- ".ruby-version"
|
|
92
93
|
- ".travis.yml"
|
|
93
94
|
- CHANGELOG.md
|
|
94
95
|
- CODE_OF_CONDUCT.md
|
|
@@ -130,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
131
|
version: '0'
|
|
131
132
|
requirements: []
|
|
132
133
|
rubyforge_project:
|
|
133
|
-
rubygems_version: 2.
|
|
134
|
+
rubygems_version: 2.6.11
|
|
134
135
|
signing_key:
|
|
135
136
|
specification_version: 4
|
|
136
137
|
summary: A client for Hashicorp's Atlas.
|