Sha256: 0bb3bb9b9a96b91c9858c1883bde56aa27efe35fe27025ad4b07d0c417633d97
Contents?: true
Size: 877 Bytes
Versions: 1
Compression:
Stored size: 877 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'boojs/version' Gem::Specification.new do |spec| spec.name = "boojs" spec.version = BooJS::VERSION spec.authors = ["seo"] spec.email = ["seotownsend@icloud.com"] spec.summary = "A boring javascript application framework" spec.description = "A unix tool to execute javascript on a headless browser" spec.homepage = "https://github.com/sotownsend/BooJS" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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_runtime_dependency "phantomjs", "~> 1.9" spec.executables << 'boojs' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
boojs-0.0.2 | boojs.gemspec |