bibliothecary 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bibliothecary/parsers/nuget.rb +1 -1
- data/lib/bibliothecary/parsers/swift_pm.rb +1 -1
- data/lib/bibliothecary/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95e699b4fe852f67d16ce4fa1350e8ccb108a6ca
|
4
|
+
data.tar.gz: 28d07e2c5ce939c7ef1c8ab5b398b6895c6e13f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e76f805b4ba8d4c9b601336ec57d5a5a08774e38bf25204cf5ba1c4101393a9012cd61bc770ec5cbabc92d33ca580c2da98976c9ae48ca149326e71aff6f6be
|
7
|
+
data.tar.gz: 33d011073aaf9f35eb4cf252c4330a03d0bb9fdc3a4c044b577c33fa973fb11b10fa9c6cc92db4575178b1f5577d3d250bec9abb17aaf5d8c3c3a553d4624942
|
@@ -13,7 +13,7 @@ module Bibliothecary
|
|
13
13
|
end
|
14
14
|
|
15
15
|
def self.parse_package_swift(manifest)
|
16
|
-
response = Typhoeus.post("http://
|
16
|
+
response = Typhoeus.post("http://swift.libraries.io/to-json", body: manifest)
|
17
17
|
json = JSON.parse(response.body)
|
18
18
|
json["dependencies"].map do |dependency|
|
19
19
|
name = dependency['url'].gsub(/^https?:\/\//, '').gsub(/\.git$/,'')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bibliothecary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Nesbitt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: toml-rb
|