Sha256: 04a134f2f618a6d2f16fc964da8a14f3112736eda7b0db690820319c7f450b58
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'windcharger/version' Gem::Specification.new do |spec| spec.name = 'windcharger' spec.version = Windcharger::VERSION spec.authors = ['Andrew Marshall'] spec.email = ['andrew@johnandrewmarshall.com'] spec.description = %q{Small library to easily make objects that transform input via many methods.} spec.summary = %q{Small library to easily make objects that transform input via many methods.} spec.homepage = 'http://johnandrewmarshall.com/projects/windcharger' spec.license = 'MIT' 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' spec.add_development_dependency 'rspec' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
windcharger-0.3.0 | windcharger.gemspec |
windcharger-0.2.0 | windcharger.gemspec |
windcharger-0.1.0 | windcharger.gemspec |