broham 0.0.12 → 0.0.14
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.
- data/VERSION +1 -1
- data/broham.gemspec +2 -2
- data/lib/broham.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.14
|
data/broham.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{broham}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.14"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Philip (flip) Kromer"]
|
|
12
|
-
s.date = %q{2010-05-
|
|
12
|
+
s.date = %q{2010-05-16}
|
|
13
13
|
s.description = %q{Bro! Broham always knows where his bros are, bro. Using broham, a newly-created cloud machine can annouce its availability for a certain role ("nfs_server" or "db_slave-2"), allowing any other interested nodes to discover its public_ip, private_ip, etc. See also: http://j.mp/amongbros}
|
|
14
14
|
s.email = %q{flip@infochimps.org}
|
|
15
15
|
s.executables = ["broham", "broham-diss", "broham-fuck_all_yall", "broham-get", "broham-hosts", "broham-register", "broham-register_as_next", "broham-sup", "broham-unregister", "broham-unregister_like", "broham-word", "broham-yo", "broham-yo_yo_yo"]
|
data/lib/broham.rb
CHANGED
|
@@ -130,8 +130,8 @@ class Broham < RightAws::ActiveSdb::Base
|
|
|
130
130
|
|
|
131
131
|
def self.establish_connection options={}
|
|
132
132
|
options = { :logger => Log }.merge options
|
|
133
|
-
access_key
|
|
134
|
-
secret_access_key = options[:
|
|
133
|
+
access_key = options[:access_key] || Settings[:access_key]
|
|
134
|
+
secret_access_key = options[:secret_access_key] || Settings[:secret_access_key]
|
|
135
135
|
@connection ||= RightAws::ActiveSdb.establish_connection(access_key, secret_access_key, options)
|
|
136
136
|
end
|
|
137
137
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 14
|
|
9
|
+
version: 0.0.14
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Philip (flip) Kromer
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-05-
|
|
17
|
+
date: 2010-05-16 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|