atlas 1.5.0 → 1.6.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
  SHA1:
3
- metadata.gz: b273350740199745dcac200d7b164e1fa5e28af1
4
- data.tar.gz: 280422093e1d265f99590ad502b3f4f3934b7d75
3
+ metadata.gz: 9d7458c18f82f6db9fb3fd42f6c1191d010d1ac1
4
+ data.tar.gz: 1231af2fa78aedc507c897f09386c8b53beb376b
5
5
  SHA512:
6
- metadata.gz: 83c82e8e0133a916105e6c6c76362d7f050ae9de11edd380f1deddc4233dc8a91bbe8ee98ae81b47800ee482080ccd9829cc9d009c368a6d940a9117e000136e
7
- data.tar.gz: bcca07aa5d23f3c14cb1a189ed19886ddf2f8c59e9b958721a9e99d5606e90392acbca71d8bdb14a17e947251bd484e2a85fbaf22a0a8fde1d9d670e0c99dcd8
6
+ metadata.gz: b188e800d63252dd99682ea50802fc59ab9608d6d036c17ab1877fa7ce3992abdd1823cf27b014980f57ce318aa3845d8da605a2fe1cc612a5aaedb73e32b173
7
+ data.tar.gz: 1271220ab59f2dfd908793e9a552b2ffd777be6f1ccc7271c8170831998e8e1e46675cea469217532fad9aa47ec0de783d23da6857714bb9278ee8f4e04b88e3
@@ -0,0 +1 @@
1
+ ruby-2.4.1
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
3
+ - 2.4.1
4
4
  addons:
5
5
  code_climate:
6
6
  repo_token: 17baf936cec8165bd651d58919ddcaa30f2a9d35f23290db4df618ac10a99743
@@ -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
@@ -2,5 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in atlas.gemspec
4
4
  gemspec
5
-
6
- gem 'codeclimate-test-reporter', group: :test, require: nil
@@ -9,7 +9,7 @@ module Atlas
9
9
  attr_accessor :url
10
10
 
11
11
  def initialize(opts = {})
12
- @url = opts[:url] || 'https://atlas.hashicorp.com'
12
+ @url = opts[:url] || 'https://app.vagrantup.com/'
13
13
  @access_token = opts[:access_token]
14
14
  end
15
15
 
@@ -1,4 +1,4 @@
1
1
  # Version information.
2
2
  module Atlas
3
- VERSION = "1.5.0"
3
+ VERSION = "1.6.0".freeze
4
4
  end
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.5.0
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-01-05 00:00:00.000000000 Z
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.4.5
134
+ rubygems_version: 2.6.11
134
135
  signing_key:
135
136
  specification_version: 4
136
137
  summary: A client for Hashicorp's Atlas.