Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Commit

Permalink
repaired gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper Kawecki committed Mar 26, 2012
1 parent 7eb3e73 commit 024cffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capistrano-lazy-assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"LICENSE"
]

s.add_dependency "capistrano", ">= 2.5.9"
Expand Down

0 comments on commit 024cffd

Please sign in to comment.