Skip to content

Commit

Permalink
Merge pull request #46 from trevor/patch-1
Browse files Browse the repository at this point in the history
removing Gemfile.lock from .gem package
  • Loading branch information
Daniel Neighman committed Apr 16, 2012
2 parents 54e83f4 + b956108 commit 8838069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
"LICENSE",
"README.textile"
]
s.files = Dir["**/*"] - Dir["*.gem"]
s.files = Dir["**/*"] - Dir["*.gem"] - ["Gemfile.lock"]
s.homepage = %q{http://github.com/hassox/warden}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 8838069

Please sign in to comment.