autoproj 2.8.2 → 2.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1254fdb26e9589090bf68081006f181d779aea88b2e41d866d240571577d3206
4
- data.tar.gz: d10d4df38231e95bddddef14255b6251a115ac6b75f6228ca77816d10298f1ad
3
+ metadata.gz: 678c6fff5b5aec3fdaa99ebe98dc929da9f97a38d4c05188102acdd2fa7080dc
4
+ data.tar.gz: 84da79c9817c8ab66b04cd1e6aa246b5af08267cbde069a15fa74ec1284edbe5
5
5
  SHA512:
6
- metadata.gz: 33841beedafa7dd02fc64763a004d0326824c90ee0187895c4b8fefba7b7be615f61bc48decff52e9d63c0b5bb9cba9d671619bcdfe8b68482e7d395088e5e2b
7
- data.tar.gz: 3bfacbe63c2d5f1f46a00dd1f2c82d79cd2ca8a64e0ba9a334651ca201a93f8f0c5f65786fdb224cce4c2b2c29a274b2f5cd3722dc0ce5d0bf5bb0a716b6dcb8
6
+ metadata.gz: 6e08e4aa4d77e4be30860a9acfe3ecf409a697337607c6f24b4f21e8364f00fa326fd88b0547f58f15b0580e511b59bb6f0070d5e282947025d4ccb13a240ea0
7
+ data.tar.gz: 00c78e5944f6e8f70a4dc609777d9c754bb23f15c608a3dc855599a86ab195094f13907cab2fd0ba709a1622567bba42e7d429d7473a24a798dd302e6b14c370
@@ -52,6 +52,7 @@ def initialize_environment
52
52
  end
53
53
 
54
54
  Autobuild.programs['bundler'] = File.join(ws.dot_autoproj_dir, 'bin', 'bundle')
55
+ Autobuild.programs['bundle'] = File.join(ws.dot_autoproj_dir, 'bin', 'bundle')
55
56
 
56
57
  env.init_from_env 'RUBYLIB'
57
58
  env.inherit 'RUBYLIB'
@@ -213,7 +214,7 @@ def self.run_bundler(ws, *commandline, gemfile: nil)
213
214
  'RUBYLIB' => nil
214
215
  ]
215
216
  ws.run 'autoproj', 'osdeps',
216
- Autobuild.tool('bundler'), *commandline,
217
+ Autobuild.tool('bundle'), *commandline,
217
218
  working_directory: File.dirname(gemfile), env: target_env do |line|
218
219
  yield(line) if block_given?
219
220
  end
@@ -188,7 +188,7 @@ def prepare_fixture_gem_home
188
188
  cached_bundler_gem = File.join(vendor, "bundler-#{Bundler::VERSION}.gem")
189
189
  if !File.file?(cached_bundler_gem)
190
190
  FileUtils.mkdir_p vendor
191
- if !system(Ops::Install.guess_gem_program, 'fetch', '-v', Bundler::VERSION, 'bundler', chdir: vendor)
191
+ if !system(Ops::Install.guess_gem_program, 'fetch', '-v', Bundler::VERSION, 'bundle', chdir: vendor)
192
192
  raise "cannot download the bundler gem"
193
193
  end
194
194
  end
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "2.8.2"
2
+ VERSION = "2.8.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-31 00:00:00.000000000 Z
11
+ date: 2018-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler