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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b45a9c692ef2197ccea81a650abb56ccc69184cc
4
- data.tar.gz: 3b99b8566a10af6f32bcb29c66d6cd6c1e112f3f
3
+ metadata.gz: b092de43db529ff6d9dbe5722d8d8cf1c65d083f
4
+ data.tar.gz: 928718e9ae22239017cfbf7bf5994a6d0c843b51
5
5
  SHA512:
6
- metadata.gz: 848a2c36b96abc924e26310cdafeac5a9d8efade09e12545320a0f7a7b8e6493738ccb964948778d7b50e13f1494496e217a0a897f78b7261d742c2f8791dd96
7
- data.tar.gz: e7e6f3078b8a8221dc95acc200c0ee3f5fe047f6fa242d11fdad89a25a9ba19c90cc1e5a3c68f7bfdefb27da1bbf9a7647b6dbb19adc16b7ec4f042569bd160b
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, path, checksums, options = {})
8
- @lib_path = File.expand_path(File.join(path, '..', '..', 'lib', name))
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)
@@ -1,3 +1,3 @@
1
1
  module NativeExtFetcher
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'.freeze
3
3
  end
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
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-22 00:00:00.000000000 Z
11
+ date: 2016-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler