Sha256: 7f7ab8fa117f3b6e68efc33c734ca433982b978ef5dc1541886fa89875e09108

Contents?: true

Size: 774 Bytes

Versions: 1

Compression:

Stored size: 774 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/phantomjs-linux64/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-linux64"

  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-linux64"
  gem.require_paths = ["lib"]
  gem.version       = Phantomjs::Linux64::VERSION

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phantomjs-linux64-0.0.3 phantomjs-linux64.gemspec