rbdc 0.8.3 → 0.8.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 +8 -8
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTg3MWE3ZmMxYWZhNTNjYzc1ZmRjOGJhYmViNTJjMTliZTNmNjQwMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDRmMDI0YzdhZDliNzI2Nzk3OTU1NDQ3YTNmZDcxZjI3ZmI4NWQzNw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTFjYmM4N2ZkYjcyYzE2MDQzYTg3NTRhMTc4Mzk5YmFmNjU2M2E4MDk4OTM1
|
|
10
|
+
OTRhZDdiOTkxM2RkYjUyMWQyNjc5YmQzYWVmZjI5NTU5Mzg2ZmU1YmIwYjE1
|
|
11
|
+
NmI1ODhiNzFiNThmZmE0NWE1YjljYWNlYjE3MWEyY2QxNTI0Mjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjhhYzQ2YzBjZmUwZmIxMDE2YzE4ZmMyMmUyZjkxM2RjMjM2YmJjMzlhYTgy
|
|
14
|
+
NzMzYWE2ZDAxYzU1Mzg3MmRmOGM5NTY0M2I4OWM1OGMzNjIyMWEyYTJjZWYy
|
|
15
|
+
MmVmOWNjOGFhM2MwYzA4M2Q1NjE0YjhiN2IzMTMyMWM4YzlkMjk=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbdc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tassilo Philipp
|
|
@@ -10,8 +10,9 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
|
|
13
|
+
description: Ruby interface to dyncall, allowing programmers to call C functions in
|
|
14
|
+
shared libraries from ruby without writing any glue code at all (e.g. "l.load('/usr/lib/libm.so');
|
|
15
|
+
puts 'pow(2.0, 10.0) = ' + l.call(:pow, 'dd)d', 2.0, 10.0).to_s")
|
|
15
16
|
email: tphilipp@potion-studios.com
|
|
16
17
|
executables: []
|
|
17
18
|
extensions:
|
|
@@ -284,7 +285,8 @@ files:
|
|
|
284
285
|
- dyncall/portasm/portasm-x64-att.S
|
|
285
286
|
- dyncall/portasm/portasm-x86.S
|
|
286
287
|
homepage: http://www.dyncall.org
|
|
287
|
-
licenses:
|
|
288
|
+
licenses:
|
|
289
|
+
- ISC
|
|
288
290
|
metadata: {}
|
|
289
291
|
post_install_message:
|
|
290
292
|
rdoc_options: []
|
|
@@ -305,5 +307,5 @@ rubyforge_project:
|
|
|
305
307
|
rubygems_version: 2.2.2
|
|
306
308
|
signing_key:
|
|
307
309
|
specification_version: 4
|
|
308
|
-
summary:
|
|
310
|
+
summary: foreign function interface for C calls
|
|
309
311
|
test_files: []
|