auser-columbus 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/columbus.rb +5 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 3
4
+ :patch: 4
data/lib/columbus.rb CHANGED
@@ -3,7 +3,11 @@ require "rubygems"
3
3
  require "dnssd"
4
4
 
5
5
  $:.unshift(File.dirname(__FILE__) + "/../vendor/gems")
6
- require "git-style-binaries/lib/git-style-binary"
6
+ begin
7
+ require "git-style-binaries/lib/git-style-binary"
8
+ rescue Exception => e
9
+ require "git-style-binary"
10
+ end
7
11
 
8
12
  require "server"
9
13
  require "client"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auser-columbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner