Sha256: c99da715eea40592b4441d7a1e74bedbd717cafab4569bf5d8fd1168a505689e
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 647 Bytes
Stored size: 647 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.2 specification_version: 1 name: css_parser version: !ruby/object:Gem::Version version: 0.9.1 date: 2008-11-12 00:00:00 -08:00 summary: A set of classes for parsing CSS. require_paths: - lib email: homepage: http://code.dunae.ca/css_parser rubyforge_project: description: autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Alex Dunae files: - lib/css_parser.rb - lib/css_parser/parser.rb - lib/css_parser/regexps.rb - lib/css_parser/rule_set.rb - test/fixtures - test/fixtures/import-circular-reference.css - test/fixtures/import-with-media-types.css - test/fixtures/import1.css - test/fixtures/simple.css - test/fixtures/subdir - test/fixtures/subdir/import2.css - test/test_css_parser_basic.rb - test/test_css_parser_downloading.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 - README - CHANGELOG - LICENSE test_files: - test/test_css_parser_basic.rb - test/test_css_parser_downloading.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 rdoc_options: - --all - --inline-source - --line-numbers extra_rdoc_files: - README - CHANGELOG - LICENSE executables: [] extensions: [] requirements: [] dependencies: []