Sha256: d9be6d299c15b61e7c26d192a82d7c2a7417ba18a053cb68b58b4548ed3bc83d
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 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.2' 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 = 'https://github.com/rsheldiii/YASP' s.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yasp-2.0.2 | yasp.gemspec |