Sha256: b8ca3f7f3261c902300d76fb0ea7f88ee14e606bd9c33cd47d00ec01c7f80027
Contents?: true
Size: 1012 Bytes
Versions: 1
Compression:
Stored size: 1012 Bytes
Contents
require 'rubygems' Gem::Specification.new do |s| s.name = 'phantom_proxy' s.version = '1.2.16' s.summary = "This is a phantomjs Proxy" s.description = "This is a phyntonjs Proxy it allows you to fetch webpages and execute javascript in them." s.authors = ["Daniel Sudmann"] s.email = 'suddani@googlemail.com' s.files = `git ls-files`.split($\) =begin FileList['lib/**/*.rb', 'lib/**/*.js', 'lib/**/**/*.ru', 'lib/**/**/*.html', 'lib/**/**/*', 'lib/**/**/**/*', 'lib/phantom_proxy/install/**/*', 'lib/phantom_proxy/install/**/**/*', 'bin/*', '[A-Z]*', 'test/**/*'].to_a =end s.homepage = 'http://experteer.com' s.executables = ['phantom_proxy'] s.add_dependency('thin', '>= 1.3.1') s.add_dependency('ruby-hmac', '>= 0.4.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phantom_proxy-1.2.16 | phantom_proxy.gemspec |