Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/sstephenson/sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 25, 2013
2 parents ad8f759 + 05ae7a9 commit 8506947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sprockets.gemspec
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.version = Sprockets::VERSION s.version = Sprockets::VERSION
s.summary = "Rack-based asset packaging system" s.summary = "Rack-based asset packaging system"
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS." s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS."
s.license = "MIT"


s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"] s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
s.executables = ["sprockets"] s.executables = ["sprockets"]
Expand Down

0 comments on commit 8506947

Please sign in to comment.