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 +4 -4
- data/README.md +1 -1
- data/lib/vagrant_cloud/account.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5581b6d36f0881d0f7e1819d13560501a4ef515
|
4
|
+
data.tar.gz: 56cb932912f66e70de76287494ac3ee958cd2d32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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://
|
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://
|
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://
|
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.
|
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-
|
11
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|