lab 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lab.gemspec +1 -1
  2. data/lib/lab/version.rb +1 -1
  3. metadata +4 -4
data/lab.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = "lab"
7
7
  s.version = Lab::VERSION
8
8
  s.authors = ["Jonathan Cran"]
9
- s.email = ["jcran@metasploit.com"]
9
+ s.email = ["jcran@0x0e.org"]
10
10
  s.homepage = "http://www.pentestify.com/vmlab"
11
11
  s.summary = %q{Manage vms like a boss.}
12
12
  s.description = %q{Start/Stop/Revert and do other cool stuff w/ Vmware, Virtualbox, and ESXi vms}
data/lib/lab/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lab
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
16
- requirement: &10974760 !ruby/object:Gem::Requirement
16
+ requirement: &7567080 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,11 +21,11 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *10974760
24
+ version_requirements: *7567080
25
25
  description: Start/Stop/Revert and do other cool stuff w/ Vmware, Virtualbox, and
26
26
  ESXi vms
27
27
  email:
28
- - jcran@metasploit.com
28
+ - jcran@0x0e.org
29
29
  executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []