brighter_planet_deploy 0.0.3 → 0.0.4

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.
@@ -13,7 +13,7 @@ module BrighterPlanet
13
13
 
14
14
  class << self
15
15
  def me
16
- new :local => true
16
+ @me ||= new :local => true
17
17
  end
18
18
  end
19
19
 
@@ -1,5 +1,5 @@
1
1
  module BrighterPlanet
2
2
  class Deploy
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
data/test/test_cm1.rb CHANGED
@@ -77,4 +77,8 @@ class TestCm1 < Test::Unit::TestCase
77
77
  ensure
78
78
  FileUtils.rm_rf File.expand_path("../tmp", __FILE__)
79
79
  end
80
+
81
+ def test_010_sticky_me
82
+ assert_equal BrighterPlanet.deploy.servers.me.object_id, BrighterPlanet.deploy.servers.me.object_id
83
+ end
80
84
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Seamus Abshere