diffend-monitor 0.2.39 → 0.2.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/.github/workflows/ci.yml +3 -1
  5. data/CHANGELOG.md +25 -1
  6. data/Gemfile.lock +4 -4
  7. data/Rakefile +40 -0
  8. data/lib/diffend/commands.rb +2 -0
  9. data/lib/diffend/configs/error_messages.rb +11 -0
  10. data/lib/diffend/configs/validator.rb +22 -0
  11. data/lib/diffend/errors.rb +2 -0
  12. data/lib/diffend/execute.rb +3 -2
  13. data/lib/diffend/handle_errors/report.rb +4 -4
  14. data/lib/diffend/integration_repository.rb +92 -0
  15. data/lib/diffend/local_context/host.rb +12 -13
  16. data/lib/diffend/local_context/packages.rb +6 -27
  17. data/lib/diffend/plugin.rb +3 -0
  18. data/lib/diffend/repository.rb +109 -0
  19. data/lib/diffend/request.rb +0 -1
  20. data/lib/diffend/request_object.rb +1 -1
  21. data/lib/diffend/request_verdict.rb +4 -4
  22. data/lib/diffend/shell.rb +44 -0
  23. data/lib/diffend/track.rb +4 -4
  24. data/lib/diffend/version.rb +1 -1
  25. data/repositories/.diffend.yml +3 -0
  26. data/repositories/bundler_2_1_4/install_with_gemfile_lock/.diffend.yml +3 -0
  27. data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile +6 -0
  28. data/repositories/bundler_2_1_4/install_with_gemfile_lock/Gemfile.lock +22 -0
  29. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  30. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  31. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  32. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
  33. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  34. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  35. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  36. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
  37. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  38. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +19 -0
  39. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  40. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  41. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
  42. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
  43. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/.ruby-version +1 -0
  44. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
  45. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +32 -0
  46. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
  47. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  48. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  49. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  50. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  51. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  52. data/repositories/bundler_2_1_4/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
  53. data/repositories/bundler_2_1_4/install_without_gemfile_lock/.diffend.yml +3 -0
  54. data/repositories/bundler_2_1_4/install_without_gemfile_lock/Gemfile +5 -0
  55. data/repositories/bundler_2_1_4/update_with_gemfile_lock/.diffend.yml +3 -0
  56. data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile +5 -0
  57. data/repositories/bundler_2_1_4/update_with_gemfile_lock/Gemfile.lock +16 -0
  58. data/repositories/bundler_2_1_4/update_with_gemfile_lock/README.md +1 -0
  59. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  60. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  61. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  62. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_added_gem/README.md +1 -0
  63. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  64. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  65. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +43 -0
  66. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_removed_gem/README.md +1 -0
  67. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  68. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  69. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  70. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  71. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  72. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  73. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/Gemfile.lock +44 -0
  74. data/repositories/bundler_2_1_4/update_with_gemfile_lock_with_two_sources/README.md +1 -0
  75. data/repositories/bundler_2_1_4/update_without_gemfile_lock/.diffend.yml +3 -0
  76. data/repositories/bundler_2_1_4/update_without_gemfile_lock/Gemfile +5 -0
  77. data/repositories/bundler_2_1_4/update_without_gemfile_lock/README.md +1 -0
  78. data/repositories/bundler_2_2_7/install_with_gemfile_lock/.diffend.yml +3 -0
  79. data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile +6 -0
  80. data/repositories/bundler_2_2_7/install_with_gemfile_lock/Gemfile.lock +21 -0
  81. data/repositories/bundler_2_2_7/install_with_gemfile_lock/README.md +1 -0
  82. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  83. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  84. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  85. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_added_gem/README.md +1 -0
  86. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/.diffend.yml +3 -0
  87. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  88. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  89. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  90. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/.diffend.yml +3 -0
  91. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  92. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  93. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  94. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  95. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  96. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  97. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_removed_gem/README.md +1 -0
  98. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/.diffend.yml +3 -0
  99. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile +10 -0
  100. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/Gemfile.lock +30 -0
  101. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/README.md +1 -0
  102. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_platforms/gem-with-two-platforms.gemspec +16 -0
  103. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  104. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  105. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  106. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  107. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  108. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  109. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/Gemfile.lock +19 -0
  110. data/repositories/bundler_2_2_7/install_with_gemfile_lock_with_two_sources/README.md +1 -0
  111. data/repositories/bundler_2_2_7/install_without_gemfile_lock/.diffend.yml +3 -0
  112. data/repositories/bundler_2_2_7/install_without_gemfile_lock/Gemfile +5 -0
  113. data/repositories/bundler_2_2_7/install_without_gemfile_lock/README.md +1 -0
  114. data/repositories/bundler_2_2_7/update_with_gemfile_lock/.diffend.yml +3 -0
  115. data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile +5 -0
  116. data/repositories/bundler_2_2_7/update_with_gemfile_lock/Gemfile.lock +16 -0
  117. data/repositories/bundler_2_2_7/update_with_gemfile_lock/README.md +1 -0
  118. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/.diffend.yml +3 -0
  119. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile +6 -0
  120. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/Gemfile.lock +16 -0
  121. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_added_gem/README.md +1 -0
  122. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile +6 -0
  123. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/Gemfile.lock +18 -0
  124. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_changed_gem_version/README.md +1 -0
  125. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile +6 -0
  126. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/Gemfile.lock +18 -0
  127. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_locked_gem_version/README.md +1 -0
  128. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/.diffend.yml +3 -0
  129. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile +5 -0
  130. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_removed_gem/Gemfile.lock +41 -0
  131. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/.diffend.yml +3 -0
  132. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile +6 -0
  133. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/Gemfile.lock +17 -0
  134. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_primary_sources/README.md +1 -0
  135. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/.diffend.yml +3 -0
  136. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile +6 -0
  137. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/Gemfile.lock +42 -0
  138. data/repositories/bundler_2_2_7/update_with_gemfile_lock_with_two_sources/README.md +1 -0
  139. data/repositories/bundler_2_2_7/update_without_gemfile_lock/.diffend.yml +3 -0
  140. data/repositories/bundler_2_2_7/update_without_gemfile_lock/Gemfile +5 -0
  141. data/repositories/diffend.json +9 -0
  142. metadata +123 -2
  143. metadata.gz.sig +0 -0
