diffend 0.2.36 → 0.2.41
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.github/workflows/ci.yml +34 -8
- data/.ruby-version +1 -1
- data/CHANGELOG.md +31 -1
- data/Gemfile +1 -0
- data/Gemfile.lock +11 -7
- data/Rakefile +40 -0
- data/lib/diffend/build_bundler_definition.rb +4 -4
- data/lib/diffend/bundle_secure.rb +23 -0
- data/lib/diffend/commands.rb +2 -0
- data/lib/diffend/config.rb +34 -7
- data/lib/diffend/configs/error_messages.rb +38 -0
- data/lib/diffend/configs/fetcher.rb +11 -28
- data/lib/diffend/configs/validator.rb +4 -34
- data/lib/diffend/enabled.rb +22 -0
- data/lib/diffend/errors.rb +2 -0
- data/lib/diffend/execute.rb +4 -4
- data/lib/diffend/handle_errors/report.rb +4 -4
- data/lib/diffend/integration_repository.rb +92 -0
- data/lib/diffend/local_context.rb +1 -1
- data/lib/diffend/local_context/host.rb +0 -12
- data/lib/diffend/local_context/packages.rb +36 -32
- data/lib/diffend/local_context/platform.rb +1 -1
- data/lib/diffend/logger.rb +9 -9
- data/lib/diffend/monitor.rb +32 -10
- data/lib/diffend/plugin.rb +12 -15
- data/lib/diffend/repository.rb +109 -0
- data/lib/diffend/request.rb +0 -1
- data/lib/diffend/request_object.rb +1 -1
- data/lib/diffend/request_verdict.rb +9 -9
- data/lib/diffend/shell.rb +44 -0
- data/lib/diffend/track.rb +4 -4
- data/lib/diffend/version.rb +1 -1
- data/plugins.rb +1 -0
- 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_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 +127 -3
- metadata.gz.sig +0 -0
@@ -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,7 +1,7 @@
|
|
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.41
|
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:
|
37
|
+
date: 2021-03-09 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
|
@@ -94,16 +95,20 @@ files:
|
|
94
95
|
- diffend.gemspec
|
95
96
|
- lib/diffend.rb
|
96
97
|
- lib/diffend/build_bundler_definition.rb
|
98
|
+
- lib/diffend/bundle_secure.rb
|
97
99
|
- lib/diffend/commands.rb
|
98
100
|
- lib/diffend/config.rb
|
101
|
+
- lib/diffend/configs/error_messages.rb
|
99
102
|
- lib/diffend/configs/fetcher.rb
|
100
103
|
- lib/diffend/configs/validator.rb
|
104
|
+
- lib/diffend/enabled.rb
|
101
105
|
- lib/diffend/errors.rb
|
102
106
|
- lib/diffend/execute.rb
|
103
107
|
- lib/diffend/handle_errors/build_exception_payload.rb
|
104
108
|
- lib/diffend/handle_errors/display_to_stdout.rb
|
105
109
|
- lib/diffend/handle_errors/messages.rb
|
106
110
|
- lib/diffend/handle_errors/report.rb
|
111
|
+
- lib/diffend/integration_repository.rb
|
107
112
|
- lib/diffend/latest_version.rb
|
108
113
|
- lib/diffend/local_context.rb
|
109
114
|
- lib/diffend/local_context/diffend.rb
|
@@ -113,12 +118,131 @@ files:
|
|
113
118
|
- lib/diffend/logger.rb
|
114
119
|
- lib/diffend/monitor.rb
|
115
120
|
- lib/diffend/plugin.rb
|
121
|
+
- lib/diffend/repository.rb
|
116
122
|
- lib/diffend/request.rb
|
117
123
|
- lib/diffend/request_object.rb
|
118
124
|
- lib/diffend/request_verdict.rb
|
125
|
+
- lib/diffend/shell.rb
|
119
126
|
- lib/diffend/track.rb
|
120
127
|
- lib/diffend/version.rb
|
121
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
|
122
246
|
- scripts/generate_payload_for_file.rb
|
123
247
|
homepage: https://diffend.io
|
124
248
|
licenses:
|
@@ -139,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
263
|
- !ruby/object:Gem::Version
|
140
264
|
version: '0'
|
141
265
|
requirements: []
|
142
|
-
rubygems_version: 3.
|
266
|
+
rubygems_version: 3.2.3
|
143
267
|
signing_key:
|
144
268
|
specification_version: 4
|
145
269
|
summary: OSS supply chain security and management platform
|