Sha256: 9d45222f6d99d3f7e4884e3046478808eae005cdf3ece689a4885faaa4a011a1
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
Gem::Specification.new do |s| s.name = "eio" s.version = defined?(EIO) ? EIO::VERSION : (ENV['VERSION'] || '0.1') s.summary = "eio - a libeio wrapper for Ruby" s.description = "eio - a libeio wrapper for Ruby" s.authors = ["Lourens Naudé"] s.email = ["lourens@methodmissing.com"] s.homepage = "http://github.com/methodmissing/eio" s.date = Time.now.utc.strftime('%Y-%m-%d') s.platform = Gem::Platform::RUBY s.extensions = Dir["ext/eio/extconf.rb"] s.has_rdoc = true s.files = `git ls-files`.split s.test_files = Dir['test/test_*.rb'] s.add_development_dependency('rake-compiler', '~> 0.7.7') s.add_development_dependency('eventmachine', '~> 0.12.3') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eio-0.1 | eio.gemspec |