# -*- encoding: utf-8 -*- # stub: octopress-asset-pipeline 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "octopress-asset-pipeline".freeze s.version = "1.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brandon Mathis".freeze] s.date = "2015-01-02" s.description = "Combine and compress CSS and Sass, Javascript and Coffeescript to a single fingerprinted file.".freeze s.email = ["brandon@imathis.com".freeze] s.files = [".clash.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "demo/Gemfile".freeze, "demo/_config.yml".freeze, "demo/_octopress.yml".freeze, "demo/_sass/_partial.sass".freeze, "demo/blah.js".freeze, "demo/foo.coffee".freeze, "demo/index.html".freeze, "demo/sass-test.scss".freeze, "demo/test.css".freeze, "lib/octopress-asset-pipeline.rb".freeze, "lib/octopress-asset-pipeline/assets/coffeescript.rb".freeze, "lib/octopress-asset-pipeline/assets/css.rb".freeze, "lib/octopress-asset-pipeline/assets/javascript.rb".freeze, "lib/octopress-asset-pipeline/assets/local.rb".freeze, "lib/octopress-asset-pipeline/assets/sass.rb".freeze, "lib/octopress-asset-pipeline/version.rb".freeze, "octopress-asset-pipeline.gemspec".freeze, "test/Gemfile".freeze, "test/_combine_css_only.yml".freeze, "test/_combine_false.yml".freeze, "test/_config.yml".freeze, "test/expected/css_tag_only/blah.js".freeze, "test/expected/css_tag_only/foo.js".freeze, "test/expected/css_tag_only/index.html".freeze, "test/expected/css_tag_only/stylesheets/all-.css".freeze, "test/expected/no_combining/blah.js".freeze, "test/expected/no_combining/foo.js".freeze, "test/expected/no_combining/index.html".freeze, "test/expected/no_combining/sass-test.css".freeze, "test/expected/no_combining/test.css".freeze, "test/expected/standard/index.html".freeze, "test/expected/standard/javascripts/all-.js".freeze, "test/expected/standard/stylesheets/all-.css".freeze, "test/site/blah.js".freeze, "test/site/foo.js".freeze, "test/site/index.html".freeze, "test/site/sass-test.css".freeze, "test/site/test.css".freeze, "test/source/_sass/_partial.sass".freeze, "test/source/blah.js".freeze, "test/source/foo.coffee".freeze, "test/source/index.html".freeze, "test/source/sass-test.scss".freeze, "test/source/test.css".freeze] s.homepage = "https://github.com/octopress/asset-pipeline".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Combine and compress CSS and Sass, Javascript and Coffeescript to a single fingerprinted file.".freeze s.test_files = ["test/Gemfile".freeze, "test/_combine_css_only.yml".freeze, "test/_combine_false.yml".freeze, "test/_config.yml".freeze, "test/expected/css_tag_only/blah.js".freeze, "test/expected/css_tag_only/foo.js".freeze, "test/expected/css_tag_only/index.html".freeze, "test/expected/css_tag_only/stylesheets/all-.css".freeze, "test/expected/no_combining/blah.js".freeze, "test/expected/no_combining/foo.js".freeze, "test/expected/no_combining/index.html".freeze, "test/expected/no_combining/sass-test.css".freeze, "test/expected/no_combining/test.css".freeze, "test/expected/standard/index.html".freeze, "test/expected/standard/javascripts/all-.js".freeze, "test/expected/standard/stylesheets/all-.css".freeze, "test/site/blah.js".freeze, "test/site/foo.js".freeze, "test/site/index.html".freeze, "test/site/sass-test.css".freeze, "test/site/test.css".freeze, "test/source/_sass/_partial.sass".freeze, "test/source/blah.js".freeze, "test/source/foo.coffee".freeze, "test/source/index.html".freeze, "test/source/sass-test.scss".freeze, "test/source/test.css".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.rc".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end