Sha256: c8c3771fee0a87a9b9227aad71f6838ca330754688cef66d0cceba136b589d22
Contents?: true
Size: 479 Bytes
Versions: 9
Compression:
Stored size: 479 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/opal/spec/version', __FILE__) Gem::Specification.new do |s| s.name = 'opal-spec' s.version = Opal::Spec::VERSION s.author = 'Adam Beynon' s.email = 'adam.beynon@gmail.com' s.homepage = 'http://opalrb.org' s.summary = 'Opal compatible spec' s.description = 'Opal compatible spec library' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] end
Version data entries
9 entries across 9 versions & 1 rubygems