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
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://my.diffend.io/protect/gems'
4
+
5
+ gem 'dry-core', source: 'https://rubygems.org'
6
+ gem 'dry-struct'
@@ -0,0 +1,42 @@
1
+ GEM
2
+ remote: https://my.diffend.io/protect/gems/
3
+ remote: https://rubygems.org/
4
+ specs:
5
+ concurrent-ruby (1.1.7)
6
+ dry-configurable (0.12.0)
7
+ concurrent-ruby (~> 1.0)
8
+ dry-core (~> 0.5, >= 0.5.0)
9
+ dry-container (0.7.2)
10
+ concurrent-ruby (~> 1.0)
11
+ dry-configurable (~> 0.1, >= 0.1.3)
12
+ dry-core (0.5.0)
13
+ concurrent-ruby (~> 1.0)
14
+ dry-equalizer (0.3.0)
15
+ dry-inflector (0.2.0)
16
+ dry-logic (1.1.0)
17
+ concurrent-ruby (~> 1.0)
18
+ dry-core (~> 0.5, >= 0.5)
19
+ dry-struct (1.3.0)
20
+ dry-core (~> 0.4, >= 0.4.4)
21
+ dry-equalizer (~> 0.3)
22
+ dry-types (~> 1.3)
23
+ ice_nine (~> 0.11)
24
+ dry-types (1.4.0)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-container (~> 0.3)
27
+ dry-core (~> 0.4, >= 0.4.4)
28
+ dry-equalizer (~> 0.3)
29
+ dry-inflector (~> 0.1, >= 0.1.2)
30
+ dry-logic (~> 1.0, >= 1.0.2)
31
+ ice_nine (0.11.2)
32
+
33
+ PLATFORMS
34
+ universal-java-13
35
+ x86_64-darwin-19
36
+
37
+ DEPENDENCIES
38
+ dry-core!
39
+ dry-struct
40
+
41
+ BUNDLED WITH
42
+ 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,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -1,3 +1,3 @@
1
- project_id: '683c162c-5f72-4f83-92cb-f666e4850f0b'
2
- shareable_id: '0bc082ab-de3e-4324-a784-40cef83bbdd0'
3
- shareable_key: '86174249-8a65-498e-bac9-5ab990366a15'
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: 'a451eaea-3230-4de2-9cca-7ad20dba142c'
2
- shareable_id: '1d4cc6c2-d44d-404b-bfbb-54a4b1bd75c2'
3
- shareable_key: 'e4478249-6d35-4fa6-bcba-dd65abff2a44'
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: '2a1f0905-edc0-42f4-a638-17e204a6cc10'
2
- shareable_id: '14d9b267-f334-4024-b38b-8344aeba7d78'
3
- shareable_key: 'ff6b169d-84c0-4f77-a62b-edf93404d385'
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: '9d1cb632-fb3d-45f9-be05-2c73827aecbf'
2
- shareable_id: '7d0ad4a7-fd9c-46f5-a83c-eb6f7b509e6b'
3
- shareable_key: '250b560c-ff40-4bdc-bccd-42e5771324c8'
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: '42cb1d42-60ed-48f6-988a-2ed3e02e6ce5'
2
- shareable_id: '3f43fcaf-f04f-4e43-9558-61ecb36d27ad'
3
- shareable_key: '10ca163e-9bdf-4a4d-b358-16bd7f29ca18'
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: '82e2bda1-f742-4628-9e41-30181d821d66'
2
- shareable_id: '59995c05-3490-4c04-b037-60fb542a545e'
3
- shareable_key: '57e75cec-b418-49d9-843a-bab263b342cd'
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: '78e4bea2-4311-418c-b736-539f374a9eb6'
2
- shareable_id: 'fef061de-1597-49c4-bd48-a29d9a993af7'
3
- shareable_key: 'ba5877db-cfed-4a52-8d84-4b7063594b9d'
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: '988efa48-d3b4-449d-aaa7-648968512678'
2
- shareable_id: '7908fe05-b84d-41d6-9e71-b5ed787d211e'
3
- shareable_key: 'd90017d8-6c66-4064-aa53-bee6d8bd3fbb'
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: '73b92993-600a-44d2-903b-d95bd16689de'
2
- shareable_id: '50df33ff-e5b3-4b58-8c28-ab60e584e6b1'
3
- shareable_key: '457562e0-7857-4400-a07c-4aca7aa24458'
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: 'fbf14bad-369e-4a82-888e-161d3dd1a3f0'
2
- shareable_id: '444c9cd4-c896-4413-a8c7-9038f57bb615'
3
- shareable_key: '598a5d8c-4e69-4cef-8959-a2ec89f0991b'
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: '34de122e-cbfe-4cfa-8031-41920461385f'
2
- shareable_id: '7b737e34-d0d5-4262-8626-fcbe98379bc7'
3
- shareable_key: 'a9c173f2-9003-44db-be33-50139762524e'
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: 'ebe6ccf5-ac78-4d10-ae94-0910d4a405ad'
2
- shareable_id: 'd7b8ddaa-c500-48c1-a0f9-4645340a6a7c'
3
- shareable_key: '4283e24c-37e3-472a-906b-45fd39ee5bd7'
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: '9178a32f-47ab-4121-a0dc-f9922115d2b8'
2
- shareable_id: 'e1866a0e-512c-4591-a48b-a450694d6c9c'
3
- shareable_key: 'b623d1fe-7a66-4701-8622-c402e34dd44c'
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: 'd4520f9c-1870-4dbe-a85e-3bfd0d6f74e4'
2
- shareable_id: 'f1156c11-8927-46bd-ab4a-132693dcabd9'
3
- shareable_key: '931e4a22-78b1-4fe5-aaf4-febfb5106846'
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: '6d04c74f-a88d-46ad-ba69-3dbbd5735ba0'
2
- shareable_id: '01615c4e-bd51-4aef-b80e-c56f9330a901'
3
- shareable_key: 'abca6ba0-c9f6-4d99-a60c-cb16d911545c'
1
+ project_id: '6f346200-b6d0-4456-93d6-93f6ea64629f'
2
+ shareable_id: 'a623a24f-c384-41ef-9b1f-020c902cee53'
3
+ shareable_key: 'fea22506-bf19-404e-b6cd-fb26ffb08b0c'
metadata CHANGED
@@ -1,40 +1,40 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.44
4
+ version: 0.2.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Pajor
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
- MIIERDCCAqygAwIBAgIBATANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDDBt0b21l
14
- ay9EQz1wb2xpc2hnZWVrcy9EQz1jb20wHhcNMjAwNzA3MTY0NjU0WhcNMjEwNzA3
15
- MTY0NjU0WjAmMSQwIgYDVQQDDBt0b21lay9EQz1wb2xpc2hnZWVrcy9EQz1jb20w
16
- ggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDPRTvPuofdtL/wFEPOwPUr
17
- vR0XHzM/ADb2GBuzu6fzgmoxaYXBe8A++0BbgFvK47T04i8bsbXnfkxrkz/nupQ5
18
- SK2DPgS4HWnADuyBuyBY7LT4O1wwlytdlHtJgQV6NIcbprcOs/ZQKnimZpW9uByu
19
- FoN3i94pAEQhuzK0S+wWPvSm22+6XGtCuOzyFGdnCJjGUOkCRno5Nx34MWz0NpJ3
20
- 9Ekkyy8g2cLvBcUdfeSrY7WsJ5cPCNrBs5cMuV426s1dDrhuvsW+sacwwY/4/LBw
21
- JzEX4/zS+lsVIX+iOoIFGJdeGnpEWqKgWoaskxqseFi661td1n9UaMXxgoaYh/oX
22
- 3fJOy2jsZFboZ/eJ5rfciXLiCqSERGkEA+QcA2/jC/d77YJ1FfJW9uwJs3kptf4D
23
- p6h8wuA3T6rN4QrxkGBYzOfUJ2zSQy1cFu0rTZiYdKo9X6BunnxhmUExNng7advu
24
- qo8IDinyRlqA5+sOLXd4W3AS/RfF2nrayZNa3khTmmUCAwEAAaN9MHswCQYDVR0T
25
- BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFHRFOZPwpgOd2m8FIOodOii+OiID
26
- MCAGA1UdEQQZMBeBFXRvbWVrQHBvbGlzaGdlZWtzLmNvbTAgBgNVHRIEGTAXgRV0
27
- b21la0Bwb2xpc2hnZWVrcy5jb20wDQYJKoZIhvcNAQELBQADggGBAKWFwYTGZVoy
28
- Bj3L9lvGOXpz8VWNoptFNHdncpaw1MMhS8UHcPQOUEiExX5ZH7MARy1fBjMXzIh9
29
- 41ZpCjR+S6uCEpzUcg5Z/kEWa/wOW6tqrX+zfyxFATDI20pYaQWOLepjbDxePFMZ
30
- GAlIX5UNsze04A+wArXAttZB4oPt6loS1ao0GNdMb+syYMLzZUTW/sY2rm8zP4Mz
31
- Kt+zjoqMxQ1Jf+EwH+0uq8Tj5BJcmG6mWYM+ljvRbxBwfimoUBUCQe6KIDouF0Og
32
- uwLMY7X3jSERta4SxyY+iY7qNLsmG370GIGYbHuIiCwubFXt8jiPJZEdPE1xuzVF
33
- CLsYItzC28UQEWrVe6sJ0Fuqv5VHM6t8jNClkXDwzf95efFlGSCFN4t+/dywVIK8
34
- 9MmF6uCQa1EjK2p8tYT0MnbHrFkoehxdX4VO9y99GAkhZyJNKPYPtyAUFV27sT2V
35
- LfCJRk4ifKIN/FUCwDSn8Cz0m6oH265q0p6wdzI6qrWOjP8tGOMBTA==
13
+ MIIEODCCAqCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhtYWNp
14
+ ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjAwODExMDkxNTM3WhcNMjEwODExMDkx
15
+ NTM3WjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
16
+ CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDCpXsCgmINb6lHBXXBdyrgsBPSxC4/
17
+ 2H+weJ6L9CruTiv2+2/ZkQGtnLcDgrD14rdLIHK7t0o3EKYlDT5GhD/XUVhI15JE
18
+ N7IqnPUgexe1fbZArwQ51afxz2AmPQN2BkB2oeQHXxnSWUGMhvcEZpfbxCCJH26w
19
+ hS0Ccsma8yxA6hSlGVhFVDuCr7c2L1di6cK2CtIDpfDaWqnVNJEwBYHIxrCoWK5g
20
+ sIGekVt/admS9gRhIMaIBg+Mshth5/DEyWO2QjteTodItlxfTctrfmiAl8X8T5JP
21
+ VXeLp5SSOJ5JXE80nShMJp3RFnGw5fqjX/ffjtISYh78/By4xF3a25HdWH9+qO2Z
22
+ tx0wSGc9/4gqNM0APQnjN/4YXrGZ4IeSjtE+OrrX07l0TiyikzSLFOkZCAp8oBJi
23
+ Fhlosz8xQDJf7mhNxOaZziqASzp/hJTU/tuDKl5+ql2icnMv5iV/i6SlmvU29QNg
24
+ LCV71pUv0pWzN+OZbHZKWepGhEQ3cG9MwvkCAwEAAaN3MHUwCQYDVR0TBAIwADAL
25
+ BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFImGed2AXS070ohfRidiCEhXEUN+MB0GA1Ud
26
+ EQQWMBSBEm1hY2llakBtZW5zZmVsZC5wbDAdBgNVHRIEFjAUgRJtYWNpZWpAbWVu
27
+ c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBAKiHpwoENVrMi94V1zD4o8/6G3AU
28
+ gWz4udkPYHTZLUy3dLznc/sNjdkJFWT3E6NKYq7c60EpJ0m0vAEg5+F5pmNOsvD3
29
+ 2pXLj9kisEeYhR516HwXAvtngboUcb75skqvBCU++4Pu7BRAPjO1/ihLSBexbwSS
30
+ fF+J5OWNuyHHCQp+kGPLtXJe2yUYyvSWDj3I2//Vk0VhNOIlaCS1+5/P3ZJThOtm
31
+ zJUBI7h3HgovwRpcnmk2mXTmU4Zx/bCzX8EA6VY0khEvnmiq7S6eBF0H9qH8KyQ6
32
+ EkVLpvmUDFcf/uNaBQdazEMB5jYtwoA8gQlANETNGPi51KlkukhKgaIEDMkBDJOx
33
+ 65N7DzmkcyY0/GwjIVIxmRhcrCt1YeCUElmfFx0iida1/YRm6sB2AXqScc1+ECRi
34
+ 2DND//YJUikn1zwbz1kT70XmHd97B4Eytpln7K+M1u2g1pHVEPW4owD/ammXNpUy
35
+ nt70FcDD4yxJQ+0YNiHd0N8IcVBM1TMIVctMNQ==
36
36
  -----END CERTIFICATE-----
