jashmenn-git-style-binaries 0.1.9 → 0.1.10

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/git-style-binary.rb +6 -3
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 9
2
+ :patch: 10
3
3
  :major: 0
4
4
  :minor: 1
@@ -6,9 +6,12 @@ $:.unshift(File.dirname(__FILE__) + "/../vendor/gems")
6
6
  %w(trollop).each do |library|
7
7
  begin
8
8
  require "#{library}/lib/#{library}"
9
- rescue
10
- puts "There was an error loading #{library}. Try running git submodule init && git submodule update to correct the problem"
11
- require 'trollop'
9
+ rescue LoadError
10
+ begin
11
+ require 'trollop'
12
+ rescue LoadError
13
+ puts "There was an error loading #{library}. Try running git submodule init && git submodule update to correct the problem"
14
+ end
12
15
  end
13
16
  end
14
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jashmenn-git-style-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Murray
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-11 00:00:00 -07:00
12
+ date: 2009-06-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency