shipit-engine 0.43.3 → 0.43.4

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: 41a4871e436aa9531a55df0a9204ab8e3e7f50f8f86138cfc492786071c455cc
4
- data.tar.gz: dd8572ab24ca81a86b3df5177b4e1bf175d6a9a43a2b323a3bce54c557a045de
3
+ metadata.gz: 7812fd5a848ac639a91c1d460deb46036e486d5b867c8944b22694fa36d11b80
4
+ data.tar.gz: e41e95e8c766fd7e20461d21d5463fd37ab8cc2e9cfa2e6c38958e68bc48da32
5
5
  SHA512:
6
- metadata.gz: 583a6f72829cd3d3b7eba985352403eea21127ad1fc3350e0264ac9894f8af785239f08b385ede6c84adcb4bd4b3a7fc4b3f9bfc34e9e6b9ba9045daa46d99c5
7
- data.tar.gz: 8b58f6d2c8c50543fac340770cf074b2ed4a31a4e526815cfca6770ca099d8cf47b93eb84feedfaeb31f64e53c045908409996a7422ec1658de2e1959fd791fe
6
+ metadata.gz: ba03564e83d57ff223597c80c14eb99b62ef8831cc3396f55a9def306905e996314699fed00f1a5ea04b1841535d980ff1fb87d9fc8fb05d8849e04e9414e0ee
7
+ data.tar.gz: 17a7dbaffb9443dcf3b7e341af447f954c7e3fa2c931a4701d70a1747a4b815b0e7e7566d5e9686848887669cf3939b1ce05c560eb5dddc0487eebbafd80d652
@@ -55,7 +55,7 @@ module Shipit
55
55
  end
56
56
 
57
57
  def bundle_without_groups
58
- "bundle config set without '#{bundler_without.join(':')}'"
58
+ "bundle config set --local without '#{bundler_without.join(':')}'"
59
59
  end
60
60
 
61
61
  def frozen_mode?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shipit
4
- VERSION = '0.43.3'
4
+ VERSION = '0.43.4'
5
5
  end
@@ -71,7 +71,7 @@ module Shipit
71
71
  --retry 2
72
72
  ).gsub(/\s+/, ' ').strip
73
73
  config_command = "bundle config set --local path #{@spec.bundle_path}"
74
- without_command = "bundle config set without 'default:production:development:test:staging:benchmark:debug'"
74
+ without_command = "bundle config set --local without 'default:production:development:test:staging:benchmark:debug'"
75
75
 
76
76
  assert_equal command, @spec.bundle_install.last
77
77
  assert @spec.bundle_install.include?(config_command)
@@ -87,7 +87,7 @@ module Shipit
87
87
  --retry 2
88
88
  ).gsub(/\s+/, ' ').strip
89
89
  assert_equal command, @spec.bundle_install.last
90
- without_command = "bundle config set without 'some:custom:groups'"
90
+ without_command = "bundle config set --local without 'some:custom:groups'"
91
91
  assert @spec.bundle_install.include?(without_command)
92
92
  end
93
93
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipit-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.3
4
+ version: 0.43.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Boussier