Sha256: c7ea795b9029721ed18e14b39539d4f2bb46b3533c27352031c770cf792c681e
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ffi} s.version = "1.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wayne Meissner"] s.date = %q{2011-11-13} s.description = %q{Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. Moreover, a Ruby-FFI extension works without changes on Ruby and JRuby. Discover why should you write your next extension using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].} s.email = %q{wmeissner@gmail.com} s.extensions = ["ext/ffi_c/extconf.rb"] s.files = ["ext/ffi_c/extconf.rb"] s.homepage = %q{http://wiki.github.com/ffi/ffi} s.require_paths = ["lib", "ext"] s.rubyforge_project = %q{ffi} s.rubygems_version = %q{1.6.2} s.summary = %q{Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frameworks-capybara-0.2.0.rc6 | vendor/bundle/ruby/1.8/specifications/ffi-1.0.11.gemspec |