Sha256: de1d322b57ebfb5b299f37b1f55a3c0e7d7a357fab5bb48b763ffcd28dd52177

Contents?: true

Size: 1.12 KB

Versions: 11

Compression:

Stored size: 1.12 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'phantom_proxy/version'

Gem::Specification.new do |spec|
  spec.name          = "phantom_proxy"
  spec.version       = PhantomProxy::VERSION
  spec.authors       = ["Suddani"]
  spec.email         = ["suddani@googlemail.com"]
  spec.summary       = "This is a phantomjs Proxy"
  spec.description   = "This is a phyntonjs Proxy it allows you to fetch webpages and execute javascript in them."
  spec.homepage      = ""
  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_dependency "json",        "~> 1.8.1"
  spec.add_dependency "goliath",     "~> 1.0.3"
  spec.add_dependency "journey",     "~> 1.0.4"
  spec.add_dependency "nokogiri",    "~> 1.6.1"
  spec.add_dependency "ruby-hmac",   ">= 0.4.0"

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phantom_proxy-1.4.0 phantom_proxy.gemspec
phantom_proxy-1.3.12 phantom_proxy.gemspec
phantom_proxy-1.3.11 phantom_proxy.gemspec
phantom_proxy-1.3.10 phantom_proxy.gemspec
phantom_proxy-1.3.9 phantom_proxy.gemspec
phantom_proxy-1.3.8 phantom_proxy.gemspec
phantom_proxy-1.3.7 phantom_proxy.gemspec
phantom_proxy-1.3.6 phantom_proxy.gemspec
phantom_proxy-1.3.5 phantom_proxy.gemspec
phantom_proxy-1.3.3 phantom_proxy.gemspec
phantom_proxy-1.3.0 phantom_proxy.gemspec