Sha256: 266735bb31b7f947b8852bb14214ea28243b0183b605a2c562593a05c40634df

Contents?: true

Size: 768 Bytes

Versions: 7

Compression:

Stored size: 768 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'ffi-compiler'
  s.version = '1.0.1'
  s.author = 'Wayne Meissner'
  s.email = ['wmeissner@gmail.com', 'steve@advancedcontrol.com.au']
  s.cert_chain  = ['certs/stakach.pem']
  s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
  s.homepage = 'http://wiki.github.com/ffi/ffi'
  s.summary = 'Ruby FFI Rakefile generator'
  s.description = 'Ruby FFI library'
  s.files = %w(ffi-compiler.gemspec Gemfile Rakefile README.md LICENSE) + Dir.glob("{lib,spec}/**/*")
  s.has_rdoc = false
  s.license = 'Apache 2.0'
  s.required_ruby_version = '>= 1.9'
  s.add_dependency 'rake'
  s.add_dependency 'ffi', '>= 1.0.0'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'rubygems-tasks'
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/ffi-compiler-1.0.1/ffi-compiler.gemspec
ffi-compiler-1.0.1 ffi-compiler.gemspec