Mercurial > pub > dyncall > bindings
diff ruby/rbdc/rbdc.gemspec @ 27:18e1f1bb1945
- 1.1 update
author | Tassilo Philipp |
---|---|
date | Sun, 12 Jan 2020 12:10:38 +0100 |
parents | 02a455de2b40 |
children |
line wrap: on
line diff
--- a/ruby/rbdc/rbdc.gemspec Tue Apr 24 16:09:32 2018 +0200 +++ b/ruby/rbdc/rbdc.gemspec Sun Jan 12 12:10:38 2020 +0100 @@ -1,7 +1,7 @@ #////////////////////////////////////////////////////////////////////// # # rbdc.gemspec -# Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>, +# Copyright (c) 2007-2020 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 = '1.0.0' + spec.version = '1.1.0' spec.required_ruby_version = '>= 1.9.1' spec.license = 'ISC'