Sha256: 56e0b7bc6b3a1b4d6b2d9470d6da829aac7d1de778142eb56f4ea2447e0954e1
Contents?: true
Size: 661 Bytes
Versions: 4
Compression:
Stored size: 661 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@adambeynon.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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
opal-0.3.20 | opal.gemspec |
opal-0.3.19 | opal.gemspec |
opal-0.3.18 | opal.gemspec |
opal-0.3.17 | opal.gemspec |