Skip to content

Commit

Permalink
Renamed README.markdown to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 24, 2012
1 parent 76d952f commit 62abfbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions resque.gemspec
Expand Up @@ -9,15 +9,15 @@ Gem::Specification.new do |s|
s.email = "chris@ozmm.org"
s.authors = [ "Chris Wanstrath", "Terence Lee" ]

s.files = %w( README.markdown Rakefile LICENSE HISTORY.md )
s.files = %w( README.md Rakefile LICENSE HISTORY.md )
s.files += Dir.glob("lib/**/*")
s.files += Dir.glob("bin/**/*")
s.files += Dir.glob("man/**/*")
s.files += Dir.glob("test/**/*")
s.files += Dir.glob("tasks/**/*")
s.executables = [ "resque", "resque-web" ]

s.extra_rdoc_files = [ "LICENSE", "README.markdown" ]
s.extra_rdoc_files = [ "LICENSE", "README.md" ]
s.rdoc_options = ["--charset=UTF-8"]

s.add_dependency "redis-namespace", "~> 1.0"
Expand Down

0 comments on commit 62abfbb

Please sign in to comment.