diffend 0.2.44 → 0.2.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/.github/workflows/ci.yml +1 -0
  5. data/.ruby-version +1 -1
  6. data/CHANGELOG.md +3 -0
  7. data/Gemfile.lock +3 -2
  8. data/Rakefile +4 -1
  9. data/certs/mensfeld.pem +21 -21
  10. data/diffend.gemspec +1 -1
  11. data/lib/diffend/local_context/packages.rb +5 -1
  12. data/lib/diffend/version.rb +1 -1
  13. data/repositories/.diffend.yml +3 -3
  14. data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -3
  15. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
  16. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
  17. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
  18. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
  19. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
  20. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
  21. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
  22. data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -3
  23. data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -3
  24. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
  25. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
  26. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
  27. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
  28. data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -3
  29. data/repositories/bundler_2_2_17/install_with_gemfile_lock/.diffend.yml +3 -0
  30. data/repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile +6 -0
  31. data/repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile.lock +21 -0
  32. data/repositories/bundler_2_2_17/install_with_gemfile_lock/README.md +1 -0
  33. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  34. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  35. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  36. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/README.md +1 -0
  37. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
  38. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  39. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  40. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  41. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
  42. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  43. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  44. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  45. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  46. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  47. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  48. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/README.md +1 -0
  49. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
  50. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
  51. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +30 -0
  52. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/README.md +1 -0
  53. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
  54. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  55. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  56. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  57. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  58. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  59. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  60. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
  61. data/repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/README.md +1 -0
  62. data/repositories/bundler_2_2_17/install_without_gemfile_lock/.diffend.yml +3 -0
  63. data/repositories/bundler_2_2_17/install_without_gemfile_lock/Gemfile +5 -0
  64. data/repositories/bundler_2_2_17/install_without_gemfile_lock/README.md +1 -0
  65. data/repositories/bundler_2_2_17/update_with_gemfile_lock/.diffend.yml +3 -0
  66. data/repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile +5 -0
  67. data/repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile.lock +16 -0
  68. data/repositories/bundler_2_2_17/update_with_gemfile_lock/README.md +1 -0
  69. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  70. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  71. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  72. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/README.md +1 -0
  73. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  74. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  75. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  76. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  77. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  78. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  79. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  80. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  81. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  82. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  83. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  84. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  85. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  86. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  87. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  88. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile.lock +42 -0
  89. data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/README.md +1 -0
  90. data/repositories/bundler_2_2_17/update_without_gemfile_lock/.diffend.yml +3 -0
  91. data/repositories/bundler_2_2_17/update_without_gemfile_lock/Gemfile +5 -0
  92. data/repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml +3 -3
  93. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
  94. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
  95. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
  96. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
  97. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
  98. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
  99. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
  100. data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -3
  101. data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -3
  102. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
  103. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
  104. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
  105. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
  106. data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -3
  107. metadata +93 -31
  108. metadata.gz.sig +0 -0
  109. data/certs/tomaszpajor.pem +0 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07bae52f686cd3e88f10c37295b5cebe4227aa58f22af34c3dc81468e644324f
4
- data.tar.gz: 6aa9385bc4d9f3db721df93ca8cab6896da38deb91c96d458fe98922323663ad
3
+ metadata.gz: d225cf1331c630fd992dd9ab9336ca535307d995ac676930fd49e1c7e159e1d6
4
+ data.tar.gz: 7bb14c0d773b775cbcf74e6b78a312e079cedb5795d0e88a2917119f884da2d3
5
5
  SHA512:
6
- metadata.gz: ef8e5536b559884c981b27a228719bf3b8f6d6f81e32c4dd8ae4cf3485fa0e7da61ca6ab09e4596992e3c27e5b68b3f8fefaa7b18c606ffe99c30e4f0f896fd5
7
- data.tar.gz: 38ba600074cc62b4c23ab4a6f0604afa45d94f5a299dc4428a24441d84b82e1c3982442a27dd659c349056992978f334d1f8e45e069c8780fee39d7dca17b740
6
+ metadata.gz: 78cc93592276ff199548aafa8e58097d8f111b621e739b58559be36f53da7fa125e54807330985ef1b28a81c31efac74820e0ce506bfb26022e91a36a66276e1
7
+ data.tar.gz: 34d2bdb077978a3eacacdb431772b7882c94f310769398ba49f71905ed83e000050c41412ddc1b03c25b36a033c36af7acdd0e40b31d994a2b83291c0d75fed2
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -19,6 +19,7 @@ jobs:
19
19
  bundler:
