Sha256: 6a793666f2328962d8b721af30d3ecf0502631896c61c274fbb845de31de564c
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 664 Bytes
Stored size: 664 Bytes
Contents
--- !ruby/object:Gem::Specification name: css_parser version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Alex Dunae autorequire: bindir: bin cert_chain: [] date: 2010-02-21 00:00:00 -08:00 default_executable: dependencies: [] 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_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 has_rdoc: true homepage: http://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 requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Ruby CSS parser. 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