Sha256: 67f0b63f981cbd03b059f547f1e22e74b86d06cd7ef9dfc2f17a7b063b0d543b

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
  s.name        = 'yasp'
  s.version     = '2.0.0'
  s.date        = '2014-12-04'
  s.summary     = "Yet Another SCAD Program/YASP Ain't an SCAD Program"
  s.description = "a small, no-nonsense DSL for SCAD in Ruby"
  s.authors     = ["Robert Sheldon"]
  s.email       = 'rsheldiii@gmail.com'
  s.files       = `git ls-files`.split($/)
  s.require_paths = ["lib"]
  s.homepage    =
    'http://rubygems.org/gems/hola'
  s.license       = 'MIT'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yasp-2.0.0 yasp.gemspec