Sha256: efe984dd3aeec938065d1b376c02fc9c00e16b93c1dd92b8b6257af1da1c7200
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
require 'rubygems' Gem::Specification.new do |spec| spec.name = 'win32-api' spec.version = '1.4.6' spec.authors = ['Daniel J. Berger', 'Park Heesob'] spec.license = 'Artistic 2.0' spec.email = 'djberg96@gmail.com' spec.homepage = 'http://www.rubyforge.org/projects/win32utils' spec.platform = Gem::Platform::RUBY spec.summary = 'A superior replacement for Win32API' spec.has_rdoc = true spec.test_files = Dir['test/test*'] spec.extensions = ['ext/extconf.rb'] spec.files = Dir['**/*'].reject{ |f| f.include?('git') } spec.rubyforge_project = 'win32utils' spec.required_ruby_version = '>= 1.8.2' spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST', 'ext/win32/api.c'] spec.add_development_dependency('test-unit', '>= 2.0.6') spec.description = <<-EOF The Win32::API library is meant as a replacement for the Win32API library that ships as part of the standard library. It contains several advantages over Win32API, including callback support, raw function pointers, an additional string type, and more. EOF end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
win32-api-1.4.6-x86-mswin32-60 | win32-api.gemspec |
win32-api-1.4.6-x86-mingw32 | win32-api.gemspec |
win32-api-1.4.6 | win32-api.gemspec |