blue 0.1.5 → 0.1.6

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/blue/box.rb +0 -3
  2. data/lib/blue/version.rb +1 -1
  3. metadata +3 -3
data/lib/blue/box.rb CHANGED
@@ -10,9 +10,6 @@ module Blue
10
10
  def self.inherited(klass)
11
11
  Blue.register_box(klass)
12
12
  klass.add_role(:ruby)
13
- Blue.configure({
14
- :ip_address => klass.const_get(:IP_ADDRESS)
15
- })
16
13
  end
17
14
 
18
15
  def self.add_role(role)
data/lib/blue/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Blue
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Sharpe