bibliothecary 3.0.0 → 3.0.1
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/swift.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: 5725d5f17e61265f5932eb8d2eecba977fc3c99b
|
4
|
+
data.tar.gz: 2a614a791952e99fc3077ed7b56a73a3ee4e92d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75bb7d3ecfb51ece271c4114d2c478982b62a30e599b672f63b44991e5d124d2ee7f5aa623e299078297df653c0de3ee151f25e2ea1da706a293a9c49aea3dc4
|
7
|
+
data.tar.gz: 1d43dd97c649348f17bcec7e22ccf2a8734cdcd075356b306a1c113a509b10c66589f7122437128b16643bef6bcd99e38364ebe1cf830bcf5d828883ccfa4a88
|
@@ -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://swiftpm.honza.tech/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: 3.0.
|
4
|
+
version: 3.0.1
|
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-07-
|
11
|
+
date: 2016-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: toml-rb
|