testlab 1.11.1 → 1.11.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.
@@ -9,6 +9,7 @@ class TestLab
9
9
  #
10
10
  # @author Zachary Patten <zachary AT jovelabs DOT com>
11
11
  class HostsFile
12
+ include TestLab::Utility::Misc
12
13
 
13
14
  def initialize(config={}, ui=nil)
14
15
  @config = (config || Hash.new)
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.11.1"
4
+ VERSION = "1.11.2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.11.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-01 00:00:00.000000000 Z
12
+ date: 2013-11-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -348,18 +348,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
348
  - - ! '>='
349
349
  - !ruby/object:Gem::Version
350
350
  version: '0'
351
- segments:
352
- - 0
353
- hash: -881114998993757336
354
351
  required_rubygems_version: !ruby/object:Gem::Requirement
355
352
  none: false
356
353
  requirements:
357
354
  - - ! '>='
358
355
  - !ruby/object:Gem::Version
359
356
  version: '0'
360
- segments:
361
- - 0
362
- hash: -881114998993757336
363
357
  requirements: []
364
358
  rubyforge_project:
365
359
  rubygems_version: 1.8.25