vagrant_cloud 0.5.0 → 1.0.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: 0aae9f88334654ff9910a7e97d01c654064a4660
4
- data.tar.gz: 8ddcd0afd5207d258213585b899ac5b906e962bd
3
+ metadata.gz: b5581b6d36f0881d0f7e1819d13560501a4ef515
4
+ data.tar.gz: 56cb932912f66e70de76287494ac3ee958cd2d32
5
5
  SHA512:
6
- metadata.gz: 071dcd95dd7900acd92149d6ecee33be5c467d3306aa6aad118facbe6cb71b2e58b66b0482147d83e16ac32a7dedf5bf19e0066e7808f11a5988e0c9fc9ace43
7
- data.tar.gz: 2b9a62f4de7b920e1326c46b6651270473e5417457469924acd7a8db1c7599a006504e4b8118c8339514ce3327657ac7e7b0a19ae0cb5849a0a06a21bc9b6219
6
+ metadata.gz: 3fceed657c9d522b4269cccebd62a9ed06c38151fce5ab141c8fb406dfb08e894d272555677f89462d90c108e1cc87ff9b57a916fea76c4ed42a508368809822
7
+ data.tar.gz: 8338ac2ca249edf3be1ecf126b0a3b21d23e5081d79e4e333e6cc0e701e188f3eb54976025bfb1593f1e234999aeb12cff962c33cb9813589a08ea5efc6d1224
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  vagrant_cloud
2
2
  =============
3
- Minimalistic ruby client for the [HashiCorp Atlas API](https://atlas.hashicorp.com/docs) (previously *Vagrant Cloud API*).
3
+ Minimalistic ruby client for the [HashiCorp Atlas API](https://vagrantcloud.com/docs) (previously *Vagrant Cloud API*).
4
4
 
5
5
  [![Build Status](https://img.shields.io/travis/cargomedia/vagrant_cloud/master.svg)](https://travis-ci.org/cargomedia/vagrant_cloud)
6
6
  [![Gem Version](https://img.shields.io/gem/v/vagrant_cloud.svg)](https://rubygems.org/gems/vagrant_cloud)
@@ -77,7 +77,7 @@ module VagrantCloud
77
77
 
78
78
  # @return [String]
79
79
  def url_base
80
- 'https://atlas.hashicorp.com/api/v1'
80
+ 'https://vagrantcloud.com/api/v1'
81
81
  end
82
82
 
83
83
  # @param [Array] args
@@ -85,7 +85,7 @@ module VagrantCloud
85
85
  def box_params(*args)
86
86
  # Prepares a hash based on the *args array passed in.
87
87
  # Acceptable parameters are those documented by Hashicorp for the v1 API
88
- # at https://atlas.hashicorp.com/docs
88
+ # at https://vagrantcloud.com/docs
89
89
 
90
90
  # This dance is to simulate what we could have accomplished with **args
91
91
  # in Ruby 2.0+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-25 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client