Sha256: 6c4d3915bbc88e5816489640916bb4e88aa5b8437761ce371b4dbd089d67cbd7
Contents?: true
Size: 910 Bytes
Versions: 4
Compression:
Stored size: 910 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.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.required_ruby_version = ">= 2.0.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "minitest" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rubype-0.2.6 | rubype.gemspec |
rubype-0.2.5 | rubype.gemspec |
rubype-0.2.4 | rubype.gemspec |
rubype-0.2.3 | rubype.gemspec |