vagrant_cloud 3.0.2 → 3.0.3
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/box.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55d7fcdea9fcf541172b4cd77cdea187ffaee1e69f3225f041c6a2f755cc2fc4
|
4
|
+
data.tar.gz: 93aa4d218616b29168b754df97b5e71ce88a1024a45fee9ef7ae6254eca1ac33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d5e2db7d741581a1382843a3d17814a0ef4cfc184aff4528c8c2ff5d208665f24f4c93060b39133ca79b3594a0528f9f91f2b5d88a609535ee774c0e21290d3
|
7
|
+
data.tar.gz: f22af98f8b40ccf7a72ea45e61c5ee21d86168ade0e25da750fbe6a909c9268b8a1c5336ae90625af31f857a6145dd4bcbb95f489ab2c52540199638198b6936
|
data/README.md
CHANGED
@@ -104,7 +104,7 @@ require "vagrant_cloud"
|
|
104
104
|
|
105
105
|
account = VagrantCloud::Account.new(access_token: "MY_TOKEN")
|
106
106
|
org = account.organization(name: "hashicorp")
|
107
|
-
box = org.boxes.
|
107
|
+
box = org.boxes.detect { |b| b.name == "bionic64" }
|
108
108
|
|
109
109
|
puts "Box: #{box[:tag]} Description: #{box[:description]}"
|
110
110
|
```
|
data/lib/vagrant_cloud/box.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HashiCorp
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-02-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: excon
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.
|
131
|
+
rubygems_version: 3.2.3
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Vagrant Cloud API Library
|