Skip to content

Commit

Permalink
fix gem loading
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 9, 2011
1 parent 5dca143 commit dccacac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assemblage.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = "Rails plugin to allow for compressing and bundling JavaScript & CSS files for production"
spec.description = "Rails plugin to allow for compressing and bundling JavaScript & CSS files for production"
spec.post_install_message = ""
spec.require_paths = ['lib']

spec.files = Dir["{lib,bin}/**/*", "MIT-LICENSE", "README.rdoc", "Rakefile", "*.gemspec"]

Expand Down

0 comments on commit dccacac

Please sign in to comment.