Sha256: 1a9c8de63b81700885b17702e61b127aeeaf7cb63e7a23b85d8a23d16708fcaf

Contents?: true

Size: 766 Bytes

Versions: 2

Compression:

Stored size: 766 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/phantomjs-linux/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Maxwell Salzberg"]
  gem.email         = ["maxwell@joindiaspora.com"]
  gem.description   = %q{phantomjs binaries for linux}
  gem.summary       = %q{its just the depdencies vendored}
  gem.homepage      = "https://github.com/maxwell/phantomjs-linux"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "phantomjs-linux"
  gem.require_paths = ["lib"]
  gem.version       = Phantomjs::Linux::VERSION

  gem.add_development_dependency 'rspec', '~> 2.9'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phantomjs-linux-0.0.2 phantomjs-linux.gemspec
phantomjs-linux-0.0.1 phantomjs-linux.gemspec