bento-ya 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +38 -6
- data/bento-ya.gemspec +1 -0
- data/lib/bento/vagrantcloud.rb +1 -1
- data/lib/bento/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c7df09068860beafbda736d12207ae9f616a910
|
4
|
+
data.tar.gz: 9d33d1c7a4bb8adc7018a01c52c397d1fd059696
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b092604f96042e4838a6e5eab4be1eba3582ec46618fce293b425dcfae4901388add6b4e5813b2d26ee7307dda5e275f54753bfb4cd1651bebbd13ac33465fd
|
7
|
+
data.tar.gz: c7737024c3d963d2017c70ca64fc78f43aa400e6b94554da026e4d857670640164773b99b34de2d2a396596053d3ac3180947741f991124fb5295bf2aa273c2f
|
data/CHANGELOG.md
CHANGED
@@ -1,21 +1,53 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v0.1.1](https://github.com/cheeseplus/bento-ya/tree/v0.1.1) (2017-07-03)
|
4
|
+
[Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v0.1.0...v0.1.1)
|
5
|
+
|
6
|
+
**Merged pull requests:**
|
7
|
+
|
8
|
+
- Need mixlib-shellout [\#15](https://github.com/cheeseplus/bento-ya/pull/15) ([cheeseplus](https://github.com/cheeseplus))
|
9
|
+
- Fix renamed method [\#14](https://github.com/cheeseplus/bento-ya/pull/14) ([cheeseplus](https://github.com/cheeseplus))
|
10
|
+
|
11
|
+
## [v0.1.0](https://github.com/cheeseplus/bento-ya/tree/v0.1.0) (2017-06-30)
|
12
|
+
[Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v0.0.3...v0.1.0)
|
13
|
+
|
14
|
+
**Closed issues:**
|
15
|
+
|
16
|
+
- Make CPU and Memory settings flexible [\#10](https://github.com/cheeseplus/bento-ya/issues/10)
|
17
|
+
|
18
|
+
**Merged pull requests:**
|
19
|
+
|
20
|
+
- Release 0.1.0 [\#12](https://github.com/cheeseplus/bento-ya/pull/12) ([cheeseplus](https://github.com/cheeseplus))
|
21
|
+
- Refactor for Vagrant Cloud [\#11](https://github.com/cheeseplus/bento-ya/pull/11) ([cheeseplus](https://github.com/cheeseplus))
|
22
|
+
|
3
23
|
## [v0.0.3](https://github.com/cheeseplus/bento-ya/tree/v0.0.3) (2017-02-22)
|
4
24
|
[Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v0.0.2...v0.0.3)
|
5
25
|
|
6
|
-
**
|
26
|
+
**Merged pull requests:**
|
7
27
|
|
28
|
+
- Release 0.0.3 [\#9](https://github.com/cheeseplus/bento-ya/pull/9) ([cheeseplus](https://github.com/cheeseplus))
|
8
29
|
- Cleaning up code and fixing normalize [\#8](https://github.com/cheeseplus/bento-ya/pull/8) ([cheeseplus](https://github.com/cheeseplus))
|
9
30
|
|
10
|
-
## [v0.0.2](https://github.com/cheeseplus/bento-ya/tree/v0.0.2) (2017-02-
|
31
|
+
## [v0.0.2](https://github.com/cheeseplus/bento-ya/tree/v0.0.2) (2017-02-19)
|
11
32
|
[Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v0.0.1...v0.0.2)
|
12
33
|
|
13
|
-
**
|
34
|
+
**Closed issues:**
|
35
|
+
|
36
|
+
- bento terminates if prlctl is not available. [\#4](https://github.com/cheeseplus/bento-ya/issues/4)
|
37
|
+
- Gemspec Homepage Incorrect [\#3](https://github.com/cheeseplus/bento-ya/issues/3)
|
14
38
|
|
15
|
-
|
39
|
+
**Merged pull requests:**
|
40
|
+
|
41
|
+
- Cutting 0.0.2 [\#7](https://github.com/cheeseplus/bento-ya/pull/7) ([cheeseplus](https://github.com/cheeseplus))
|
42
|
+
- Fixes \#3 [\#6](https://github.com/cheeseplus/bento-ya/pull/6) ([cheeseplus](https://github.com/cheeseplus))
|
43
|
+
- deal with executables missing [\#5](https://github.com/cheeseplus/bento-ya/pull/5) ([karcaw](https://github.com/karcaw))
|
16
44
|
|
17
45
|
## [v0.0.1](https://github.com/cheeseplus/bento-ya/tree/v0.0.1) (2016-12-19)
|
46
|
+
**Merged pull requests:**
|
47
|
+
|
48
|
+
- Cutting 0.0.1 [\#2](https://github.com/cheeseplus/bento-ya/pull/2) ([cheeseplus](https://github.com/cheeseplus))
|
49
|
+
- let there be files [\#1](https://github.com/cheeseplus/bento-ya/pull/1) ([cheeseplus](https://github.com/cheeseplus))
|
50
|
+
|
18
51
|
|
19
|
-
- Initial release
|
20
52
|
|
21
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
53
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/bento-ya.gemspec
CHANGED
data/lib/bento/vagrantcloud.rb
CHANGED
@@ -63,7 +63,7 @@ module VgCloud
|
|
63
63
|
end
|
64
64
|
|
65
65
|
def box_release_version(boxname, version)
|
66
|
-
case
|
66
|
+
case box_status(boxname, version)
|
67
67
|
when 'unreleased'
|
68
68
|
banner("Releasing version #{version} of box #{boxname}")
|
69
69
|
req = request('put', "#{vgc_api}/box/#{vgc_org}/#{boxname}/version/#{version}/release", { 'access_token' => vgc_token }, { 'Content-Type' => 'application/json' })
|
data/lib/bento/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bento-ya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Thomas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '11.2'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: mixlib-shellout
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.2'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.2'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: buildkit
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|