vagrant-smartos-zones 0.2.2 → 0.2.3

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: 9ecb523f43316c577e13ee02d1d6aa80b7c153dd
4
- data.tar.gz: 77ee51dee42156ebc5ec2177785f605a294b909d
3
+ metadata.gz: f0038ac32432813ee7e79f6ae55af99aae70443a
4
+ data.tar.gz: 354fbbacfc3b7e12a628829258a8735ddca410b7
5
5
  SHA512:
6
- metadata.gz: ef63ea5708b30ce49284d44819f0df3626824f6013330ef98a0cc9efbd877983e533f9f5baf920da9df93fcb897dd5935bd0db4a12bff8c5228b48a4e8429e12
7
- data.tar.gz: cd04f84be510b0511c647a7c0c2e029847b7722c9da6deff30e7a2e90c2f646dd86e0d379ba61575768f513dc014291ac182266b3fc637b85ec380bf89d1c218
6
+ metadata.gz: 4718fe31ebad53f0e65ac2ea93d2583472423268a625d3ed7fa1ff1b8cc04ce438a4abee48a3f9e0359fdaee536795fce1a61c160a491362d3044bfed9fd7525
7
+ data.tar.gz: b7a1098ab934fd020a73273bb4e2c555410e91af1d786689c2aac5d88a08d24672f4c060ff0d372a61ed235ddacca933d9ae55c0e10f67a2e6588e652fb0729e
data/README.md CHANGED
@@ -327,7 +327,7 @@ Any success of this project depends heavily on the work of others,
327
327
  which I've either learned from or pulled in directly.
328
328
 
329
329
  * https://github.com/joshado/vagrant-smartos - Vagrant plugin for
330
- managing zones on a global zone running on an arbitary IP.
330
+ managing zones on a global zone running on an arbitrary IP.
331
331
  * https://github.com/groundwater/vagrant-smartos - Scripts for
332
332
  creating stand-alone boxes where GZ networking is twerked to pretend
333
333
  that the local zone is the only thing in the box.
@@ -17,7 +17,7 @@ Vagrant.configure('2') do |config|
17
17
 
18
18
  config.zone.name = 'base64'
19
19
  config.zone.brand = 'joyent'
20
- config.zone.image = 'd34c301e-10c3-11e4-9b79-5f67ca448df0'
20
+ config.zone.image = '842e6fa6-6e9b-11e5-8402-1b490459e334'
21
21
  config.zone.memory = 1536
22
22
  config.zone.disk_size = 5
23
23
 
@@ -29,7 +29,7 @@ module Vagrant
29
29
  command_method = subcommands.find { |c| c == command }
30
30
 
31
31
  unless command_method
32
- ui.warn option_parser.to_s, prefix: false
32
+ @env.ui.warn option_parser.to_s, prefix: false
33
33
  exit 1
34
34
  end
35
35
 
@@ -38,7 +38,7 @@ module Vagrant
38
38
  end
39
39
 
40
40
  def fail_options!
41
- ui.warn option_parser.to_s, prefix: false
41
+ @env.ui.warn option_parser.to_s, prefix: false
42
42
  exit 1
43
43
  end
44
44
 
@@ -1,7 +1,7 @@
1
1
  module Vagrant
2
2
  module Smartos
3
3
  module Zones
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-smartos-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Saxby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-09 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: netaddr
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.2.5
185
+ rubygems_version: 2.4.5.1
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Manage SmartOS zones in Vagrant