diffend-monitor 0.2.39 → 0.2.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) 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 +3 -1
  5. data/CHANGELOG.md +25 -1
  6. data/Gemfile.lock +4 -4
  7. data/Rakefile +40 -0
  8. data/lib/diffend/commands.rb +2 -0
  9. data/lib/diffend/configs/error_messages.rb +11 -0
  10. data/lib/diffend/configs/validator.rb +22 -0
  11. data/lib/diffend/errors.rb +2 -0
  12. data/lib/diffend/execute.rb +3 -2
  13. data/lib/diffend/handle_errors/report.rb +4 -4
  14. data/lib/diffend/integration_repository.rb +92 -0
  15. data/lib/diffend/local_context/host.rb +12 -13
  16. data/lib/diffend/local_context/packages.rb +6 -27
  17. data/lib/diffend/plugin.rb +3 -0
  18. data/lib/diffend/repository.rb +109 -0
  19. data/lib/diffend/request.rb +0 -1
  20. data/lib/diffend/request_object.rb +1 -1
  21. data/lib/diffend/request_verdict.rb +4 -4
  22. data/lib/diffend/shell.rb +44 -0
  23. data/lib/diffend/track.rb +4 -4
  24. data/lib/diffend/version.rb +1 -1
  25. data/repositories/.diffend.yml +3 -0
  26. data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -0
  27. data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile +6 -0
  28. data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile.lock +22 -0
  29. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  30. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  31. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  32. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
  33. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  34. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  35. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  36. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
  37. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  38. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +19 -0
  39. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  40. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  41. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
  42. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
  43. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.ruby-version +1 -0
  44. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
  45. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +32 -0
  46. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
  47. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  48. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  49. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  50. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  51. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  52. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
  53. data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -0
  54. data/repositories/bundler_2_1_4/install_without_gemfile_lock/Gemfile +5 -0
  55. data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -0
  56. data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile +5 -0
  57. data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile.lock +16 -0
  58. data/repositories/bundler_2_1_4/update_with_gemfile_lock/README.md +1 -0
  59. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  60. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  61. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  62. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/README.md +1 -0
  63. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  64. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  65. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
  66. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/README.md +1 -0
  67. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  68. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  69. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  70. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  71. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  72. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  73. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile.lock +44 -0
  74. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/README.md +1 -0
  75. data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -0
  76. data/repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile +5 -0
  77. data/repositories/bundler_2_1_4/update_without_gemfile_lock/README.md +1 -0
  78. data/repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml +3 -0
  79. data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile +6 -0
  80. data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock +21 -0
  81. data/repositories/bundler_2_2_7/install_with_gemfile_lock/README.md +1 -0
  82. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  83. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  84. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  85. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/README.md +1 -0
  86. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
  87. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  88. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  89. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  90. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
  91. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  92. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  93. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  94. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  95. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  96. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  97. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/README.md +1 -0
  98. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
  99. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
  100. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +30 -0
  101. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/README.md +1 -0
  102. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
  103. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  104. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  105. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  106. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  107. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  108. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  109. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
  110. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/README.md +1 -0
  111. data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -0
  112. data/repositories/bundler_2_2_7/install_without_gemfile_lock/Gemfile +5 -0
  113. data/repositories/bundler_2_2_7/install_without_gemfile_lock/README.md +1 -0
  114. data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -0
  115. data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile +5 -0
  116. data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile.lock +16 -0
  117. data/repositories/bundler_2_2_7/update_with_gemfile_lock/README.md +1 -0
  118. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  119. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  120. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  121. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/README.md +1 -0
  122. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  123. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  124. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  125. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  126. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  127. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  128. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  129. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  130. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  131. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  132. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  133. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  134. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  135. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  136. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  137. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile.lock +42 -0
  138. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/README.md +1 -0
  139. data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -0
  140. data/repositories/bundler_2_2_7/update_without_gemfile_lock/Gemfile +5 -0
  141. data/repositories/diffend.json +9 -0
  142. metadata +123 -2
  143. metadata.gz.sig +0 -0
