Sha256: 473ad1ff57e0916940e27de041cb8c89d7090cf7635c5bcfbeda9a0f4aff27a0
Contents?: true
Size: 869 Bytes
Versions: 2
Compression:
Stored size: 869 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "middleman-sprockets/version" Gem::Specification.new do |s| s.name = "middleman-sprockets" s.version = Middleman::Sprockets::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thomas Reynolds"] s.email = ["me@tdreyno.com"] s.homepage = "https://github.com/middleman/middleman-sprockets" s.summary = %q{Sprockets support for Middleman} s.description = %q{Sprockets support for Middleman} s.rubyforge_project = "middleman-sprockets" s.files = `git ls-files -z`.split("\0") s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0") s.require_paths = ["lib"] s.add_dependency("middleman-more", "~> 3.0.1") s.add_dependency("sprockets", ["~> 2.1"]) s.add_dependency("sprockets-sass", ["~> 0.8.0"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-sprockets-3.0.2 | middleman-sprockets.gemspec |
middleman-sprockets-3.0.1 | middleman-sprockets.gemspec |