Sha256: e4561657ba9164b37718e1756d94ee58470f802420f9b7078b420459d4357d79
Contents?: true
Size: 962 Bytes
Versions: 6
Compression:
Stored size: 962 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'phys/units/version' Gem::Specification.new do |spec| spec.name = "phys-units" spec.version = Phys::Unit::VERSION spec.authors = ["Masahiro TANAKA"] spec.email = ["masa16.tanaka@gmail.com"] spec.description = %q{GNU Units-compatible library for Ruby, formarly 'Quanty' class library.} spec.summary = %q{GNU Units-compatible library for Ruby, formarly 'Quanty' class library.} spec.homepage = "https://github.com/masa16/phys-units" spec.license = "GPL" spec.files = `git ls-files`.split($/) 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", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
6 entries across 6 versions & 1 rubygems