diffend 0.2.44 → 0.2.45
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.github/workflows/ci.yml +1 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +3 -2
- data/Rakefile +4 -1
- data/certs/mensfeld.pem +21 -21
- data/diffend.gemspec +1 -1
- data/lib/diffend/local_context/packages.rb +5 -1
- data/lib/diffend/version.rb +1 -1
- data/repositories/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_17/install_with_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile.lock +21 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +30 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
- data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/README.md +1 -0
- data/repositories/bundler_2_2_17/install_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/install_without_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_2_17/install_without_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile.lock +42 -0
- data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/README.md +1 -0
- data/repositories/bundler_2_2_17/update_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_17/update_without_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -3
- metadata +93 -31
- metadata.gz.sig +0 -0
- data/certs/tomaszpajor.pem +0 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d225cf1331c630fd992dd9ab9336ca535307d995ac676930fd49e1c7e159e1d6
|
4
|
+
data.tar.gz: 7bb14c0d773b775cbcf74e6b78a312e079cedb5795d0e88a2917119f884da2d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78cc93592276ff199548aafa8e58097d8f111b621e739b58559be36f53da7fa125e54807330985ef1b28a81c31efac74820e0ce506bfb26022e91a36a66276e1
|
7
|
+
data.tar.gz: 34d2bdb077978a3eacacdb431772b7882c94f310769398ba49f71905ed83e000050c41412ddc1b03c25b36a033c36af7acdd0e40b31d994a2b83291c0d75fed2
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/.github/workflows/ci.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
diffend (0.2.
|
4
|
+
diffend (0.2.45)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -26,6 +26,7 @@ GEM
|
|
26
26
|
PLATFORMS
|
27
27
|
java
|
28
28
|
ruby
|
29
|
+
universal-java-11
|
29
30
|
universal-java-13
|
30
31
|
x86_64-darwin-19
|
31
32
|
|
@@ -37,4 +38,4 @@ DEPENDENCIES
|
|
37
38
|
rspec
|
38
39
|
|
39
40
|
BUNDLED WITH
|
40
|
-
2.2.
|
41
|
+
2.2.17
|
data/Rakefile
CHANGED
@@ -22,7 +22,10 @@ task :integration_suite do
|
|
22
22
|
Bundler.with_unbundled_env do
|
23
23
|
repository.install_plugin(path)
|
24
24
|
|
25
|
-
cmd = Diffend::Shell.call_in_path(
|
25
|
+
cmd = Diffend::Shell.call_in_path(
|
26
|
+
path,
|
27
|
+
"DIFFEND_TAGS=#{repository_name},bundler:#{Bundler::VERSION} bundle #{command}"
|
28
|
+
)
|
26
29
|
|
27
30
|
unless cmd[:exit_code].zero?
|
28
31
|
puts "#{repository.full_name} FAILED"
|
data/certs/mensfeld.pem
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
-----BEGIN CERTIFICATE-----
|
2
2
|
MIIEODCCAqCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhtYWNp
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
3
|
+
ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjAwODExMDkxNTM3WhcNMjEwODExMDkx
|
4
|
+
NTM3WjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
|
5
|
+
CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDCpXsCgmINb6lHBXXBdyrgsBPSxC4/
|
6
|
+
2H+weJ6L9CruTiv2+2/ZkQGtnLcDgrD14rdLIHK7t0o3EKYlDT5GhD/XUVhI15JE
|
7
|
+
N7IqnPUgexe1fbZArwQ51afxz2AmPQN2BkB2oeQHXxnSWUGMhvcEZpfbxCCJH26w
|
8
|
+
hS0Ccsma8yxA6hSlGVhFVDuCr7c2L1di6cK2CtIDpfDaWqnVNJEwBYHIxrCoWK5g
|
9
|
+
sIGekVt/admS9gRhIMaIBg+Mshth5/DEyWO2QjteTodItlxfTctrfmiAl8X8T5JP
|
10
|
+
VXeLp5SSOJ5JXE80nShMJp3RFnGw5fqjX/ffjtISYh78/By4xF3a25HdWH9+qO2Z
|
11
|
+
tx0wSGc9/4gqNM0APQnjN/4YXrGZ4IeSjtE+OrrX07l0TiyikzSLFOkZCAp8oBJi
|
12
|
+
Fhlosz8xQDJf7mhNxOaZziqASzp/hJTU/tuDKl5+ql2icnMv5iV/i6SlmvU29QNg
|
13
|
+
LCV71pUv0pWzN+OZbHZKWepGhEQ3cG9MwvkCAwEAAaN3MHUwCQYDVR0TBAIwADAL
|
14
|
+
BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFImGed2AXS070ohfRidiCEhXEUN+MB0GA1Ud
|
15
15
|
EQQWMBSBEm1hY2llakBtZW5zZmVsZC5wbDAdBgNVHRIEFjAUgRJtYWNpZWpAbWVu
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
16
|
+
c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBAKiHpwoENVrMi94V1zD4o8/6G3AU
|
17
|
+
gWz4udkPYHTZLUy3dLznc/sNjdkJFWT3E6NKYq7c60EpJ0m0vAEg5+F5pmNOsvD3
|
18
|
+
2pXLj9kisEeYhR516HwXAvtngboUcb75skqvBCU++4Pu7BRAPjO1/ihLSBexbwSS
|
19
|
+
fF+J5OWNuyHHCQp+kGPLtXJe2yUYyvSWDj3I2//Vk0VhNOIlaCS1+5/P3ZJThOtm
|
20
|
+
zJUBI7h3HgovwRpcnmk2mXTmU4Zx/bCzX8EA6VY0khEvnmiq7S6eBF0H9qH8KyQ6
|
21
|
+
EkVLpvmUDFcf/uNaBQdazEMB5jYtwoA8gQlANETNGPi51KlkukhKgaIEDMkBDJOx
|
22
|
+
65N7DzmkcyY0/GwjIVIxmRhcrCt1YeCUElmfFx0iida1/YRm6sB2AXqScc1+ECRi
|
23
|
+
2DND//YJUikn1zwbz1kT70XmHd97B4Eytpln7K+M1u2g1pHVEPW4owD/ammXNpUy
|
24
|
+
nt70FcDD4yxJQ+0YNiHd0N8IcVBM1TMIVctMNQ==
|
25
25
|
-----END CERTIFICATE-----
|
data/diffend.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
|
19
19
|
end
|
20
20
|
|
21
|
-
spec.cert_chain = %w[certs/
|
21
|
+
spec.cert_chain = %w[certs/mensfeld.pem]
|
22
22
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
|
23
23
|
spec.require_paths = %w[lib]
|
24
24
|
|
@@ -62,6 +62,10 @@ module Diffend
|
|
62
62
|
# Resolve definition
|
63
63
|
def resolve
|
64
64
|
@cached ? @definition.resolve_with_cache! : @definition.resolve_remotely!
|
65
|
+
|
66
|
+
# Despite bundler not materializing resolution, we always need to do so to get all the
|
67
|
+
# gems details
|
68
|
+
@definition.specs
|
65
69
|
end
|
66
70
|
|
67
71
|
# Build specification
|
@@ -96,8 +100,8 @@ module Diffend
|
|
96
100
|
def build_main
|
97
101
|
{
|
98
102
|
'dependencies' => {},
|
99
|
-
'sources' => build_sources,
|
100
103
|
'plugins' => {},
|
104
|
+
'sources' => build_sources,
|
101
105
|
'platforms' => @definition.platforms.map(&:to_s)
|
102
106
|
}
|
103
107
|
end
|
data/lib/diffend/version.rb
CHANGED
data/repositories/.diffend.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -1,3 +1,3 @@
|
|
1
|
-
project_id: '
|
2
|
-
shareable_id: '
|
3
|
-
shareable_key: '
|
1
|
+
project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
|
2
|
+
shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
|
3
|
+
shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
|
@@ -0,0 +1,21 @@
|
|
1
|
+
GEM
|
2
|
+
remote: https://rubygems.org/
|
3
|
+
specs:
|
4
|
+
concurrent-ruby (1.1.7)
|
5
|
+
dry-core (0.5.0)
|
6
|
+
concurrent-ruby (~> 1.0)
|
7
|
+
mini_portile2 (2.4.0)
|
8
|
+
nokogiri (1.10.10)
|
9
|
+
mini_portile2 (~> 2.4.0)
|
10
|
+
nokogiri (1.10.10-java)
|
11
|
+
|
12
|
+
PLATFORMS
|
13
|
+
universal-java-13
|
14
|
+
x86_64-darwin-19
|
15
|
+
|
16
|
+
DEPENDENCIES
|
17
|
+
dry-core
|
18
|
+
nokogiri
|
19
|
+
|
20
|
+
BUNDLED WITH
|
21
|
+
2.2.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle on both latest `ruby` and `jruby`.
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle with `dry-core`, add `dry-struct` and don't run bundle.
|
data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
GEM
|
2
|
+
remote: https://rubygems.org/
|
3
|
+
specs:
|
4
|
+
concurrent-ruby (1.1.7)
|
5
|
+
dry-core (0.4.7)
|
6
|
+
concurrent-ruby (~> 1.0)
|
7
|
+
dry-inflector (0.2.0)
|
8
|
+
|
9
|
+
PLATFORMS
|
10
|
+
universal-java-13
|
11
|
+
x86_64-darwin-19
|
12
|
+
|
13
|
+
DEPENDENCIES
|
14
|
+
dry-core (= 0.4.7)
|
15
|
+
dry-inflector
|
16
|
+
|
17
|
+
BUNDLED WITH
|
18
|
+
2.2.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle with `dry-core` locked to `0.4.7`, change version to `0.4.8` and don't run bundle.
|
data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
GEM
|
2
|
+
remote: https://rubygems.org/
|
3
|
+
specs:
|
4
|
+
concurrent-ruby (1.1.7)
|
5
|
+
dry-core (0.4.7)
|
6
|
+
concurrent-ruby (~> 1.0)
|
7
|
+
dry-inflector (0.2.0)
|
8
|
+
|
9
|
+
PLATFORMS
|
10
|
+
universal-java-13
|
11
|
+
x86_64-darwin-19
|
12
|
+
|
13
|
+
DEPENDENCIES
|
14
|
+
dry-core (= 0.4.7)
|
15
|
+
dry-inflector
|
16
|
+
|
17
|
+
BUNDLED WITH
|
18
|
+
2.2.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle with `dry-core` locked to `0.4.7`.
|