rubygems-bundler 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.7
4
+ date: 2012-08-21
5
+
6
+ - fix #27, fix #32, in case of bundler errors just ignore candidate gemfile
7
+
3
8
  ## 1.0.6
4
9
  date: 2012-08-10
5
10
 
@@ -43,6 +43,9 @@ begin
43
43
  return true if %w(ruby irb).include?(bin) || spec.executables.include?(bin)
44
44
  end
45
45
  false
46
+ rescue Bundler::BundlerError => e
47
+ warn "Ignoring candidate #{gemfile}:\n#{e}" if DEBUG
48
+ false
46
49
  ensure
47
50
  Bundler.reset!
48
51
  ENV['BUNDLE_GEMFILE'] = nil
@@ -1,3 +1,3 @@
1
1
  module RubygemsBundler
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-bundler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Hull
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-08-10 00:00:00 Z
19
+ date: 2012-08-21 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: tf