testlab 1.4.0 → 1.4.1

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/lib/testlab/version.rb +1 -1
  2. data/testlab.gemspec +1 -1
  3. metadata +4 -4
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.4.0"
4
+ VERSION = "1.4.1"
5
5
  end
6
6
  end
data/testlab.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.email = ["zachary AT jovelabs DOT com"]
29
29
  spec.description = %q{A toolkit for building virtual computer labs}
30
30
  spec.summary = %q{A toolkit for building virtual computer labs}
31
- spec.homepage = "https://github.com/zpatten/testlab"
31
+ spec.homepage = "http://hackers.lookout.com/testlab/"
32
32
  spec.license = "Apache 2.0"
33
33
 
34
34
  spec.files = `git ls-files`.split($/)
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.4.0
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -325,7 +325,7 @@ files:
325
325
  - spec/testlab_spec.rb
326
326
  - spec/utility_spec.rb
327
327
  - testlab.gemspec
328
- homepage: https://github.com/zpatten/testlab
328
+ homepage: http://hackers.lookout.com/testlab/
329
329
  licenses:
330
330
  - Apache 2.0
331
331
  post_install_message:
@@ -340,7 +340,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
340
340
  version: '0'
341
341
  segments:
342
342
  - 0
343
- hash: -2474252664721327804
343
+ hash: 2523701085892924041
344
344
  required_rubygems_version: !ruby/object:Gem::Requirement
345
345
  none: false
346
346
  requirements:
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  segments:
351
351
  - 0
352
- hash: -2474252664721327804
352
+ hash: 2523701085892924041
353
353
  requirements: []
354
354
  rubyforge_project:
355
355
  rubygems_version: 1.8.25