20
20
  - '2.1.4'
21
21
  - '2.2.7'
22
+ - '2.2.17'
22
23
  include:
23
24
  - ruby: '2.7'
24
25
  coverage: 'true'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## [Unreleased][master]
4
4
 
5
+ ## [0.2.45] (2021-05-05)
6
+ - Bundler 2.2.17 support
7
+
5
8
  ## [0.2.44] (2021-03-31)
6
9
  - `project_id`, `shareable_id` and `shareable_key` need to be a valid UUID
7
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- diffend (0.2.44)
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.7
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(path, "bundle #{command}")
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
- ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMTkwNzMwMTQ1NDU0WhcNMjAwNzI5MTQ1
4
- NDU0WjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
5
- CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQC9fCwtaHZG2SyyNXiH8r0QbJQx/xxl
6
- dkvwWz9QGJO+O8rEx20FB1Ab+MVkfOscwIv5jWpmk1U9whzDPl1uFtIbgu+sk+Zb
7
- uQlZyK/DPN6c+/BbBL+RryTBRyvkPLoCVwm7uxc/JZ1n4AI6eF4cCZ2ieZ9QgQbU
8
- MQs2QPqs9hT50Ez/40GnOdadVfiDDGz+NME2C4ms0BriXwZ1tcRTfJIHe2xjIbbb
9
- y5qRGfsLKcgMzvLQR24olixyX1MR0s4+Wveq3QL/gBhL4veUcv+UABJA8IJR0kyB
10
- seHHutusiwZ1v3SjjjW1xLLrc2ARV0mgCb0WaK2T4iA3oFTGLh6Ydz8LNl31KQFv
11
- 94nRd8IhmJxrhQ6dQ/WT9IXoa5S9lfT5lPJeINemH4/6QPABzf9W2IZlCdI9wCdB
12
- TBaw57MKneGAYZiKjw6OALSy2ltQUCl3RqFl3VP7n8uFy1U987Q5VIIQ3O1UUsQD
13
- Oe/h+r7GUU4RSPKgPlrwvW9bD/UQ+zF51v8CAwEAAaN3MHUwCQYDVR0TBAIwADAL
14
- BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJNIBHdfEUD7TqHqIer2YhWaWhwcMB0GA1Ud
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
- c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBAKA4eqko6BTNhlysip6rfBkVTGri
17
- ZXsL+kRb2hLvsQJS/kLyM21oMlu+LN0aPj3qEFR8mE/YeDD8rLAfruBRTltPNbR7
18
- xA5eE1gkxY5LfExUtK3b2wPqfmo7mZgfcsMwfYg/tUXw1WpBCnrhAJodpGH6SXmp
19
- A40qFUZst0vjiOoO+aTblIHPmMJXoZ3K42dTlNKlEiDKUWMRKSgpjjYGEYalFNWI
20
- hHfCz2r8L2t+dYdMZg1JGbEkq4ADGsAA8ioZIpJd7V4hI17u5TCdi7X5wh/0gN0E
21
- CgP+nLox3D+l2q0QuQEkayr+auFYkzTCkF+BmEk1D0Ru4mcf3F4CJvEmW4Pzbjqt
22
- i1tsCWPtJ4E/UUKnKaWKqGbjrjHJ0MuShYzHkodox5IOiCXIQg+1+YSzfXUV6WEK
23
- KJG/fhg1JV5vVDdVy6x+tv5SQ5ctU0feCsVfESi3rE3zRd+nvzE9HcZ5aXeL1UtJ
24
- nT5Xrioegu2w1jPyVEgyZgTZC5rvD0nNS5sFNQ==
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/tomaszpajor.pem]
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Diffend
4
4
  # Current version
5
- VERSION = '0.2.44'
5
+ VERSION = '0.2.45'
6
6
  end
