rubygems-bundler 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -17,7 +17,7 @@ before_install:
17
17
  - 'rm -rf $rvm_path/gems/*/{bin,gems}/rubygems-bundler-* $rvm_path/gems/*/bin/ruby_*_wrapper'
18
18
  - hash -r
19
19
  - gem install rake
20
- install: gem install tf
20
+ install: gem install tf -v '>=0.4.1'
21
21
  before_script:
22
22
  - unset BUNDLE_GEMFILE
23
23
  script: tf --text test/dtf/*
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+ date: 2012-08-10
5
+
6
+ - fix #32, Gemfile should be a file
7
+
3
8
  ## 1.0.5
4
9
  date: 2012-08-09
5
10
 
@@ -50,12 +50,12 @@ begin
50
50
 
51
51
  def setup
52
52
  log "Noexec"
53
- return if %w(bundle rubygems-bundler-uninstaller).include?(File.basename($0))
53
+ return if %w(bundle rubygems-bundler-uninstaller).include?(File.basename($0))
54
54
  return if ENV['BUNDLE_GEMFILE'] && ENV['BUNDLE_BIN_PATH'] && ENV['RUBYOPT']
55
55
  return if %w(0 skip).include?( ENV['NOEXEC'] )
56
56
  gemfile = ENV['BUNDLE_GEMFILE'] || File.join(CURRENT, "Gemfile")
57
57
  while true
58
- if File.exist?(gemfile)
58
+ if File.file?(gemfile)
59
59
  log "Examining #{gemfile}"
60
60
  if Noexec.candidate?(gemfile, File.basename($0))
61
61
  log "Using #{gemfile}"
@@ -1,3 +1,3 @@
1
1
  module RubygemsBundler
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
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-09 00:00:00 Z
19
+ date: 2012-08-10 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: tf