37
- date: 2021-03-31 00:00:00.000000000 Z
37
+ date: 2021-05-05 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: bundler
@@ -64,7 +64,7 @@ dependencies:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
- description:
67
+ description:
68
68
  email:
69
69
  - contact@diffend.io
70
70
  executables: []
@@ -90,7 +90,6 @@ files:
90
90
  - bin/rake
91
91
  - bin/rspec
92
92
  - certs/mensfeld.pem
93
- - certs/tomaszpajor.pem
94
93
  - config/diffend.yml
95
94
  - diffend.gemspec
96
95
  - lib/diffend.rb
@@ -179,6 +178,69 @@ files:
179
178
  - repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml
180
179
  - repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile
181
180
  - repositories/bundler_2_1_4/update_without_gemfile_lock/README.md
181
+ - repositories/bundler_2_2_17/install_with_gemfile_lock/.diffend.yml
182
+ - repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile
183
+ - repositories/bundler_2_2_17/install_with_gemfile_lock/Gemfile.lock
184
+ - repositories/bundler_2_2_17/install_with_gemfile_lock/README.md
185
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/.diffend.yml
186
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile
187
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/Gemfile.lock
188
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_added_gem/README.md
189
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
190
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile
191
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
192
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_changed_gem_version/README.md
193
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
194
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile
195
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
196
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_locked_gem_version/README.md
197
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/.diffend.yml
198
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile
199
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/Gemfile.lock
200
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_removed_gem/README.md
201
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/.diffend.yml
202
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile
203
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/Gemfile.lock
204
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/README.md
205
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec
206
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
207
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile
208
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
209
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_primary_sources/README.md
210
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/.diffend.yml
211
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile
212
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/Gemfile.lock
213
+ - repositories/bundler_2_2_17/install_with_gemfile_lock_with_two_sources/README.md
214
+ - repositories/bundler_2_2_17/install_without_gemfile_lock/.diffend.yml
215
+ - repositories/bundler_2_2_17/install_without_gemfile_lock/Gemfile
216
+ - repositories/bundler_2_2_17/install_without_gemfile_lock/README.md
217
+ - repositories/bundler_2_2_17/update_with_gemfile_lock/.diffend.yml
218
+ - repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile
219
+ - repositories/bundler_2_2_17/update_with_gemfile_lock/Gemfile.lock
220
+ - repositories/bundler_2_2_17/update_with_gemfile_lock/README.md
221
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/.diffend.yml
222
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile
223
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/Gemfile.lock
224
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_added_gem/README.md
225
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile
226
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
227
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_changed_gem_version/README.md
228
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile
229
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
230
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_gem_version/README.md
231
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/.diffend.yml
232
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile
233
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_removed_gem/Gemfile.lock
234
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
235
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile
236
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
237
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_primary_sources/README.md
238
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/.diffend.yml
239
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile
240
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/Gemfile.lock
241
+ - repositories/bundler_2_2_17/update_with_gemfile_lock_with_two_sources/README.md
242
+ - repositories/bundler_2_2_17/update_without_gemfile_lock/.diffend.yml
243
+ - repositories/bundler_2_2_17/update_without_gemfile_lock/Gemfile
182
244
  - repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml
