# -*- encoding: utf-8 -*- # stub: crass 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "crass".freeze s.version = "1.0.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 = ["Ryan Grove".freeze] s.date = "2015-04-18" s.description = "Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.".freeze s.email = ["ryan@wonko.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "crass.gemspec".freeze, "lib/crass.rb".freeze, "lib/crass/parser.rb".freeze, "lib/crass/scanner.rb".freeze, "lib/crass/token-scanner.rb".freeze, "lib/crass/tokenizer.rb".freeze, "lib/crass/version.rb".freeze, "test/css-parsing-tests/An+B.json".freeze, "test/css-parsing-tests/LICENSE".freeze, "test/css-parsing-tests/README.rst".freeze, "test/css-parsing-tests/color3.json".freeze, "test/css-parsing-tests/color3_hsl.json".freeze, "test/css-parsing-tests/color3_keywords.json".freeze, "test/css-parsing-tests/component_value_list.json".freeze, "test/css-parsing-tests/declaration_list.json".freeze, "test/css-parsing-tests/make_color3_hsl.py".freeze, "test/css-parsing-tests/make_color3_keywords.py".freeze, "test/css-parsing-tests/one_component_value.json".freeze, "test/css-parsing-tests/one_declaration.json".freeze, "test/css-parsing-tests/one_rule.json".freeze, "test/css-parsing-tests/rule_list.json".freeze, "test/css-parsing-tests/stylesheet.json".freeze, "test/css-parsing-tests/stylesheet_bytes.json".freeze, "test/shared/parse_rules.rb".freeze, "test/support/common.rb".freeze, "test/support/serialization/animate.css".freeze, "test/support/serialization/bootstrap-theme.css".freeze, "test/support/serialization/bootstrap.css".freeze, "test/support/serialization/html5-boilerplate.css".freeze, "test/support/serialization/misc.css".freeze, "test/support/serialization/pure.css".freeze, "test/test_crass.rb".freeze, "test/test_css_parsing_tests.rb".freeze, "test/test_parse_properties.rb".freeze, "test/test_parse_rules.rb".freeze, "test/test_parse_stylesheet.rb".freeze, "test/test_serialization.rb".freeze] s.homepage = "https://github.com/rgrove/crass/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CSS parser based on the CSS Syntax Level 3 spec.".freeze s.test_files = ["test/css-parsing-tests/An+B.json".freeze, "test/css-parsing-tests/LICENSE".freeze, "test/css-parsing-tests/README.rst".freeze, "test/css-parsing-tests/color3.json".freeze, "test/css-parsing-tests/color3_hsl.json".freeze, "test/css-parsing-tests/color3_keywords.json".freeze, "test/css-parsing-tests/component_value_list.json".freeze, "test/css-parsing-tests/declaration_list.json".freeze, "test/css-parsing-tests/make_color3_hsl.py".freeze, "test/css-parsing-tests/make_color3_keywords.py".freeze, "test/css-parsing-tests/one_component_value.json".freeze, "test/css-parsing-tests/one_declaration.json".freeze, "test/css-parsing-tests/one_rule.json".freeze, "test/css-parsing-tests/rule_list.json".freeze, "test/css-parsing-tests/stylesheet.json".freeze, "test/css-parsing-tests/stylesheet_bytes.json".freeze, "test/shared/parse_rules.rb".freeze, "test/support/common.rb".freeze, "test/support/serialization/animate.css".freeze, "test/support/serialization/bootstrap-theme.css".freeze, "test/support/serialization/bootstrap.css".freeze, "test/support/serialization/html5-boilerplate.css".freeze, "test/support/serialization/misc.css".freeze, "test/support/serialization/pure.css".freeze, "test/test_crass.rb".freeze, "test/test_css_parsing_tests.rb".freeze, "test/test_parse_properties.rb".freeze, "test/test_parse_rules.rb".freeze, "test/test_parse_stylesheet.rb".freeze, "test/test_serialization.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 5.0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1.0".freeze]) end