Sha256: 7cafc6b45d714551497ce28ae67d55352dd78b19f642ae31f9861d68972c5e5f

Contents?: true

Size: 1.98 KB

Versions: 0

Compression: gzip

Compressed size: 702 Bytes

Stored size: 702 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: sass-globbing
version: !ruby/object:Gem::Version 
  prerelease: 6
  version: 1.0.0.rc.2
platform: ruby
authors: 
- Chris Eppstein
autorequire: 
bindir: bin
cert_chain: []

date: 2011-06-04 00:00:00 -07:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: sass
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "3.1"
  type: :runtime
  version_requirements: *id001
description: Allows use of globs in Sass @import directives.
email: 
- chris@eppsteins.net
executables: []

extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- Gemfile
- README.markdown
- Rakefile
- lib/sass-globbing.rb
- lib/sass/globbing.rb
- lib/sass/globbing/importer.rb
- lib/sass/globbing/monkey_patches.rb
- lib/sass/globbing/version.rb
- sass-globbing.gemspec
- test/fixtures/all.sass
- test/fixtures/partials/_partial1.sass
- test/fixtures/partials/nested/_nested.sass
- test/fixtures/partials/nested/_nested_2.sass
- test/fixtures/partials/nested/deeply_nested/_deeply.scss
- test/sass_globbing_test.rb
has_rdoc: true
homepage: http://chriseppstein.github.com/
licenses: []

post_install_message: 
rdoc_options: []

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: 1.3.1
requirements: []

rubyforge_project: 
rubygems_version: 1.5.3
signing_key: 
specification_version: 3
summary: Allows use of globs in Sass @import directives.
test_files: 
- test/fixtures/all.sass
- test/fixtures/partials/_partial1.sass
- test/fixtures/partials/nested/_nested.sass
- test/fixtures/partials/nested/_nested_2.sass
- test/fixtures/partials/nested/deeply_nested/_deeply.scss
- test/sass_globbing_test.rb

Package Spec version

sass-globbing-1.0.0.rc.2