Mercurial > pub > dyncall > bindings
diff ruby/rbdc/rbdc.gemspec @ 1:5e159be89d73
- ruby and sh binding updates for dc r0.9
author | cslag |
---|---|
date | Thu, 31 Dec 2015 20:17:37 +0100 |
parents | 0cfcc391201f |
children | f5d4d5c2f750 |
line wrap: on
line diff
--- a/ruby/rbdc/rbdc.gemspec Thu Mar 19 22:26:28 2015 +0100 +++ b/ruby/rbdc/rbdc.gemspec Thu Dec 31 20:17:37 2015 +0100 @@ -1,7 +1,7 @@ #////////////////////////////////////////////////////////////////////// # # rbdc.gemspec -# Copyright (c) 2007-2009 Daniel Adler <dadler@uni-goettingen.de>, +# Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, # Tassilo Philipp <tphilipp@potion-studios.com> # # Permission to use, copy, modify, and distribute this software for any @@ -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.8.7' + spec.version = '0.9.0' spec.required_ruby_version = '>= 1.9.1' spec.license = 'ISC'