compute_unit 0.3.1 → 0.3.2

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
  SHA256:
3
- metadata.gz: 0ff898fab62731ca014ea856033f2e7d024e1013703af0cba4b194844b1fc683
4
- data.tar.gz: 9c9e7b32eca6a7313c823ef6c96171f939882550c3f5ecd405c359640ed71e2d
3
+ metadata.gz: d3fe6b765613752707aca6037a41159d6a3d1d0f33638b3ab5b20ed7d693d844
4
+ data.tar.gz: bbc7c51a56dcca030098341bfe587ff4263d28d44859b13e9ad2efffb5614a46
5
5
  SHA512:
6
- metadata.gz: '08fb1888538fefb976eb66350eb1fb1afaac4901bc847b60532228ffbcdd565dc72448f318566dc5781d0a69b53c81ef47b32836e5b51eee0c4925c200e95792'
7
- data.tar.gz: ea1603c5ff7aa307e7d566b50420a31e582b437255e2a6eff57f44981732e0c98865684035dec64da270bd59a457fd30250950e5cc5a28dad33cb338ef329a06
6
+ metadata.gz: 4653e9bd5a0c9da77403b6afa8fd3cd9b07c95399c074b140b82201742ef50fb80cbfd4221c792aee17d2b60547f96db2265d2a4d6797b3558bab7ffb9e97416
7
+ data.tar.gz: ef104cce6547acdc6390e5d1ab315b11eed5aaa5dcf548198f531b2bca30bec58220f23d062f2e7e7076bfc137056980fc35f34517577bdb2331e77b5d8ad840
@@ -1,6 +1,8 @@
1
1
  # Compute Unit Changelog
2
2
 
3
3
  ## Unrleased
4
+ ## 0.3.2
5
+ * Fix bug with default database not being created
4
6
 
5
7
  ## 0.3.1
6
8
  Released 9/24/2020
@@ -28,7 +28,7 @@ module ComputeUnit
28
28
  end
29
29
 
30
30
  # copies the default pci database from linux filesystem over to the gem path
31
- def copy_default_database
31
+ def self.copy_default_database
32
32
  File.cp(DEFAULT_PCIDB_PATH, PCI_DATABASE_PATH)
33
33
  end
34
34
 
@@ -40,7 +40,7 @@ module ComputeUnit
40
40
  find_all(use_opencl)
41
41
  end
42
42
 
43
- # downloads the pci database
43
+ # downloads the pci database
44
44
  def self.refresh_pci_database
45
45
  ComputeUnit::Utils.check_for_root
46
46
  require 'net/http'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ComputeUnit
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compute_unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Osman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-24 00:00:00.000000000 Z
11
+ date: 2020-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opencl_ruby_ffi