183
245
  - repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile
184
246
  - repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock
@@ -248,7 +310,7 @@ homepage: https://diffend.io
248
310
  licenses:
249
311
  - Prosperity Public License
250
312
  metadata: {}
251
- post_install_message:
313
+ post_install_message:
252
314
  rdoc_options: []
253
315
  require_paths:
254
316
  - lib
@@ -263,8 +325,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
325
  - !ruby/object:Gem::Version
264
326
  version: '0'
265
327
  requirements: []
266
- rubygems_version: 3.2.3
267
- signing_key:
328
+ rubygems_version: 3.2.15
329
+ signing_key:
268
330
  specification_version: 4
269
331
  summary: OSS supply chain security and management platform
270
332
  test_files: []
metadata.gz.sig CHANGED
Binary file
@@ -1,25 +0,0 @@
1
- -----BEGIN CERTIFICATE-----
2
- MIIERDCCAqygAwIBAgIBATANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDDBt0b21l
3
- ay9EQz1wb2xpc2hnZWVrcy9EQz1jb20wHhcNMjAwNzA3MTY0NjU0WhcNMjEwNzA3
4
- MTY0NjU0WjAmMSQwIgYDVQQDDBt0b21lay9EQz1wb2xpc2hnZWVrcy9EQz1jb20w
5
- ggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDPRTvPuofdtL/wFEPOwPUr
6
- vR0XHzM/ADb2GBuzu6fzgmoxaYXBe8A++0BbgFvK47T04i8bsbXnfkxrkz/nupQ5
7
- SK2DPgS4HWnADuyBuyBY7LT4O1wwlytdlHtJgQV6NIcbprcOs/ZQKnimZpW9uByu
8
- FoN3i94pAEQhuzK0S+wWPvSm22+6XGtCuOzyFGdnCJjGUOkCRno5Nx34MWz0NpJ3
9
- 9Ekkyy8g2cLvBcUdfeSrY7WsJ5cPCNrBs5cMuV426s1dDrhuvsW+sacwwY/4/LBw
10
- JzEX4/zS+lsVIX+iOoIFGJdeGnpEWqKgWoaskxqseFi661td1n9UaMXxgoaYh/oX
11
- 3fJOy2jsZFboZ/eJ5rfciXLiCqSERGkEA+QcA2/jC/d77YJ1FfJW9uwJs3kptf4D
12
- p6h8wuA3T6rN4QrxkGBYzOfUJ2zSQy1cFu0rTZiYdKo9X6BunnxhmUExNng7advu
13
- qo8IDinyRlqA5+sOLXd4W3AS/RfF2nrayZNa3khTmmUCAwEAAaN9MHswCQYDVR0T
14
- BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFHRFOZPwpgOd2m8FIOodOii+OiID
15
- MCAGA1UdEQQZMBeBFXRvbWVrQHBvbGlzaGdlZWtzLmNvbTAgBgNVHRIEGTAXgRV0
16
- b21la0Bwb2xpc2hnZWVrcy5jb20wDQYJKoZIhvcNAQELBQADggGBAKWFwYTGZVoy
17
- Bj3L9lvGOXpz8VWNoptFNHdncpaw1MMhS8UHcPQOUEiExX5ZH7MARy1fBjMXzIh9
18
- 41ZpCjR+S6uCEpzUcg5Z/kEWa/wOW6tqrX+zfyxFATDI20pYaQWOLepjbDxePFMZ
19
- GAlIX5UNsze04A+wArXAttZB4oPt6loS1ao0GNdMb+syYMLzZUTW/sY2rm8zP4Mz
20
- Kt+zjoqMxQ1Jf+EwH+0uq8Tj5BJcmG6mWYM+ljvRbxBwfimoUBUCQe6KIDouF0Og
21
- uwLMY7X3jSERta4SxyY+iY7qNLsmG370GIGYbHuIiCwubFXt8jiPJZEdPE1xuzVF
22
- CLsYItzC28UQEWrVe6sJ0Fuqv5VHM6t8jNClkXDwzf95efFlGSCFN4t+/dywVIK8
23
- 9MmF6uCQa1EjK2p8tYT0MnbHrFkoehxdX4VO9y99GAkhZyJNKPYPtyAUFV27sT2V
24
- LfCJRk4ifKIN/FUCwDSn8Cz0m6oH265q0p6wdzI6qrWOjP8tGOMBTA==
25
- -----END CERTIFICATE-----