@@ -0,0 +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'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+ source 'https://my.diffend.io/protect/gems'
5
+
6
+ gem 'dry-core'
@@ -0,0 +1,17 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ remote: https://my.diffend.io/protect/gems/
4
+ specs:
5
+ concurrent-ruby (1.1.7)
6
+ dry-core (0.5.0)
7
+ concurrent-ruby (~> 1.0)
8
+
9
+ PLATFORMS
10
+ universal-java-13
11
+ x86_64-darwin-19
12
+
13
+ DEPENDENCIES
14
+ dry-core
15
+
16
+ BUNDLED WITH
17
+ 2.2.7
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +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'
@@ -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.7
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +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'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -0,0 +1,9 @@
1
+ {
2
+ "diffend": {
3
+ "api_version": "0.1",
4
+ "environment": "development",
5
+ "project_id": "0c097257-aadc-41ed-a74d-f7df2c449b15",
6
+ "type": 0,
7
+ "version": "0.2.39"
8
+ }
9
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffend-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.39
4
+ version: 0.2.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Pajor
@@ -34,7 +34,7 @@ cert_chain:
34
34
  9MmF6uCQa1EjK2p8tYT0MnbHrFkoehxdX4VO9y99GAkhZyJNKPYPtyAUFV27sT2V
35
35
  LfCJRk4ifKIN/FUCwDSn8Cz0m6oH265q0p6wdzI6qrWOjP8tGOMBTA==
36
36
  -----END CERTIFICATE-----
37
- date: 2021-01-18 00:00:00.000000000 Z
37
+ date: 2021-03-31 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: bundler
@@ -82,6 +82,7 @@ files:
82
82
  - Gemfile.lock
83
83
  - LICENSE.md
84
84
  - README.md
85
+ - Rakefile
85
86
  - bin/bundle
86
87
  - bin/byebug
87
88
  - bin/htmldiff
@@ -107,6 +108,7 @@ files:
107
108
  - lib/diffend/handle_errors/display_to_stdout.rb
108
109
  - lib/diffend/handle_errors/messages.rb
109
110
  - lib/diffend/handle_errors/report.rb
111
+ - lib/diffend/integration_repository.rb
110
112
  - lib/diffend/latest_version.rb
111
113
  - lib/diffend/local_context.rb
112
114
  - lib/diffend/local_context/diffend.rb
@@ -116,12 +118,131 @@ files:
116
118
  - lib/diffend/logger.rb
117
119
  - lib/diffend/monitor.rb
118
120
  - lib/diffend/plugin.rb
121
+ - lib/diffend/repository.rb
119
122
  - lib/diffend/request.rb
120
123
  - lib/diffend/request_object.rb
121
124
  - lib/diffend/request_verdict.rb
125
+ - lib/diffend/shell.rb
122
126
  - lib/diffend/track.rb
123
127
  - lib/diffend/version.rb
124
128
  - plugins.rb
129
+ - repositories/.diffend.yml
130
+ - repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml
131
+ - repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile
132
+ - repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile.lock
133
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml
134
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile
135
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile.lock
136
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
137
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile
138
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
139
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/README.md
140
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
141
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile
142
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
143
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml
144
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile
145
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile.lock
146
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml
147
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.ruby-version
148
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile
149
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile.lock
150
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec
151
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
152
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile
153
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
154
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml
155
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile
156
+ - repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile.lock
157
+ - repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml
158
+ - repositories/bundler_2_1_4/install_without_gemfile_lock/Gemfile
159
+ - repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml
160
+ - repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile
161
+ - repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile.lock
162
+ - repositories/bundler_2_1_4/update_with_gemfile_lock/README.md
163
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml
164
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile
165
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile.lock
166
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/README.md
167
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml
168
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile
169
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile.lock
170
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/README.md
171
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
172
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile
173
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
174
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/README.md
175
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml
176
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile
177
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile.lock
178
+ - repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/README.md
179
+ - repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml
180
+ - repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile
181
+ - repositories/bundler_2_1_4/update_without_gemfile_lock/README.md
182
+ - repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml
183
+ - repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile
184
+ - repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock
185
+ - repositories/bundler_2_2_7/install_with_gemfile_lock/README.md
186
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml
187
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile
188
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile.lock
189
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/README.md
190
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
191
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile
192
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
193
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/README.md
194
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
195
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile
196
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
197
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/README.md
198
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml
199
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile
200
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile.lock
201
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/README.md
202
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml
203
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile
204
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile.lock
205
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/README.md
206
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec
207
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
208
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile
209
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
210
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/README.md
211
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml
212
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile
213
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile.lock
214
+ - repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/README.md
215
+ - repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml
216
+ - repositories/bundler_2_2_7/install_without_gemfile_lock/Gemfile
217
+ - repositories/bundler_2_2_7/install_without_gemfile_lock/README.md
218
+ - repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml
219
+ - repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile
220
+ - repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile.lock
221
+ - repositories/bundler_2_2_7/update_with_gemfile_lock/README.md
222
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml
223
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile
224
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile.lock
225
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/README.md
226
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile
227
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
228
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/README.md
229
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile
230
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
231
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/README.md
232
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml
233
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile
234
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile.lock
235
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
236
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile
237
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
238
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/README.md
239
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml
240
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile
241
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile.lock
242
+ - repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/README.md
243
+ - repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml
244
+ - repositories/bundler_2_2_7/update_without_gemfile_lock/Gemfile
245
+ - repositories/diffend.json
125
246
  - scripts/generate_payload_for_file.rb
126
247
  homepage: https://diffend.io
127
248
  licenses:
metadata.gz.sig CHANGED
Binary file