Sha256: 4a19b70b9de9fc2c7a050128922a62475a36e4f925238fd4a74bf87190a6bfbd
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'opal-spec' s.version = '0.1.1' s.author = 'Adam Beynon' s.email = 'adam@adambeynon.com' s.homepage = 'http://opalrb.org' s.summary = 'Opal compatible spec' s.description = 'Opal compatible spec' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-spec-0.1.1 | opal-spec.gemspec |