rubygems-bundler 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +1 -1
- data/lib/rubygems-bundler/version.rb +1 -1
- data/rubygems-bundler.gemspec +2 -2
- data/test/dtf/bundler_comment_test.sh +12 -10
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
SHA1:
|
3
|
-
data.tar.gz: e115a9db4192835d8f422d94f7891e480ea9e7b1
|
4
|
-
metadata.gz: b07de0b174b2db8c3a1c147a7b7367386aae2a4a
|
5
2
|
SHA512:
|
6
|
-
|
7
|
-
|
3
|
+
metadata.gz: 883b5de0e3c2e2b752b372470b1d021fe3c597993dc7c0c3732faac597d0d3fac10d5f97d18270abc1d05a2573349d12cf3f3fbb78f868bdd6a0bd41af9e032f
|
4
|
+
data.tar.gz: a7bb53a34ed0ee87d0b2db2e6e37f19bd935506e926ae98e25d7220cf540d1da509fbccb134535285b038c4872f7646c6157e834f1a42c143a21be78259ef296
|
5
|
+
SHA1:
|
6
|
+
metadata.gz: 9297293dc9d94d85de3259a4a0cac4a80f698623
|
7
|
+
data.tar.gz: 58d7b0fc4601fc72388ea107d7b1ac5318bde482
|
data/.travis.yml
CHANGED
@@ -8,7 +8,7 @@ rvm:
|
|
8
8
|
- rbx-18mode
|
9
9
|
- rbx-19mode
|
10
10
|
before_install:
|
11
|
-
- 'rm -
|
11
|
+
- 'rm -rvf $rvm_path/gems/*/{bin,gems}/{rubygems-bundler-,executable-hooks-}* $rvm_path/gems/*/bin/ruby_*_wrapper'
|
12
12
|
- hash -r
|
13
13
|
- 'curl -L https://get.smf.sh | sh'
|
14
14
|
- 'export PATH=~/.sm/bin:$PATH'
|
data/rubygems-bundler.gemspec
CHANGED
@@ -16,8 +16,8 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.files = `git ls-files`.split("\n")
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
18
18
|
|
19
|
-
s.add_dependency "bundler-unload", ">=1.0.
|
20
|
-
s.add_dependency "executable-hooks", ">=1.1
|
19
|
+
s.add_dependency "bundler-unload", ">=1.0.2"
|
20
|
+
s.add_dependency "executable-hooks", ">=1.2.1"
|
21
21
|
s.add_development_dependency "tf"
|
22
22
|
#s.add_development_dependency "smf-gem"
|
23
23
|
end
|
@@ -1,29 +1,31 @@
|
|
1
1
|
: init
|
2
|
+
export NOEXEC_DEBUG=1
|
2
3
|
export BUNDLE_GEMFILE=${TMPDIR:-/tmp}/rubygems-bunelr_bundler-test/Gemfile
|
4
|
+
rm -rf ${BUNDLE_GEMFILE%/*}
|
3
5
|
mkdir -p ${BUNDLE_GEMFILE%/*} # status=0
|
4
|
-
printf "source 'https://rubygems.org'\n\ngem 'haml'\
|
6
|
+
printf "source 'https://rubygems.org'\n\ngem 'haml'\n" | tee ${BUNDLE_GEMFILE}
|
5
7
|
|
6
8
|
yes | sm gem install # match=/installed/
|
7
9
|
gem regenerate_binstubs # status=0
|
8
|
-
gem install bundler
|
10
|
+
gem install bundler --pre # status=0
|
9
11
|
|
10
|
-
bundle install
|
12
|
+
bundle install # status=0
|
11
13
|
|
12
14
|
: exclusion
|
13
|
-
head -n 1 $(which haml)
|
14
|
-
|
15
|
+
head -n 1 "$(which haml)" # match=/env ruby_executable_hooks/
|
16
|
+
haml --version # match=/Using .*/rubygems-bunelr_bundler-test/Gemfile/; match!=/Binary excluded by config/
|
15
17
|
printf "exclude:\n - haml\n" > ${BUNDLE_GEMFILE%/*}/.noexec.yaml
|
16
|
-
|
18
|
+
haml --version # match!=/Using .*/rubygems-bunelr_bundler-test/Gemfile/; match=/Binary excluded by config/
|
17
19
|
|
18
20
|
: generated/removed
|
19
|
-
head -n 1 $(which haml)
|
20
|
-
which ruby_executable_hooks
|
21
|
+
head -n 1 "$(which haml)" # match=/env ruby_executable_hooks/
|
22
|
+
which ruby_executable_hooks # status=0
|
21
23
|
|
22
24
|
gem list # match=/haml/
|
23
25
|
executable-hooks-uninstaller # match=/haml/
|
24
26
|
|
25
|
-
head -n 1 $(which haml)
|
26
|
-
which ruby_executable_hooks
|
27
|
+
head -n 1 "$(which haml)" # match!=/env ruby_executable_hooks/
|
28
|
+
which ruby_executable_hooks # status=1
|
27
29
|
|
28
30
|
gem uninstall -ax haml # match=/Successfully uninstalled/
|
29
31
|
rm -rf ${BUNDLE_GEMFILE%/*} # status=0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubygems-bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Hull
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2013-09-
|
13
|
+
date: 2013-09-22 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler-unload
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.0.
|
22
|
+
version: 1.0.2
|
23
23
|
type: :runtime
|
24
24
|
version_requirements: *id001
|
25
25
|
- !ruby/object:Gem::Dependency
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 1.1
|
32
|
+
version: 1.2.1
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id002
|
35
35
|
- !ruby/object:Gem::Dependency
|