Skip to content

Commit

Permalink
Adjust gemspec README reference due to rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpr5 committed Jul 22, 2011
1 parent b611f58 commit 6f9e7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mongo-locking.gemspec
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |s|
s.version = "0.0.2.rc1"
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.txt", "LICENSE"]
s.summary = "A mixin DSL for implementing cross-process mutexes/locks using MongoDB"
s.extra_rdoc_files = [ "README.md", "LICENSE" ]
s.summary = "A mixin DSL for implementing cross-process mutexes/locks using MongoDB."
s.description = s.summary
s.authors = [ "Jordan Ritter", "Brendan Baldwin", "Yanzhu Du" ]
s.email = "jpr5@serv.io"
Expand All @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.add_dependency "active_support", "~> 3.0.4"

s.require_path = 'lib'
s.files = %w(LICENSE README.txt Rakefile) + Dir["lib/{**/*/**/,}*.rb"]
s.files = %w(LICENSE README.md Rakefile) + Dir["lib/{**/*/**/,}*.rb"]
end

0 comments on commit 6f9e7ce

Please sign in to comment.