dream_cheeky 0.3.0 → 0.3.1
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/ext/dream_cheeky/extconf.rb +1 -3
- data/lib/dream_cheeky/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25ed552e2fc84a8a9f55290219b2f9eb2f57af71
|
|
4
|
+
data.tar.gz: 12c1db1aafd4f50b0062d19ad937c75c82d3aa1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fde167139842a525c638e561e20e2213e60cfea8afd5e5fd47a81a5c0e9267f60472a21cd6611cd83f4863e7db006ebad54d9603f28770b9b3806921526d193
|
|
7
|
+
data.tar.gz: 78d987fb57f14f1371845eef4085fc37118ea7b9c16ca688f8d16b7157963901849ff94f3e7f41c64c11a289b5167166b3e2cb9163d0a403922d4716a4daedfc
|
data/ext/dream_cheeky/extconf.rb
CHANGED
|
@@ -4,8 +4,6 @@ require 'fileutils'
|
|
|
4
4
|
|
|
5
5
|
if RbConfig::CONFIG['host_os'] =~ /darwin/
|
|
6
6
|
|
|
7
|
-
$CFLAGS << " " << "-ObjC"
|
|
8
|
-
|
|
9
7
|
unless defined?(have_framework)
|
|
10
8
|
def have_framework(fw, &b)
|
|
11
9
|
checking_for fw do
|
|
@@ -20,7 +18,7 @@ if RbConfig::CONFIG['host_os'] =~ /darwin/
|
|
|
20
18
|
end
|
|
21
19
|
end
|
|
22
20
|
end
|
|
23
|
-
|
|
21
|
+
|
|
24
22
|
if have_framework('CoreFoundation')
|
|
25
23
|
$LDFLAGS << " -ObjC -framework IOKit"
|
|
26
24
|
FileUtils.cp('hidapi.c.mac', 'hidapi.c')
|
data/lib/dream_cheeky/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dream_cheeky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derrick Spell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
version: '0'
|
|
91
91
|
requirements: []
|
|
92
92
|
rubyforge_project: dream_cheeky
|
|
93
|
-
rubygems_version: 2.0.
|
|
93
|
+
rubygems_version: 2.0.2
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 4
|
|
96
96
|
summary: Ruby Interface to Dream Cheeky(TM) USB Devices
|