cpuid 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.2
data/lib/cpuid.rb CHANGED
@@ -1,2 +1,2 @@
1
- require '../ext/cpuid/cpuid_ext'
1
+ require 'ext/cpuid/cpuid_ext'
2
2
  require 'cpuid/cpuid'
data/lib/cpuid/cpuid.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  module CPUID
2
2
  class UnsupportedFunction < StandardError; end
3
-
4
3
  extend self
5
4
 
6
5
  VENDOR_ID_FN = 0
data/test/test_cpuid.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  require 'helper'
2
2
 
3
3
  class TestCpuid < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
4
+
7
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Edgar