--- !ruby/object:Gem::Specification name: marcosinger-css_parser version: !ruby/object:Gem::Version hash: 27 prerelease: segments: - 1 - 3 - 0 version: 1.3.0 platform: ruby authors: - Alex Dunae - Marco Singer autorequire: bindir: bin cert_chain: [] date: 2011-08-29 00:00:00 -03:00 default_executable: dependencies: [] description: A set of classes for parsing CSS in Ruby. This is a fork of Alex Dunae's project email: - code@dunae.ca - markaum@gmail.com 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 has_rdoc: true homepage: http://github.com/marcosinger/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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 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