Sha256: 6437d84c0242f79b6e776775638008994eee2b062b54ca348ae079fb3724d581
Contents?: true
Size: 1.94 KB
Versions: 0
Compression: gzip
Compressed size: 683 Bytes
Stored size: 683 Bytes
Contents
--- !ruby/object:Gem::Specification name: sass-globbing version: !ruby/object:Gem::Version version: 1.0.0 prerelease: platform: ruby authors: - Chris Eppstein autorequire: bindir: bin cert_chain: [] date: 2012-12-20 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: sass requirement: &70183037366120 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: *70183037366120 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 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: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 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