Mercurial > pub > dyncall > bindings
comparison ruby/rbdc/rbdc.gemspec @ 24:681db37a300c
- prep 1.0 release
author | Tassilo Philipp |
---|---|
date | Thu, 19 Apr 2018 18:54:47 +0200 |
parents | 80273969f043 |
children | 02a455de2b40 |
comparison
equal
deleted
inserted
replaced
23:87fd9f34eaa0 | 24:681db37a300c |
---|---|
31 spec.homepage = 'http://www.dyncall.org' | 31 spec.homepage = 'http://www.dyncall.org' |
32 | 32 |
33 spec.summary = 'foreign function interface for C calls' | 33 spec.summary = 'foreign function interface for C calls' |
34 spec.description = 'Ruby interface to dyncall, allowing programmers to call C functions in shared libraries from ruby without writing any glue code at all (e.g. "l.load(\'/usr/lib/libm.so\'); puts \'pow(2.0, 10.0) = \' + l.call(:pow, \'dd)d\', 2.0, 10.0).to_s")' | 34 spec.description = 'Ruby interface to dyncall, allowing programmers to call C functions in shared libraries from ruby without writing any glue code at all (e.g. "l.load(\'/usr/lib/libm.so\'); puts \'pow(2.0, 10.0) = \' + l.call(:pow, \'dd)d\', 2.0, 10.0).to_s")' |
35 | 35 |
36 spec.version = '0.9.0' | 36 spec.version = '1.0.0' |
37 spec.required_ruby_version = '>= 1.9.1' | 37 spec.required_ruby_version = '>= 1.9.1' |
38 spec.license = 'ISC' | 38 spec.license = 'ISC' |
39 | 39 |
40 # Note that this requires dyncall to live in this directory, create a symlink to the dyncall directory. | 40 # Note that this requires dyncall to live in this directory, create a symlink to the dyncall directory. |
41 spec.files = FileList['dyncall/**/*', 'rbdc.c'].exclude('dyncall/doc/**/*').exclude('dyncall/test/**/*').to_a | 41 spec.files = FileList['dyncall/**/*', 'rbdc.c'].exclude('dyncall/doc/**/*').exclude('dyncall/test/**/*').to_a |