native_ext_fetcher 0.1.4 → 0.1.5
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/native_ext_fetcher/fetcher.rb +2 -2
- data/lib/native_ext_fetcher/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: b092de43db529ff6d9dbe5722d8d8cf1c65d083f
|
|
4
|
+
data.tar.gz: 928718e9ae22239017cfbf7bf5994a6d0c843b51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b89f248546d52ed04343d3024b348eea516a53355fa2eae70709dd62f0cc66d41cd54ba2cd884939f3ff4a4d3a30a367c1803526ce416db46daa3b01976f68e2
|
|
7
|
+
data.tar.gz: 33000dfe113e0cf5359a2d544d45577111f07e63e28d67dcbc2d7afc702e0279ce37b56d933fe4ea56116d4e51c563773f1c5d700963470c399a8d9b2d966456
|
|
@@ -4,8 +4,8 @@ module NativeExtFetcher
|
|
|
4
4
|
|
|
5
5
|
attr_reader :download_path
|
|
6
6
|
|
|
7
|
-
def config(name, host,
|
|
8
|
-
@lib_path = File.expand_path(
|
|
7
|
+
def config(name, host, lib_path, checksums, options = {})
|
|
8
|
+
@lib_path = File.expand_path(lib_path)
|
|
9
9
|
|
|
10
10
|
raise ArgumentError, 'Checksums must be a hash' unless Hash === checksums
|
|
11
11
|
raise ArgumentError, 'Library path not found ' unless Dir.exists?(@lib_path)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: native_ext_fetcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DefWare LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|