dependabot-common 0.355.0 → 0.356.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/dependabot/file_fetchers/base.rb +1 -1
- data/lib/dependabot.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 531baa2e47518ccda8c71be7440f9dfac0ac495cbb524b150c5ccde3a2004c35
|
|
4
|
+
data.tar.gz: ed0c60d54a5cab0431a2f3646bcc0d7d2caee6bd38473b270c789d4dd5bff673
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5bec30136e51d7874b6b7de1e209ffab28f9c467902b3d19c127be101b94264b89e521278c5ce3ec9a6aaf1399ceaddaf6ab6531411e30c4734645b692d6e1f
|
|
7
|
+
data.tar.gz: f8ed997944019ccd5c823a084e660c9cd40eb2d35c945ba6864fc9788955941d6a0908cefaa00ec068785ae7ba1dbee39e38c3a8f523f9fb56dce54507bace67
|
|
@@ -233,7 +233,7 @@ module Dependabot
|
|
|
233
233
|
repo_path = File.join(clone_repo_contents, path)
|
|
234
234
|
raise Dependabot::DependencyFileNotFound, path unless File.exist?(repo_path)
|
|
235
235
|
|
|
236
|
-
content = File.read(repo_path)
|
|
236
|
+
content = decode_binary_string(Base64.encode64(File.read(repo_path)))
|
|
237
237
|
type = if File.symlink?(repo_path)
|
|
238
238
|
symlink_target = File.readlink(repo_path)
|
|
239
239
|
"symlink"
|
data/lib/dependabot.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.356.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -629,7 +629,7 @@ licenses:
|
|
|
629
629
|
- MIT
|
|
630
630
|
metadata:
|
|
631
631
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
632
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
632
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.356.0
|
|
633
633
|
rdoc_options: []
|
|
634
634
|
require_paths:
|
|
635
635
|
- lib
|