Sha256: 4822d63dccceb05b6cc0f37f14aa49dd3487af5baa40765a80868078c0c17c48
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wiper/version' Gem::Specification.new do |spec| spec.name = 'wiper' spec.version = Wiper::VERSION spec.authors = ['Sam Pikesley'] spec.email = ['sam.pikesley@gmail.com'] spec.summary = %q{Patterns for clearing the pHAT screen} spec.description = %q{This is incredibly niche} spec.homepage = 'https://github.com/pikesley/wiper' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 2' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'guard-rspec', '~> 4.7' spec.add_development_dependency 'coveralls', '~> 0.7' spec.add_development_dependency 'pry', '~> 0.11' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wiper-0.0.1 | wiper.gemspec |