Sha256: 506adb901e98c9a2ea3d42ec2f52fd87d3a4b31e0a9c9c540585db55065d0eb0

Contents?: true

Size: 1.84 KB

Versions: 39

Compression:

Stored size: 1.84 KB

Contents

require File.expand_path("../lib/#{File.basename(__FILE__, '.gemspec')}/version", __FILE__)

Gem::Specification.new do |s|
  s.name = 'ffi'
  s.version = FFI::VERSION
  s.author = 'Wayne Meissner'
  s.email = 'wmeissner@gmail.com'
  s.homepage = 'https://github.com/ffi/ffi/wiki'
  s.summary = 'Ruby FFI'
  s.description = 'Ruby FFI library'
  if s.respond_to?(:metadata)
    s.metadata['bug_tracker_uri'] = 'https://github.com/ffi/ffi/issues'
    s.metadata['changelog_uri'] = 'https://github.com/ffi/ffi/blob/master/CHANGELOG.md'
    s.metadata['documentation_uri'] = 'https://github.com/ffi/ffi/wiki'
    s.metadata['wiki_uri'] = 'https://github.com/ffi/ffi/wiki'
    s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/'
    s.metadata['mailing_list_uri'] = 'http://groups.google.com/group/ruby-ffi'
  end
  s.files = `git ls-files -z`.split("\x0").reject do |f|
    f =~ /^(bench|gen|libtest|nbproject|spec)/
  end

  # Add libffi git files
  lfs = `git --git-dir ext/ffi_c/libffi/.git ls-files -z`.split("\x0")
  # Add autoconf generated files of libffi
  lfs += %w[ configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
  # Add automake generated files of libffi
  lfs += `git --git-dir ext/ffi_c/libffi/.git ls-files -z *.am */*.am`.gsub(".am\0", ".in\0").split("\x0")
  s.files += lfs.map do |f|
    File.join("ext/ffi_c/libffi", f)
  end

  s.extensions << 'ext/ffi_c/extconf.rb'
  s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
  s.license = 'BSD-3-Clause'
  s.require_paths << 'ext/ffi_c'
  s.required_ruby_version = '>= 2.3'
  s.add_development_dependency 'rake', '~> 13.0'
  s.add_development_dependency 'rake-compiler', '~> 1.0'
  s.add_development_dependency 'rake-compiler-dock', '~> 1.0'
  s.add_development_dependency 'rspec', '~> 2.14.1'
  s.add_development_dependency 'rubygems-tasks', "~> 0.2.4"
end

Version data entries

39 entries across 39 versions & 6 rubygems

Version Path
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.5.0/gems/ffi-1.13.1-java/ffi.gemspec
cloudsmith-api-0.52.79 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.52.5 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.52.0 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.51.93 vendor/bundle/ruby/2.3.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.51.38 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.51.37 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
cloudsmith-api-0.51.34 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ffi.gemspec
ffi-1.13.1-java ffi.gemspec
ffi-1.13.1-x86-mingw32 ffi.gemspec
ffi-1.13.1-x64-mingw32 ffi.gemspec
ffi-1.13.1 ffi.gemspec
cloudsmith-api-0.51.22 vendor/bundle/ruby/2.6.0/gems/ffi-1.13.0/ffi.gemspec
ffi-1.13.0-java ffi.gemspec
ffi-1.13.0-x86-mingw32 ffi.gemspec
ffi-1.13.0-x64-mingw32 ffi.gemspec
ffi-1.13.0 ffi.gemspec