Sha256: e9dc803200de3e760a67ee0b02744345608a10242bd9e685fd419ed7ac2c6aa6

Contents?: true

Size: 474 Bytes

Versions: 4

Compression:

Stored size: 474 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      = OpalSpec::VERSION
  s.author       = 'Adam Beynon'
  s.email        = 'adam@adambeynon.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

4 entries across 4 versions & 1 rubygems

Version Path
opal-spec-0.2.6 opal-spec.gemspec
opal-spec-0.2.5 opal-spec.gemspec
opal-spec-0.2.1 opal-spec.gemspec
opal-spec-0.2.0 opal-spec.gemspec