Sha256: 54f818410b2dd81d790d772ba86c19ce241473a76760ff9cd53ebead08c36a23
Contents?: true
Size: 818 Bytes
Versions: 1
Compression:
Stored size: 818 Bytes
Contents
require "rubygems" spec = Gem::Specification.new do |spec| spec.name = "ifmapper" spec.version = '0.9.5' spec.author = "Gonzalo Garramuno" spec.email = 'ggarram@advance.dsl.com.ar' spec.homepage = 'http://www.rubyforge.org/projects/ifmapper/' spec.summary = 'Interactive Fiction Mapping Tool.' spec.require_path = "lib" spec.files = ['IFMapper.rbw'] + Dir.glob("lib/IFMapper/*.rb") + Dir.glob("maps/*.ifm") + Dir.glob("maps/*.map") + Dir.glob("icons/*") spec.description = <<-EOF Interactive Fiction Mapping Tool. EOF spec.add_dependency("fxruby", ">= 1.2.6") spec.add_dependency("pdf-writer", ">= 1.1.1") spec.extra_rdoc_files = ["HISTORY.txt", "TODO.txt", "IFMapper.gemspec"] spec.has_rdoc = true spec.rubyforge_project = 'ifmapper' spec.required_ruby_version = '>= 1.6.8' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ifmapper-0.9.5 | IFMapper.gemspec |