# -*- encoding: utf-8 -*- # stub: proxy_pac_rb 0.5.8 ruby lib Gem::Specification.new do |s| s.name = "proxy_pac_rb".freeze s.version = "0.5.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dennis G\u00FCnnewig".freeze] s.date = "2015-05-05" s.description = "This gem uses a JavaScript runtime to evaulate a proxy auto-config file the same way a browser does to determine what proxy (if\nany at all) should a program use to connect to a server. You must install on of the supported JavaScript runtimes:\ntherubyracer, therubyrhino, johnson or mustang.\n".freeze s.email = ["dg1@vrnetze.de".freeze] s.executables = ["pprb".freeze] s.files = [".gitignore".freeze, ".rdebugrc".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/pprb".freeze, "config/license_finder.yml".freeze, "cucumber.yml".freeze, "doc/dependencies/dependencies.db".freeze, "features/.keep".freeze, "features/check_proxy_pac.feature".freeze, "features/compress_proxy_pac.feature".freeze, "features/init_proxy_pac.feature".freeze, "features/resolve_proxy.feature".freeze, "features/step_definitions.rb".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "features/support/reporting.rb".freeze, "files/sample.pac".freeze, "files/sample2.pac".freeze, "files/sample3.pac".freeze, "lib/proxy_pac_rb.rb".freeze, "lib/proxy_pac_rb/cli/compress.rb".freeze, "lib/proxy_pac_rb/cli/compress_proxy_pac.rb".freeze, "lib/proxy_pac_rb/cli/find.rb".freeze, "lib/proxy_pac_rb/cli/find_proxy.rb".freeze, "lib/proxy_pac_rb/cli/init.rb".freeze, "lib/proxy_pac_rb/cli/init_proxy_pac.rb".freeze, "lib/proxy_pac_rb/cli/lint.rb".freeze, "lib/proxy_pac_rb/cli/lint_proxy_pac.rb".freeze, "lib/proxy_pac_rb/cli/runner.rb".freeze, "lib/proxy_pac_rb/cli/shared.rb".freeze, "lib/proxy_pac_rb/cli/show.rb".freeze, "lib/proxy_pac_rb/cli_validator.rb".freeze, "lib/proxy_pac_rb/encoding.rb".freeze, "lib/proxy_pac_rb/environment.rb".freeze, "lib/proxy_pac_rb/errors.rb".freeze, "lib/proxy_pac_rb/exceptions.rb".freeze, "lib/proxy_pac_rb/javascript.rb".freeze, "lib/proxy_pac_rb/javascript_compiler.rb".freeze, "lib/proxy_pac_rb/main.rb".freeze, "lib/proxy_pac_rb/parser.rb".freeze, "lib/proxy_pac_rb/proxy_pac_compressor.rb".freeze, "lib/proxy_pac_rb/proxy_pac_dumper.rb".freeze, "lib/proxy_pac_rb/proxy_pac_file.rb".freeze, "lib/proxy_pac_rb/proxy_pac_js.rb".freeze, "lib/proxy_pac_rb/proxy_pac_linter.rb".freeze, "lib/proxy_pac_rb/proxy_pac_loader.rb".freeze, "lib/proxy_pac_rb/proxy_pac_parser.rb".freeze, "lib/proxy_pac_rb/proxy_pac_template.rb".freeze, "lib/proxy_pac_rb/rack/proxy_pac_compressor.rb".freeze, "lib/proxy_pac_rb/rack/proxy_pac_linter.rb".freeze, "lib/proxy_pac_rb/rspec.rb".freeze, "lib/proxy_pac_rb/rspec/helpers.rb".freeze, "lib/proxy_pac_rb/rspec/helpers/.keep".freeze, "lib/proxy_pac_rb/rspec/matchers/.keep".freeze, "lib/proxy_pac_rb/rspec/matchers/proxy.rb".freeze, "lib/proxy_pac_rb/rspec/matchers/url.rb".freeze, "lib/proxy_pac_rb/rspec/shared_contexts/.keep".freeze, "lib/proxy_pac_rb/rspec/shared_examples/.keep".freeze, "lib/proxy_pac_rb/runtime.rb".freeze, "lib/proxy_pac_rb/runtimes.rb".freeze, "lib/proxy_pac_rb/runtimes/rubyracer.rb".freeze, "lib/proxy_pac_rb/runtimes/rubyrhino.rb".freeze, "lib/proxy_pac_rb/version.rb".freeze, "proxy_pac_rb.gemspec".freeze, "script/acceptance_test".freeze, "script/bootstrap".freeze, "script/ci".freeze, "script/config.ru".freeze, "script/console".freeze, "script/release".freeze, "script/unit_test".freeze, "spec/api/proxy_pac_compressor_spec.rb".freeze, "spec/api/proxy_pac_dumper_spec.rb".freeze, "spec/api/proxy_pac_file_spec.rb".freeze, "spec/api/proxy_pac_linter_spec.rb".freeze, "spec/api/proxy_pac_loader_spec.rb".freeze, "spec/api/proxy_pac_parser_spec.rb".freeze, "spec/environment_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/rack/proxy_pac_compressor_spec.rb".freeze, "spec/rack/proxy_pac_linter_spec.rb".freeze, "spec/rspec/compare_proxy_pac_files_spec.rb".freeze, "spec/rspec/parse_proxy_pac_spec.rb".freeze, "spec/rspec/readability_spec.rb".freeze, "spec/rspec/rspec_spec.rb".freeze, "spec/rspec/validitiy_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/aruba.rb".freeze, "spec/support/matchers/file.rb".freeze, "spec/support/rack_test.rb".freeze, "spec/support/reporting.rb".freeze, "spec/support/rspec.rb".freeze, "spec/support/shared_examples/loader.rb".freeze, "spec/support/strip.rb".freeze, "spec/support/webmock.rb".freeze, "templates/build/middleman/config.rb".freeze, "templates/build/middleman/script/build".freeze, "templates/build/middleman/source/.keep".freeze, "templates/default/.gitignore".freeze, "templates/default/Gemfile".freeze, "templates/default/Rakefile".freeze, "templates/default/script/bootstrap".freeze, "templates/new_proxy_pac.pac.erb".freeze, "templates/test_framework/rspec/spec_helper.rb".freeze, "templates/test_framework/rspec/support/aruba.rb".freeze, "templates/test_framework/rspec/support/matchers/shared_contexts/.keep".freeze, "templates/test_framework/rspec/support/proxy_pac_rb.rb".freeze, "templates/test_framework/rspec/support/rspec.rb".freeze, "templates/test_framework/rspec/support/shared_contexts/.keep".freeze, "templates/test_framework/rspec/support/shared_examples/.keep".freeze, "tmp/functions.js".freeze, "tmp/functions.rb".freeze, "tmp/sample.pac".freeze, "tmp/script.rb".freeze] s.homepage = "https://github.com/dg-vrnetze/proxy_pac_rb".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "gem to parse proxy auto-config files.".freeze s.test_files = ["features/.keep".freeze, "features/check_proxy_pac.feature".freeze, "features/compress_proxy_pac.feature".freeze, "features/init_proxy_pac.feature".freeze, "features/resolve_proxy.feature".freeze, "features/step_definitions.rb".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "features/support/reporting.rb".freeze, "spec/api/proxy_pac_compressor_spec.rb".freeze, "spec/api/proxy_pac_dumper_spec.rb".freeze, "spec/api/proxy_pac_file_spec.rb".freeze, "spec/api/proxy_pac_linter_spec.rb".freeze, "spec/api/proxy_pac_loader_spec.rb".freeze, "spec/api/proxy_pac_parser_spec.rb".freeze, "spec/environment_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/rack/proxy_pac_compressor_spec.rb".freeze, "spec/rack/proxy_pac_linter_spec.rb".freeze, "spec/rspec/compare_proxy_pac_files_spec.rb".freeze, "spec/rspec/parse_proxy_pac_spec.rb".freeze, "spec/rspec/readability_spec.rb".freeze, "spec/rspec/rspec_spec.rb".freeze, "spec/rspec/validitiy_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/aruba.rb".freeze, "spec/support/matchers/file.rb".freeze, "spec/support/rack_test.rb".freeze, "spec/support/reporting.rb".freeze, "spec/support/rspec.rb".freeze, "spec/support/shared_examples/loader.rb".freeze, "spec/support/strip.rb".freeze, "spec/support/webmock.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.3.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7.1".freeze]) end