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

Commit

Permalink
Include README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 2, 2011
1 parent e4f63a4 commit fea780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
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.files = Dir["Rakefile", "lib/**/*"]
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]

s.add_dependency "hike", "~> 1.0"
s.add_dependency "rack", "~> 1.0"
Expand Down

0 comments on commit fea780f

Please sign in to comment.