Sha256: 176aa76a98a14399e704e9b0722a0cf9048fdbc7072002ea33bbfc978df9b37b

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{ffi}
  s.version = "0.6.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Wayne Meissner"]
  s.date = %q{2010-03-09}
  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", "gen/Rakefile"]
  s.files = ["ext/ffi_c/extconf.rb", "gen/Rakefile"]
  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
      s.add_runtime_dependency(%q<rake>, [">= 0.8.7"])
    else
      s.add_dependency(%q<rake>, [">= 0.8.7"])
    end
  else
    s.add_dependency(%q<rake>, [">= 0.8.7"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
resque-pool-0.3.0 vendor/bundle/ruby/1.8/specifications/ffi-0.6.3.gemspec
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/specifications/ffi-0.6.3.gemspec