Sha256: cbb933bc336f2f64ad0d1582a85aff24614fed495638ac96d555c65083035cac
Contents?: true
Size: 689 Bytes
Versions: 5
Compression:
Stored size: 689 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "ffi-win32-extensions" spec.version = "1.0.4" spec.authors = "Daniel J. Berger" spec.license = "Apache 2.0" spec.email = "djberg96@gmail.com" spec.homepage = "http://github.com/chef/ffi-win32-extensions" spec.summary = "Extends the FFI and String classes on MS Windows" spec.test_files = Dir["test/test*"] spec.files = Dir["**/*"].reject { |f| f.include?("git") } spec.add_dependency("ffi") spec.description = <<-EOF The ffi-win32-extensions library adds additional methods to the FFI and String classes to aid in the development of FFI based libraries on MS Windows. EOF end
Version data entries
5 entries across 5 versions & 4 rubygems