vagrant-xhyve 0.1.1.pre → 0.1.1

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: 026aed68ec3bd0269080116f0a6ee1bc718b9603
4
- data.tar.gz: 501bef7309672fb91be8029acd4dfd6e78ef5682
3
+ metadata.gz: 2b5e1d0c626ba7d801415d0b257e6ef834a0cbe3
4
+ data.tar.gz: adc70533061c37f90ba7ad37a035a31553fc42b2
5
5
  SHA512:
6
- metadata.gz: d8094b4fbb469be7af29b1fcff8e9d8aa51e1e2db310866264009313a100a5d2dae7ccc5601f5926996d71811d8143c80008348b60e4f6b7aab53d31a0392cce
7
- data.tar.gz: e84b220525e808de8c9eb3cedb43b60e2f3a512ddd88d2f12582ba8e0573bd4bcc7d5c91268b84c23cfbab554a38ff19a97b5e3651b1c0b4be0ed4af2aab41a8
6
+ metadata.gz: 33d1db9506a5e7590228e384d629c598e5c43688b6393e38d04d167f4f7e1c341587b291f982a6f6681dc2626d35efa76a7c0e2a77a658e2d99e3ccb580064d9
7
+ data.tar.gz: 344ccebfa6e96098ba52fdfc06a5cb289a030443fa33d743301634a576f00746682f9d14f0357632b45408d5ae8b7615525f6978d409fb6c11e91694703ec07b
data/README.md CHANGED
@@ -73,7 +73,7 @@ Vagrant.configure("2") do |config|
73
73
 
74
74
  config.vm.provider :xhyve do |xhyve|
75
75
  xhyve.cpus = 2
76
- xhyve.memory = 1G
76
+ xhyve.memory = "1G"
77
77
  end
78
78
  end
79
79
  ```
@@ -101,6 +101,14 @@ A. There's a theory in that issue linked above that wrapping xhyve in an
101
101
  app store app would help. If that were the case, you could probably use the
102
102
  embedded binary with vagrant-xhyve.
103
103
 
104
+ ## Acknowledgements
105
+
106
+ This plugin was heavilly cribbed from the vagrant-aws and vagrant-virtualbox
107
+ providers. So thanks for those.
108
+
109
+ This also uses the nice [xhyve-ruby](https://github.com/dalehamel/xhyve-ruby)
110
+ gem, by Dale Hamel.
111
+
104
112
  ## Development
105
113
 
106
114
  To work on the `vagrant-xhyve` plugin, clone this repository out, and use
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module XHYVE
3
- VERSION = '0.1.1.pre'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-xhyve
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Armstrong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-04 00:00:00.000000000 Z
11
+ date: 2016-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xhyve-ruby