--- !ruby/object:Gem::Specification name: css_parser version: !ruby/object:Gem::Version version: 1.2.1 prerelease: platform: ruby authors: - Alex Dunae autorequire: bindir: bin cert_chain: [] date: 2011-09-07 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: addressable requirement: &2154706420 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *2154706420 description: A set of classes for parsing CSS in Ruby. email: code@dunae.ca executables: [] extensions: [] extra_rdoc_files: [] files: - lib/css_parser.rb - lib/css_parser/parser.rb - lib/css_parser/regexps.rb - lib/css_parser/rule_set.rb - test/fixtures/import-circular-reference.css - test/fixtures/import-with-media-types.css - test/fixtures/import1.css - test/fixtures/simple.css - test/fixtures/subdir/import2.css - test/test_css_parser_basic.rb - test/test_css_parser_loading.rb - test/test_css_parser_media_types.rb - test/test_css_parser_misc.rb - test/test_css_parser_regexps.rb - test/test_helper.rb - test/test_merging.rb - test/test_rule_set.rb - test/test_rule_set_creating_shorthand.rb - test/test_rule_set_expanding_shorthand.rb homepage: https://github.com/alexdunae/css_parser licenses: [] post_install_message: rdoc_options: - --all - --inline-source - --line-numbers - --charset - utf-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.5 signing_key: specification_version: 3 summary: Ruby CSS parser. test_files: - test/test_css_parser_basic.rb - test/test_css_parser_loading.rb - test/test_css_parser_media_types.rb - test/test_css_parser_misc.rb - test/test_css_parser_regexps.rb - test/test_helper.rb - test/test_merging.rb - test/test_rule_set.rb - test/test_rule_set_creating_shorthand.rb - test/test_rule_set_expanding_shorthand.rb