diffend 0.2.44 → 0.2.45
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 +1 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +3 -2
- data/Rakefile +4 -1
- data/certs/mensfeld.pem +21 -21
- data/diffend.gemspec +1 -1
- data/lib/diffend/local_context/packages.rb +5 -1
- data/lib/diffend/version.rb +1 -1
- data/repositories/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -3
- 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 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -3
- data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -3
- metadata +93 -31
- metadata.gz.sig +0 -0
- data/certs/tomaszpajor.pem +0 -25
@@ -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.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle with `dry-core` and `dry-struct`, remove `dry-struct` and don't run bundle.
|
@@ -0,0 +1,30 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
gem-with-two-platforms (0.0.1)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
byebug (11.1.3)
|
10
|
+
coderay (1.1.3)
|
11
|
+
ffi (1.14.2-java)
|
12
|
+
method_source (1.0.0)
|
13
|
+
pry (0.13.1-java)
|
14
|
+
coderay (~> 1.1)
|
15
|
+
method_source (~> 1.0)
|
16
|
+
spoon (~> 0.0)
|
17
|
+
spoon (0.0.6)
|
18
|
+
ffi
|
19
|
+
|
20
|
+
PLATFORMS
|
21
|
+
universal-java-13
|
22
|
+
x86_64-darwin-19
|
23
|
+
|
24
|
+
DEPENDENCIES
|
25
|
+
byebug
|
26
|
+
gem-with-two-platforms!
|
27
|
+
pry
|
28
|
+
|
29
|
+
BUNDLED WITH
|
30
|
+
2.2.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle on both latest `ruby` and `jruby`.
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
is_java = RUBY_PLATFORM == 'java'
|
4
|
+
|
5
|
+
Gem::Specification.new do |spec|
|
6
|
+
spec.name = 'gem-with-two-platforms'
|
7
|
+
spec.version = '0.0.1'
|
8
|
+
spec.authors = ['Tomasz Pajor']
|
9
|
+
spec.email = ['contact@diffend.io']
|
10
|
+
|
11
|
+
spec.summary = 'Gem with two platforms'
|
12
|
+
spec.description = 'Gem with two platforms'
|
13
|
+
spec.homepage = 'https://diffend.io/'
|
14
|
+
|
15
|
+
spec.add_runtime_dependency 'oj' unless is_java
|
16
|
+
end
|
data/repositories/bundler_2_2_17/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.17
|
@@ -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.17
|
@@ -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_17/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.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle with `dry-core` locked to `0.4.7`, change version to `0.4.8` and don't run bundle.
|
data/repositories/bundler_2_2_17/update_with_gemfile_lock_with_locked_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.17
|
@@ -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.17
|
data/repositories/bundler_2_2_17/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.17
|
@@ -0,0 +1 @@
|
|
1
|
+
Bundle on both latest `ruby` and `jruby`.
|