diffend 0.2.40 → 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 +2 -0
- data/CHANGELOG.md +2 -0
- data/Gemfile.lock +1 -1
- data/Rakefile +40 -0
- data/lib/diffend/errors.rb +2 -0
- data/lib/diffend/handle_errors/report.rb +4 -4
- data/lib/diffend/integration_repository.rb +92 -0
- data/lib/diffend/local_context/packages.rb +6 -2
- 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_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 +123 -2
- metadata.gz.sig +0 -0
@@ -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,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: 2021-
|
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
|
@@ -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:
|