Sha256: 4fbe481a23b10af9bdf20684614e83fa9bd723b42a56c646e4a0e7f426c9e9bd
Contents?: true
Size: 956 Bytes
Versions: 3
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rubype/version' Gem::Specification.new do |spec| spec.name = "rubype" spec.version = Rubype::VERSION spec.authors = ["gogotanaka"] spec.email = ["mail@tanakakazuki.com"] spec.extensions = ["ext/rubype/extconf.rb"] spec.summary = %q{Ruby with type.} spec.description = %q{Ruby with type.} spec.homepage = "http://gogotanaka.me/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "rake-compiler" spec.add_development_dependency "minitest" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubype-0.2.2 | rubype.gemspec |
rubype-0.2.1 | rubype.gemspec |
rubype-0.2.0 | rubype.gemspec |