diffend 0.2.40 → 0.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.github/workflows/ci.yml +3 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +23 -1
- data/Gemfile.lock +3 -2
- data/Rakefile +43 -0
- data/certs/mensfeld.pem +21 -21
- data/diffend.gemspec +1 -1
- data/lib/diffend/commands.rb +2 -0
- data/lib/diffend/configs/error_messages.rb +11 -0
- data/lib/diffend/configs/validator.rb +22 -0
- data/lib/diffend/errors.rb +2 -0
- data/lib/diffend/execute.rb +4 -3
- data/lib/diffend/handle_errors/report.rb +4 -4
- data/lib/diffend/integration_repository.rb +92 -0
- data/lib/diffend/local_context/host.rb +12 -1
- data/lib/diffend/local_context/packages.rb +10 -27
- data/lib/diffend/plugin.rb +3 -0
- data/lib/diffend/repository.rb +109 -0
- data/lib/diffend/request_object.rb +1 -1
- data/lib/diffend/request_verdict.rb +4 -4
- data/lib/diffend/shell.rb +44 -0
- data/lib/diffend/track.rb +4 -4
- data/lib/diffend/version.rb +1 -1
- data/repositories/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile.lock +22 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +19 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.ruby-version +1 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +32 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
- data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/install_without_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile.lock +16 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/README.md +1 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/README.md +1 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile.lock +44 -0
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/README.md +1 -0
- data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_1_4/update_without_gemfile_lock/README.md +1 -0
- 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 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock +21 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +30 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/README.md +1 -0
- data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/install_without_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_2_7/install_without_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile +5 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile.lock +42 -0
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/README.md +1 -0
- data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -0
- data/repositories/bundler_2_2_7/update_without_gemfile_lock/Gemfile +5 -0
- data/repositories/diffend.json +9 -0
- metadata +214 -31
- metadata.gz.sig +0 -0
- data/certs/tomaszpajor.pem +0 -25
data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
ADDED
|
@@ -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,19 @@
|
|
|
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
|
+
rake (13.0.3)
|
|
9
|
+
|
|
10
|
+
PLATFORMS
|
|
11
|
+
universal-java-13
|
|
12
|
+
x86_64-darwin-19
|
|
13
|
+
|
|
14
|
+
DEPENDENCIES
|
|
15
|
+
dry-core!
|
|
16
|
+
rake
|
|
17
|
+
|
|
18
|
+
BUNDLED WITH
|
|
19
|
+
2.2.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Bundle on both latest `ruby` and `jruby`.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Don't bundle.
|
|
@@ -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_7/update_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.7
|
|
@@ -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,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.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Bundle with `dry-core` locked to `0.4.7`.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
GEM
|
|
2
|
+
remote: https://rubygems.org/
|
|
3
|
+
specs:
|
|
4
|
+
concurrent-ruby (1.1.7)
|
|
5
|
+
dry-configurable (0.12.0)
|
|
6
|
+
concurrent-ruby (~> 1.0)
|
|
7
|
+
dry-core (~> 0.5, >= 0.5.0)
|
|
8
|
+
dry-container (0.7.2)
|
|
9
|
+
concurrent-ruby (~> 1.0)
|
|
10
|
+
dry-configurable (~> 0.1, >= 0.1.3)
|
|
11
|
+
dry-core (0.5.0)
|
|
12
|
+
concurrent-ruby (~> 1.0)
|
|
13
|
+
dry-equalizer (0.3.0)
|
|
14
|
+
dry-inflector (0.2.0)
|
|
15
|
+
dry-logic (1.1.0)
|
|
16
|
+
concurrent-ruby (~> 1.0)
|
|
17
|
+
dry-core (~> 0.5, >= 0.5)
|
|
18
|
+
dry-struct (1.3.0)
|
|
19
|
+
dry-core (~> 0.4, >= 0.4.4)
|
|
20
|
+
dry-equalizer (~> 0.3)
|
|
21
|
+
dry-types (~> 1.3)
|
|
22
|
+
ice_nine (~> 0.11)
|
|
23
|
+
dry-types (1.4.0)
|
|
24
|
+
concurrent-ruby (~> 1.0)
|
|
25
|
+
dry-container (~> 0.3)
|
|
26
|
+
dry-core (~> 0.4, >= 0.4.4)
|
|
27
|
+
dry-equalizer (~> 0.3)
|
|
28
|
+
dry-inflector (~> 0.1, >= 0.1.2)
|
|
29
|
+
dry-logic (~> 1.0, >= 1.0.2)
|
|
30
|
+
ice_nine (0.11.2)
|
|
31
|
+
|
|
32
|
+
PLATFORMS
|
|
33
|
+
universal-java-13
|
|
34
|
+
x86_64-darwin-19
|
|
35
|
+
|
|
36
|
+
DEPENDENCIES
|
|
37
|
+
dry-core
|
|
38
|
+
dry-struct
|
|
39
|
+
|
|
40
|
+
BUNDLED WITH
|
|
41
|
+
2.2.7
|
data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
ADDED
|
@@ -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,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`.
|
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.
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-
|
|
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: []
|
|
@@ -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
|
|
@@ -89,7 +90,6 @@ files:
|
|
|
89
90
|
- bin/rake
|
|
90
91
|
- bin/rspec
|
|
91
92
|
- certs/mensfeld.pem
|
|
92
|
-
- certs/tomaszpajor.pem
|
|
93
93
|
- config/diffend.yml
|
|
94
94
|
- diffend.gemspec
|
|
95
95
|
- lib/diffend.rb
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- lib/diffend/handle_errors/display_to_stdout.rb
|
|
108
108
|
- lib/diffend/handle_errors/messages.rb
|
|
109
109
|
- lib/diffend/handle_errors/report.rb
|
|
110
|
+
- lib/diffend/integration_repository.rb
|
|
110
111
|
- lib/diffend/latest_version.rb
|
|
111
112
|
- lib/diffend/local_context.rb
|
|
112
113
|
- lib/diffend/local_context/diffend.rb
|
|
@@ -116,18 +117,200 @@ files:
|
|
|
116
117
|
- lib/diffend/logger.rb
|
|
117
118
|
- lib/diffend/monitor.rb
|
|
118
119
|
- lib/diffend/plugin.rb
|
|
120
|
+
- lib/diffend/repository.rb
|
|
119
121
|
- lib/diffend/request.rb
|
|
120
122
|
- lib/diffend/request_object.rb
|
|
121
123
|
- lib/diffend/request_verdict.rb
|
|
124
|
+
- lib/diffend/shell.rb
|
|
122
125
|
- lib/diffend/track.rb
|
|
123
126
|
- lib/diffend/version.rb
|
|
124
127
|
- plugins.rb
|
|
128
|
+
- repositories/.diffend.yml
|
|
129
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml
|
|
130
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile
|
|
131
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile.lock
|
|
132
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml
|
|
133
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile
|
|
134
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile.lock
|
|
135
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
|
|
136
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile
|
|
137
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
|
|
138
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/README.md
|
|
139
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
|
|
140
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile
|
|
141
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
|
|
142
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml
|
|
143
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile
|
|
144
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile.lock
|
|
145
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml
|
|
146
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.ruby-version
|
|
147
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile
|
|
148
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile.lock
|
|
149
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec
|
|
150
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
|
|
151
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile
|
|
152
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
|
|
153
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml
|
|
154
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile
|
|
155
|
+
- repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile.lock
|
|
156
|
+
- repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml
|
|
157
|
+
- repositories/bundler_2_1_4/install_without_gemfile_lock/Gemfile
|
|
158
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml
|
|
159
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile
|
|
160
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile.lock
|
|
161
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock/README.md
|
|
162
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml
|
|
163
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile
|
|
164
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile.lock
|
|
165
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/README.md
|
|
166
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml
|
|
167
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile
|
|
168
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile.lock
|
|
169
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/README.md
|
|
170
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
|
|
171
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile
|
|
172
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
|
|
173
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/README.md
|
|
174
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml
|
|
175
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile
|
|
176
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile.lock
|
|
177
|
+
- repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/README.md
|
|
178
|
+
- repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml
|
|
179
|
+
- repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile
|
|
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
|
|
244
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml
|
|
245
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile
|
|
246
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock
|
|
247
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock/README.md
|
|
248
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml
|
|
249
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile
|
|
250
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile.lock
|
|
251
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/README.md
|
|
252
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml
|
|
253
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile
|
|
254
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
|
|
255
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/README.md
|
|
256
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml
|
|
257
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile
|
|
258
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
|
|
259
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/README.md
|
|
260
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml
|
|
261
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile
|
|
262
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile.lock
|
|
263
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/README.md
|
|
264
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml
|
|
265
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile
|
|
266
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile.lock
|
|
267
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/README.md
|
|
268
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec
|
|
269
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml
|
|
270
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile
|
|
271
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
|
|
272
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/README.md
|
|
273
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml
|
|
274
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile
|
|
275
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile.lock
|
|
276
|
+
- repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/README.md
|
|
277
|
+
- repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml
|
|
278
|
+
- repositories/bundler_2_2_7/install_without_gemfile_lock/Gemfile
|
|
279
|
+
- repositories/bundler_2_2_7/install_without_gemfile_lock/README.md
|
|
280
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml
|
|
281
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile
|
|
282
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile.lock
|
|
283
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock/README.md
|
|
284
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml
|
|
285
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile
|
|
286
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile.lock
|
|
287
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/README.md
|
|
288
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile
|
|
289
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock
|
|
290
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/README.md
|
|
291
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile
|
|
292
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock
|
|
293
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/README.md
|
|
294
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml
|
|
295
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile
|
|
296
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile.lock
|
|
297
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml
|
|
298
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile
|
|
299
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock
|
|
300
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/README.md
|
|
301
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml
|
|
302
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile
|
|
303
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile.lock
|
|
304
|
+
- repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/README.md
|
|
305
|
+
- repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml
|
|
306
|
+
- repositories/bundler_2_2_7/update_without_gemfile_lock/Gemfile
|
|
307
|
+
- repositories/diffend.json
|
|
125
308
|
- scripts/generate_payload_for_file.rb
|
|
126
309
|
homepage: https://diffend.io
|
|
127
310
|
licenses:
|
|
128
311
|
- Prosperity Public License
|
|
129
312
|
metadata: {}
|
|
130
|
-
post_install_message:
|
|
313
|
+
post_install_message:
|
|
131
314
|
rdoc_options: []
|
|
132
315
|
require_paths:
|
|
133
316
|
- lib
|
|
@@ -142,8 +325,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
325
|
- !ruby/object:Gem::Version
|
|
143
326
|
version: '0'
|
|
144
327
|
requirements: []
|
|
145
|
-
rubygems_version: 3.2.
|
|
146
|
-
signing_key:
|
|
328
|
+
rubygems_version: 3.2.15
|
|
329
|
+
signing_key:
|
|
147
330
|
specification_version: 4
|
|
148
331
|
summary: OSS supply chain security and management platform
|
|
149
332
|
test_files: []
|