@@ -0,0 +1,32 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ gem-with-two-platforms (0.0.1)
5
+ oj
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ byebug (11.1.3)
11
+ coderay (1.1.3)
12
+ ffi (1.13.0-java)
13
+ method_source (1.0.0)
14
+ oj (3.10.14)
15
+ pry (0.13.1-java)
16
+ coderay (~> 1.1)
17
+ method_source (~> 1.0)
18
+ spoon (~> 0.0)
19
+ spoon (0.0.6)
20
+ ffi
21
+
22
+ PLATFORMS
23
+ java
24
+ ruby
25
+
26
+ DEPENDENCIES
27
+ byebug
28
+ gem-with-two-platforms!
29
+ pry
30
+
31
+ BUNDLED WITH
32
+ 2.1.4
@@ -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
@@ -0,0 +1,3 @@
1
+ project_id: '3cda7f82-0431-4f67-aa86-0e94ab80c5d2'
2
+ shareable_id: '400c16f9-f71e-4ac2-b5f3-fc2dae0d7d41'
3
+ shareable_key: '4aa76c68-1512-4c20-8d4c-a49cbcf02e96'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+ source 'https://my.diffend.io/protect/gems'
5
+
6
+ gem 'dry-core'
@@ -0,0 +1,17 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ remote: https://my.diffend.io/protect/gems/
4
+ specs:
5
+ concurrent-ruby (1.1.6)
6
+ dry-core (0.4.9)
7
+ concurrent-ruby (~> 1.0)
8
+
9
+ PLATFORMS
10
+ java
11
+ ruby
12
+
13
+ DEPENDENCIES
14
+ dry-core
15
+
16
+ BUNDLED WITH
17
+ 2.1.4
@@ -0,0 +1,3 @@
1
+ project_id: '01a150e4-5a63-4605-8654-4b4c3d607492'
2
+ shareable_id: '8fdfc865-b05b-4f60-abd9-c388777b993b'
3
+ shareable_key: '332fa421-0fed-4e51-a44b-d72105164a60'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'rake'
6
+ gem 'dry-core', source: 'https://my.diffend.io/protect/gems'
@@ -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.6)
6
+ dry-core (0.4.9)
7
+ concurrent-ruby (~> 1.0)
8
+ rake (13.0.1)
9
+
10
+ PLATFORMS
11
+ java
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ dry-core!
16
+ rake
17
+
18
+ BUNDLED WITH
19
+ 2.1.4
@@ -0,0 +1,3 @@
1
+ project_id: '574be47b-143a-4247-94e9-8fc9d222e624'
2
+ shareable_id: '5afa3ea0-7a05-4467-a08c-ec0230ccf3fb'
3
+ shareable_key: '866822c3-f185-4e97-89ac-fa4b74925117'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -0,0 +1,3 @@
1
+ project_id: 'b4708553-1aae-477b-b8a0-efae8b5492a7'
2
+ shareable_id: '50d1baf7-9768-406f-a746-80c5689ace81'
3
+ shareable_key: '6b2a4ba1-70ba-4f7f-88b6-c52843e80502'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -0,0 +1,16 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ concurrent-ruby (1.1.6)
5
+ dry-core (0.4.9)
6
+ concurrent-ruby (~> 1.0)
7
+
8
+ PLATFORMS
9
+ java
10
+ ruby
11
+
12
+ DEPENDENCIES
13
+ dry-core
14
+
15
+ BUNDLED WITH
16
+ 2.1.4
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +1,3 @@
1
+ project_id: 'b4cb76ec-61e2-4841-b218-a4ee0ba9e901'
2
+ shareable_id: 'df66d8d4-5470-4f2a-b05f-e368b03aabbe'
3
+ shareable_key: 'f839e204-2b73-4382-bdac-28bbda55c054'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
6
+ gem 'dry-struct'
@@ -0,0 +1,16 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ concurrent-ruby (1.1.6)
5
+ dry-core (0.4.9)
6
+ concurrent-ruby (~> 1.0)
7
+
8
+ PLATFORMS
9
+ java
10
+ ruby
11
+
12
+ DEPENDENCIES
13
+ dry-core
14
+
15
+ BUNDLED WITH
16
+ 2.1.4
@@ -0,0 +1 @@
1
+ Bundle with `dry-core`, add `dry-struct` and don't run bundle.
@@ -0,0 +1,3 @@
1
+ project_id: 'c42098f6-3516-4123-81be-c5e500ba013b'
2
+ shareable_id: '38e04163-bacb-45bb-8789-e897344f3c13'
3
+ shareable_key: 'ce426619-70f0-4a35-8f21-69bdf009f27d'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -0,0 +1,43 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ concurrent-ruby (1.1.6)
5
+ dry-configurable (0.11.5)
6
+ concurrent-ruby (~> 1.0)
7
+ dry-core (~> 0.4, >= 0.4.7)
8
+ dry-equalizer (~> 0.2)
9
+ dry-container (0.7.2)
10
+ concurrent-ruby (~> 1.0)
11
+ dry-configurable (~> 0.1, >= 0.1.3)
12
+ dry-core (0.4.9)
13
+ concurrent-ruby (~> 1.0)
14
+ dry-equalizer (0.3.0)
15
+ dry-inflector (0.2.0)
16
+ dry-logic (1.0.6)
17
+ concurrent-ruby (~> 1.0)
18
+ dry-core (~> 0.2)
19
+ dry-equalizer (~> 0.2)
20
+ dry-struct (1.3.0)
21
+ dry-core (~> 0.4, >= 0.4.4)
22
+ dry-equalizer (~> 0.3)
23
+ dry-types (~> 1.3)
24
+ ice_nine (~> 0.11)
25
+ dry-types (1.4.0)
26
+ concurrent-ruby (~> 1.0)
27
+ dry-container (~> 0.3)
28
+ dry-core (~> 0.4, >= 0.4.4)
29
+ dry-equalizer (~> 0.3)
30
+ dry-inflector (~> 0.1, >= 0.1.2)
31
+ dry-logic (~> 1.0, >= 1.0.2)
32
+ ice_nine (0.11.2)
33
+
34
+ PLATFORMS
35
+ java
36
+ ruby
37
+
38
+ DEPENDENCIES
39
+ dry-core
40
+ dry-struct
41
+
42
+ BUNDLED WITH
43
+ 2.1.4
@@ -0,0 +1 @@
1
+ Bundle with `dry-core` and `dry-struct`, remove `dry-struct` and don't run bundle.
@@ -0,0 +1,3 @@
1
+ project_id: '3192044e-a5ca-4aa8-935f-6062d4c8950d'
2
+ shareable_id: '48b8b7ab-fa19-41a2-a96c-a40c86ac841f'
3
+ shareable_key: '4af34291-c899-4196-b8e1-3a5c505ac974'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+ source 'https://my.diffend.io/protect/gems'
5
+
6
+ gem 'dry-core'
@@ -0,0 +1,17 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ remote: https://my.diffend.io/protect/gems/
4
+ specs:
5
+ concurrent-ruby (1.1.6)
6
+ dry-core (0.4.9)
7
+ concurrent-ruby (~> 1.0)
8
+
9
+ PLATFORMS
10
+ java
11
+ ruby
12
+
13
+ DEPENDENCIES
14
+ dry-core
15
+
16
+ BUNDLED WITH
17
+ 2.1.4
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +1,3 @@
1
+ project_id: '99b37a37-5997-4119-8e26-0598db7600fc'
2
+ shareable_id: '06c692b5-1cb9-4d06-9192-81bee13e5f2c'
3
+ shareable_key: 'e5f4d92f-d2d8-4136-9e32-56c601541bcf'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://my.diffend.io/protect/gems'
4
+
5
+ gem 'dry-core', source: 'https://rubygems.org'
6
+ gem 'dry-struct'
@@ -0,0 +1,44 @@
1
+ GEM
2
+ remote: https://my.diffend.io/protect/gems/
3
+ remote: https://rubygems.org/
4
+ specs:
5
+ concurrent-ruby (1.1.6)
6
+ dry-configurable (0.11.5)
7
+ concurrent-ruby (~> 1.0)
8
+ dry-core (~> 0.4, >= 0.4.7)
9
+ dry-equalizer (~> 0.2)
10
+ dry-container (0.7.2)
11
+ concurrent-ruby (~> 1.0)
12
+ dry-configurable (~> 0.1, >= 0.1.3)
13
+ dry-core (0.4.9)
14
+ concurrent-ruby (~> 1.0)
15
+ dry-equalizer (0.3.0)
16
+ dry-inflector (0.2.0)
17
+ dry-logic (1.0.6)
18
+ concurrent-ruby (~> 1.0)
19
+ dry-core (~> 0.2)
20
+ dry-equalizer (~> 0.2)
21
+ dry-struct (1.3.0)
22
+ dry-core (~> 0.4, >= 0.4.4)
23
+ dry-equalizer (~> 0.3)
24
+ dry-types (~> 1.3)
25
+ ice_nine (~> 0.11)
26
+ dry-types (1.4.0)
27
+ concurrent-ruby (~> 1.0)
28
+ dry-container (~> 0.3)
29
+ dry-core (~> 0.4, >= 0.4.4)
30
+ dry-equalizer (~> 0.3)
31
+ dry-inflector (~> 0.1, >= 0.1.2)
32
+ dry-logic (~> 1.0, >= 1.0.2)
33
+ ice_nine (0.11.2)
34
+
35
+ PLATFORMS
36
+ java
37
+ ruby
38
+
39
+ DEPENDENCIES
40
+ dry-core!
41
+ dry-struct
42
+
43
+ BUNDLED WITH
44
+ 2.1.4
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +1,3 @@
1
+ project_id: 'dae146b7-e8fe-4956-b795-3166ef468c7c'
2
+ shareable_id: 'a8ec93bb-a8c0-482f-9d4e-c627d9c500ed'
3
+ shareable_key: 'c843e6e5-af47-42ee-b81d-ac9b43b8190f'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
@@ -0,0 +1,3 @@
1
+ project_id: '683c162c-5f72-4f83-92cb-f666e4850f0b'
2
+ shareable_id: '0bc082ab-de3e-4324-a784-40cef83bbdd0'
3
+ shareable_key: '86174249-8a65-498e-bac9-5ab990366a15'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
6
+ gem 'nokogiri'
@@ -0,0 +1,21 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ concurrent-ruby (1.1.7)
5
+ dry-core (0.5.0)
6
+ concurrent-ruby (~> 1.0)
7
+ mini_portile2 (2.4.0)
8
+ nokogiri (1.10.10)
9
+ mini_portile2 (~> 2.4.0)
10
+ nokogiri (1.10.10-java)
11
+
12
+ PLATFORMS
13
+ universal-java-13
14
+ x86_64-darwin-19
15
+
16
+ DEPENDENCIES
17
+ dry-core
18
+ nokogiri
19
+
20
+ BUNDLED WITH
21
+ 2.2.7
@@ -0,0 +1 @@
1
+ Bundle on both latest `ruby` and `jruby`.
@@ -0,0 +1,3 @@
1
+ project_id: 'a451eaea-3230-4de2-9cca-7ad20dba142c'
2
+ shareable_id: '1d4cc6c2-d44d-404b-bfbb-54a4b1bd75c2'
3
+ shareable_key: 'e4478249-6d35-4fa6-bcba-dd65abff2a44'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gem 'dry-core'
6
+ gem 'dry-struct'
@@ -0,0 +1,16 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ concurrent-ruby (1.1.7)
5
+ dry-core (0.5.0)
6
+ concurrent-ruby (~> 1.0)
7
+
8
+ PLATFORMS
9
+ universal-java-13
10
+ x86_64-darwin-19
11
+
12
+ DEPENDENCIES
13
+ dry-core
14
+
15
+ BUNDLED WITH
16
+ 2.2.7