Mercurial > pub > dyncall > bindings
diff 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 |
line wrap: on
line diff
--- a/ruby/rbdc/rbdc.gemspec Sun May 22 20:55:57 2016 +0200 +++ b/ruby/rbdc/rbdc.gemspec Thu Apr 19 18:54:47 2018 +0200 @@ -33,7 +33,7 @@ spec.summary = 'foreign function interface for C calls' 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")' - spec.version = '0.9.0' + spec.version = '1.0.0' spec.required_ruby_version = '>= 1.9.1' spec.license = 'ISC'