Sha256: 433731ab846cdc49c0f98c6590762247ea089f99018b1c5ed3f8a7cc6675eeee
Contents?: true
Size: 939 Bytes
Versions: 3
Compression:
Stored size: 939 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sibilant/version' Gem::Specification.new do |spec| spec.name = "sibilant" spec.version = Sibilant::VERSION spec.authors = ["Jacob Rothstein"] spec.email = ["hi@jbr.me"] spec.description = %q{Ruby wrapper using ExecJS for the sibilant compiler} spec.summary = %q{} spec.homepage = "http://sibilantjs.info" spec.license = "MIT" spec.files = `git ls-files`.split($/) + `cd js/sibilant; git ls-files`.split($/).map {|file| "js/sibilant/#{file}"} spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sibilant-0.0.4 | sibilant.gemspec |
sibilant-0.0.3 | sibilant.gemspec |
sibilant-0.0.2 | sibilant.gemspec |