Sha256: 7a94821d6ec4cf2ccab00f9ef6113edd1c761a80e47aa70b40b1f02285777764
Contents?: true
Size: 665 Bytes
Versions: 6
Compression:
Stored size: 665 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/opal/version', __FILE__) Gem::Specification.new do |s| s.name = 'opal' s.version = Opal::VERSION s.author = 'Adam Beynon' s.email = 'adam.beynon@gmail.com' s.homepage = 'http://opalrb.org' s.summary = 'Ruby runtime and core library for javascript' s.description = 'Ruby runtime and core library for javascript.' s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
opal-0.3.33 | opal.gemspec |
opal-0.3.32 | opal.gemspec |
opal-0.3.31 | opal.gemspec |
opal-0.3.30 | opal.gemspec |
opal-0.3.29 | opal.gemspec |
opal-0.3.28 | opal.gemspec |