Sha256: 209fb01ac1ed01097c408c5f2228f16d93aca5dcbe503e65e8047ffaebaef969
Contents?: true
Size: 896 Bytes
Versions: 2
Compression:
Stored size: 896 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'strom/version' Gem::Specification.new do |spec| spec.name = 'strom' spec.version = Strom::VERSION spec.authors = ['David Boot'] spec.email = ['kodnin@gmail.com'] spec.summary = "Ohm's law." spec.description = "Ohm's law expressed in Ruby." spec.homepage = 'https://github.com/kodnin/strom' 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', '~> 1.7' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'minitest', '~> 5.4.3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
strom-0.0.2 | strom.gemspec |
strom-0.0.1 | strom.gemspec |