Skip to content

Commit

Permalink
Renamed LICENSE to LICENSE.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 24, 2012
1 parent 62abfbb commit 63155d2
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.email = "chris@ozmm.org"
s.authors = [ "Chris Wanstrath", "Terence Lee" ] s.authors = [ "Chris Wanstrath", "Terence Lee" ]


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


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


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

1 comment on commit 63155d2

@hoffmanc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Please sign in to comment.