jason-o-matic-drbfire 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/drbfire.gemspec +1 -1
  2. data/lib/drb/drbfire.rb +3 -0
  3. metadata +1 -1
data/drbfire.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{drbfire}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nathaniel Talbott"]
data/lib/drb/drbfire.rb CHANGED
@@ -160,6 +160,9 @@ module DRbFire
160
160
 
161
161
  class << self
162
162
  def open_server(uri, config)
163
+ # make sure the scheme is ours
164
+ parse_uri(uri)
165
+
163
166
  if(server?(config))
164
167
  @client_servers ||= {}
165
168
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jason-o-matic-drbfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Talbott