@@ -1,3 +1,3 @@
1
- project_id: '0c097257-aadc-41ed-a74d-f7df2c449b15'
2
- shareable_id: '2e1ab878-19cb-4ffa-b4ee-3c158f17397d'
3
- shareable_key: '8f52d1ff-9555-4db3-bcb1-bb28bceb7f57'
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: 'c8c09047-fb8d-4530-b7f8-581af84c8b02'
2
- shareable_id: 'dbd6c13e-770b-4de9-a036-92ad049fdd6a'
3
- shareable_key: 'e99dafde-a1f0-4709-a474-bc7aadd9fb8b'
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: 'b3b7c55c-2364-4a87-8415-89acf3aefc5e'
2
- shareable_id: '441f8f3c-fcc0-4b70-b523-56e4bd65fc0e'
3
- shareable_key: '1a71a32d-10fe-4852-ba46-9c760f70c62a'
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: 'e37fd9a0-b344-475c-a35c-fd64d6422392'
2
- shareable_id: 'e43000d8-e59e-4e2f-9122-49ea12f2ad99'
3
- shareable_key: 'e9c2e968-68d4-407e-acab-8d1c45fbb1b7'
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: 'f885776d-d70b-4bf9-8bc8-48c39f0b7908'
2
- shareable_id: '373d5c64-477b-434a-93a1-0072db888803'
3
- shareable_key: 'cf25a756-b5af-4105-ad23-ccf7523d8472'
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: '1b6b6288-1342-4fef-b542-252e80bb9d7a'
2
- shareable_id: '477c6dbd-5568-4f5e-9cad-2e4f8e627a0f'
3
- shareable_key: '16940221-7c1d-4239-8e2a-ddb29df002af'
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: 'cd48602f-c1d1-4742-b8d3-e0beb4026ac3'
2
- shareable_id: '737df322-89bf-428d-952b-3434dcfa262f'
3
- shareable_key: '22c37ce7-cdcf-462a-95f5-503209c8046d'
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: '3cda7f82-0431-4f67-aa86-0e94ab80c5d2'
2
- shareable_id: '400c16f9-f71e-4ac2-b5f3-fc2dae0d7d41'
3
- shareable_key: '4aa76c68-1512-4c20-8d4c-a49cbcf02e96'
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: '01a150e4-5a63-4605-8654-4b4c3d607492'
2
- shareable_id: '8fdfc865-b05b-4f60-abd9-c388777b993b'
3
- shareable_key: '332fa421-0fed-4e51-a44b-d72105164a60'
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: '574be47b-143a-4247-94e9-8fc9d222e624'
2
- shareable_id: '5afa3ea0-7a05-4467-a08c-ec0230ccf3fb'
3
- shareable_key: '866822c3-f185-4e97-89ac-fa4b74925117'
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: 'b4708553-1aae-477b-b8a0-efae8b5492a7'
2
- shareable_id: '50d1baf7-9768-406f-a746-80c5689ace81'
3
- shareable_key: '6b2a4ba1-70ba-4f7f-88b6-c52843e80502'
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: 'b4cb76ec-61e2-4841-b218-a4ee0ba9e901'
2
- shareable_id: 'df66d8d4-5470-4f2a-b05f-e368b03aabbe'
3
- shareable_key: 'f839e204-2b73-4382-bdac-28bbda55c054'
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: 'c42098f6-3516-4123-81be-c5e500ba013b'
2
- shareable_id: '38e04163-bacb-45bb-8789-e897344f3c13'
3
- shareable_key: 'ce426619-70f0-4a35-8f21-69bdf009f27d'
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: '3192044e-a5ca-4aa8-935f-6062d4c8950d'
2
- shareable_id: '48b8b7ab-fa19-41a2-a96c-a40c86ac841f'
3
- shareable_key: '4af34291-c899-4196-b8e1-3a5c505ac974'
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: '99b37a37-5997-4119-8e26-0598db7600fc'
2
- shareable_id: '06c692b5-1cb9-4d06-9192-81bee13e5f2c'
3
- shareable_key: 'e5f4d92f-d2d8-4136-9e32-56c601541bcf'
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: 'dae146b7-e8fe-4956-b795-3166ef468c7c'
2
- shareable_id: 'a8ec93bb-a8c0-482f-9d4e-c627d9c500ed'
3
- shareable_key: 'c843e6e5-af47-42ee-b81d-ac9b43b8190f'
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,3 @@
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,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
6
+ gem 'nokogiri'
@@ -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,3 @@
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,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
6
+ gem 'dry-struct'
@@ -0,0 +1,16 @@
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
+
8
+ PLATFORMS
9
+ universal-java-13
10
+ x86_64-darwin-19
11
+
12
+ DEPENDENCIES
13
+ dry-core
14
+
15
+ BUNDLED WITH
16
+ 2.2.17
@@ -0,0 +1 @@
1
+ Bundle with `dry-core`, add `dry-struct` and don't run bundle.
@@ -0,0 +1,3 @@
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,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core', '0.4.8'
6
+ gem 'dry-inflector'
@@ -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.
@@ -0,0 +1,3 @@
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,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core', '0.4.7'
6
+ gem 'dry-inflector'
@@ -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`.