Sha256: 7c4bd061bb2e7c6b9c4864761e5653b21b67df42ca50a66c5b5be3e24ca7915b

Contents?: true

Size: 895 Bytes

Versions: 4

Compression:

Stored size: 895 Bytes

Contents

# -*- encoding: binary -*-
ENV["VERSION"] or abort "VERSION= must be specified"
manifest = File.readlines('.manifest').map! { |x| x.chomp! }
require 'wrongdoc'
extend Wrongdoc::Gemspec
name, summary, title = readme_metadata

Gem::Specification.new do |s|
  s.name = %q{io_splice}
  s.version = ENV["VERSION"].dup
  s.authors = ["Ruby io_splice hackers"]
  s.date = Time.now.utc.strftime('%Y-%m-%d')
  s.description = readme_description
  s.email = %q{ruby.io.splice@librelist.com}
  s.extensions = %w(ext/io_splice/extconf.rb)
  s.extra_rdoc_files = extra_rdoc_files(manifest)
  s.files = manifest
  s.homepage = Wrongdoc.config[:rdoc_url]
  s.summary = summary
  s.rdoc_options = rdoc_options
  s.rubyforge_project = %q{qrp}
  s.test_files = Dir['test/test_*.rb']
  s.add_development_dependency('wrongdoc', '~> 1.5')

  # s.licenses = %w(LGPL) # accessor not compatible with older RubyGems
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
io_splice-4.0.0 io_splice.gemspec
io_splice-3.1.0 io_splice.gemspec
io_splice-3.0.0 io_splice.gemspec
io_splice-2.2.0.18.g3025 io_splice.gemspec