rbdc 0.8.0 → 0.8.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 +15 -0
- data/dyncall/dyncallback/dyncall_args.h +1 -1
- metadata +7 -9
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NDA4YTI2Y2U4ZTdjNzNjZWY5Y2Q3OTNlYTgzZDJiZTJkZDE5NTZiOQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZDRkNzJjYmM1MjIzZWRjZDBkNzhjNTIyNjFhNWE1M2M4YTA3MTZhYQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YzFhNDc2ZDNhYWQxNjZiYTE4MTc5YTc5YzVkNzk1ODNmMDQ0YzcxMDA5ZjA0
|
|
10
|
+
NDg2MzRiMmNmY2FhYThjOWRhMWJkZTNjNzA0OTY2MTA4ZjMyOTRiNTNhOWIz
|
|
11
|
+
M2I2OWUyMzEyODRlNTZmOTFlZDU5ZWNhZTZkZjZlZTFkNmJhYjQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YmJlMThiN2YyOWFiOTVhMDA4OTg5MTg5YTM2NzMwNzU0N2VlZmM1ZWNjZTZh
|
|
14
|
+
NzJlMzA0M2E0ZGI2MTliOWIwNWNjMTQ5MWIwNDhkYjJkMTc3OTY0Y2EzODM1
|
|
15
|
+
Zjk4NWVkYmI1YTdiYTVmMDZkMTcyMjIzZWVmZDAxN2NmMDkzYmM=
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbdc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.8.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Tassilo Philipp
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: rbdc is a ruby binding to the dyncall and dynload C libraries, allowing
|
|
15
14
|
programmers to call C functions from ruby without writing any glue code at all.
|
|
@@ -19,6 +18,8 @@ extensions:
|
|
|
19
18
|
- bindings/ruby/rbdc/extconf.rb
|
|
20
19
|
extra_rdoc_files: []
|
|
21
20
|
files:
|
|
21
|
+
- bindings/ruby/rbdc/extconf.rb
|
|
22
|
+
- bindings/ruby/rbdc/rbdc.c
|
|
22
23
|
- dyncall/AUTHORS
|
|
23
24
|
- dyncall/BUGS
|
|
24
25
|
- dyncall/CMakeLists.txt
|
|
@@ -282,30 +283,27 @@ files:
|
|
|
282
283
|
- dyncall/portasm/portasm-ppc.S
|
|
283
284
|
- dyncall/portasm/portasm-x64-att.S
|
|
284
285
|
- dyncall/portasm/portasm-x86.S
|
|
285
|
-
- bindings/ruby/rbdc/rbdc.c
|
|
286
|
-
- bindings/ruby/rbdc/extconf.rb
|
|
287
286
|
homepage: http://www.dyncall.org
|
|
288
287
|
licenses: []
|
|
288
|
+
metadata: {}
|
|
289
289
|
post_install_message:
|
|
290
290
|
rdoc_options: []
|
|
291
291
|
require_paths:
|
|
292
292
|
- lib
|
|
293
293
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
294
|
-
none: false
|
|
295
294
|
requirements:
|
|
296
295
|
- - ! '>='
|
|
297
296
|
- !ruby/object:Gem::Version
|
|
298
297
|
version: 1.9.1
|
|
299
298
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
300
|
-
none: false
|
|
301
299
|
requirements:
|
|
302
300
|
- - ! '>='
|
|
303
301
|
- !ruby/object:Gem::Version
|
|
304
302
|
version: '0'
|
|
305
303
|
requirements: []
|
|
306
304
|
rubyforge_project:
|
|
307
|
-
rubygems_version:
|
|
305
|
+
rubygems_version: 2.2.2
|
|
308
306
|
signing_key:
|
|
309
|
-
specification_version:
|
|
307
|
+
specification_version: 4
|
|
310
308
|
summary: C call invoker for ruby.
|
|
311
309
|
test_files: []
|