# -*- encoding: utf-8 -*- # stub: css_parser_master 1.2.4 ruby lib Gem::Specification.new do |s| s.name = "css_parser_master".freeze s.version = "1.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kristian Mandrup".freeze, "Alex Dunae".freeze] s.date = "2010-05-27" s.description = "Parse a CSS file and access/operate on rulesets, selectors, declarations etc. Includes specificity calculated according to W3C spec.".freeze s.email = "kmandrup@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "LICENSE".freeze, "README".freeze, "README.rdoc".freeze, "Rakefile.rb".freeze, "VERSION".freeze, "lib/css_parser_master.rb".freeze, "lib/css_parser_master/declaration.rb".freeze, "lib/css_parser_master/declaration_api.rb".freeze, "lib/css_parser_master/declarations.rb".freeze, "lib/css_parser_master/parser.rb".freeze, "lib/css_parser_master/regexps.rb".freeze, "lib/css_parser_master/rule_set.rb".freeze, "lib/css_parser_master/selector.rb".freeze, "lib/css_parser_master/selectors.rb".freeze, "test/fixtures/import-circular-reference.css".freeze, "test/fixtures/import-with-media-types.css".freeze, "test/fixtures/import1.css".freeze, "test/fixtures/simple.css".freeze, "test/fixtures/subdir/import2.css".freeze, "test/test_css_parser_basic.rb".freeze, "test/test_css_parser_loading.rb".freeze, "test/test_css_parser_media_types.rb".freeze, "test/test_css_parser_misc.rb".freeze, "test/test_css_parser_regexps.rb".freeze, "test/test_helper.rb".freeze, "test/test_merging.rb".freeze, "test/test_rule_set.rb".freeze, "test/test_rule_set_creating_shorthand.rb".freeze, "test/test_rule_set_expanding_shorthand.rb".freeze, "test/test_ruleset_expand.rb".freeze, "test/test_selector.rb".freeze, "test/test_selector_parsing.rb".freeze] s.homepage = "http://github.com/kristianmandrup/load-me".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parse CSS files, access and operate on a model of the CSS rules".freeze s.test_files = ["test/test_css_parser_basic.rb".freeze, "test/test_css_parser_loading.rb".freeze, "test/test_css_parser_media_types.rb".freeze, "test/test_css_parser_misc.rb".freeze, "test/test_css_parser_regexps.rb".freeze, "test/test_helper.rb".freeze, "test/test_merging.rb".freeze, "test/test_rule_set.rb".freeze, "test/test_rule_set_creating_shorthand.rb".freeze, "test/test_rule_set_expanding_shorthand.rb".freeze, "test/test_ruleset_expand.rb".freeze, "test/test_selector.rb".freeze, "test/test_selector_parsing.rb".freeze] end