Sha256: 5b0f8952be644da593145f100d4f46403da5edd1ecf738758cdc6d743917d105
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
Gem::Specification.new do |spec| spec.name = "cast_off" spec.version = "0.4.1" spec.platform = Gem::Platform::RUBY spec.summary = "Compiler for Ruby1.9.3" spec.description = <<-EOS CastOff is a compiler for Ruby1.9.3. Command line tool cast_off is available after installation. See 'cast_off --help' for more information. Currently, CastOff supports Ruby1.9.3 only. So, if you attempt to use CastOff, please install CastOff under Ruby1.9.3 runtime. EOS spec.files = Dir['{lib/**/*,ext/**/*,bin/**/*,doc/**/*}'] + %w[ cast_off.gemspec README README.ja ] spec.bindir = 'bin' spec.executables << 'cast_off' spec.require_path = 'lib' spec.extensions = 'ext/cast_off/extconf.rb' spec.has_rdoc = false #spec.extra_rdoc_files = ['README', 'README.en'] #spec.test_files = Dir['test/*'] spec.author = 'Satoshi Shiba' spec.email = 'shiba@rvm.jp' spec.homepage = 'http://github.com/soba1104/CastOff' #spec.rubyforge_project = 'cast_off' spec.required_ruby_version = '>= 1.9.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cast_off-0.4.1 | cast_off.gemspec |