Sha256: 30fc2f0d24837d0a421351d9ef40a505c0f9e54fbaa01817e3e35f36b93ba1fb

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "janis"
  spec.version       = Janis::VERSION
  spec.authors       = ["Mariano Giagante"]
  spec.email         = ["mariano.giagante@gmail.com"]
  spec.license       = "MIT"
  spec.summary       = %q{Janis grabs proxy servers from many websites for you!}
  spec.description   = %q{It uses a source list with several testes websites to provide proxy servers to you. It can be extended with new ones as well.}
  spec.homepage      = "http://www.github.com/mgiagante/janis"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 0"
  spec.add_development_dependency "pry", "~> 0"
  spec.add_runtime_dependency "nokogiri", "~> 0"
  spec.add_runtime_dependency "poltergeist", "~> 0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
janis-0.1.0 janis.gemspec