Sha256: a51537eb4d4d72a5faefae01c5d8a0b4ef010074e72216df914e5397669c7865

Contents?: true

Size: 1.92 KB

Versions: 0

Compression: gzip

Compressed size: 661 Bytes

Stored size: 661 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: DanaDanger-css_parser
version: !ruby/object:Gem::Version 
  version: 0.9.1
platform: ruby
authors: 
- Alex Dunae
autorequire: 
bindir: bin
cert_chain: []

date: 2008-10-27 00:00:00 -07:00
default_executable: 
dependencies: []

description: 
email: 
executables: []

extensions: []

extra_rdoc_files: 
- README
- CHANGELOG
- LICENSE
files: 
- lib/css_parser.rb
- lib/css_parser/rule_set.rb
- lib/css_parser/parser.rb
- lib/css_parser/regexps.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
- README
- CHANGELOG
- LICENSE
has_rdoc: true
homepage: http://code.dunae.ca/css_parser
post_install_message: 
rdoc_options: 
- --all
- --inline-source
- --line-numbers
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.2.0
signing_key: 
specification_version: 2
summary: A set of classes for parsing CSS.
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

Package Spec version

DanaDanger-css_parser-0.9.1