# -*- encoding: utf-8 -*- # stub: w3c_validators 1.3.2 ruby lib Gem::Specification.new do |s| s.name = "w3c_validators".freeze s.version = "1.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Dunae".freeze] s.date = "2017-01-21" s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/w3c_validators.rb".freeze, "lib/w3c_validators/constants.rb".freeze, "lib/w3c_validators/css_validator.rb".freeze, "lib/w3c_validators/exceptions.rb".freeze, "lib/w3c_validators/feed_validator.rb".freeze, "lib/w3c_validators/markup_validator.rb".freeze, "lib/w3c_validators/message.rb".freeze, "lib/w3c_validators/nu_validator.rb".freeze, "lib/w3c_validators/results.rb".freeze, "lib/w3c_validators/validator.rb".freeze, "lib/w3c_validators/version.rb".freeze, "test/fixtures/bootstrap.min.css".freeze, "test/fixtures/invalid_css.css".freeze, "test/fixtures/invalid_encoding.html".freeze, "test/fixtures/invalid_feed.xml".freeze, "test/fixtures/invalid_html5.html".freeze, "test/fixtures/invalid_markup.html".freeze, "test/fixtures/valid_css.css".freeze, "test/fixtures/valid_feed.xml".freeze, "test/fixtures/valid_html5.html".freeze, "test/fixtures/valid_markup.html".freeze, "test/http_recording/css_context.yml".freeze, "test/http_recording/css_overriding_css_profile.yml".freeze, "test/http_recording/css_skippedstring.yml".freeze, "test/http_recording/css_validating_big_file.yml".freeze, "test/http_recording/css_validating_file.yml".freeze, "test/http_recording/css_validating_text.yml".freeze, "test/http_recording/css_validating_text_via_file.yml".freeze, "test/http_recording/css_validating_uri.yml".freeze, "test/http_recording/css_vendor_extensions_as_errors.yml".freeze, "test/http_recording/css_vendor_extensions_as_warnings.yml".freeze, "test/http_recording/css_vendor_extensions_default.yml".freeze, "test/http_recording/feed_validating_file.yml".freeze, "test/http_recording/feed_validating_text.yml".freeze, "test/http_recording/feed_validating_text_via_file.yml".freeze, "test/http_recording/feed_validating_uri_with_soap.yml".freeze, "test/http_recording/html5_getting_request_data.yml".freeze, "test/http_recording/html5_validating_file.yml".freeze, "test/http_recording/html5_validating_text.yml".freeze, "test/http_recording/html5_validating_text_via_file.yml".freeze, "test/http_recording/html5_validating_uri.yml".freeze, "test/http_recording/markup_debugging_uri.yml".freeze, "test/http_recording/markup_overriding_charset.yml".freeze, "test/http_recording/markup_overriding_charset_for_fallback_only.yml".freeze, "test/http_recording/markup_overriding_doctype.yml".freeze, "test/http_recording/markup_overriding_doctype_for_fallback_only.yml".freeze, "test/http_recording/markup_validating_file.yml".freeze, "test/http_recording/markup_validating_text.yml".freeze, "test/http_recording/markup_validating_text_via_file.yml".freeze, "test/http_recording/markup_validating_uri_with_head_request.yml".freeze, "test/http_recording/markup_validating_uri_with_soap.yml".freeze, "test/http_recording/markup_validator_abort.yml".freeze, "test/http_recording/markup_validator_contains_details_of_error_conditions.yml".freeze, "test/http_recording/markup_validator_html5_redirect.yml".freeze, "test/test_css_validator.rb".freeze, "test/test_exceptions.rb".freeze, "test/test_feed_validator.rb".freeze, "test/test_helper.rb".freeze, "test/test_html5_validator.rb".freeze, "test/test_markup_validator.rb".freeze, "test/test_proxy.rb".freeze, "test/tools/curl_nu.sh".freeze, "w3c_validators.gemspec".freeze] s.homepage = "https://github.com/w3c-validators/w3c_validators".freeze s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper for the World Wide Web Consortium\u2019s online validation services.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end