From 961170bbed7c77b61698423ed7151101cd122fdc Mon Sep 17 00:00:00 2001 From: Mike Foley Date: Sat, 13 Feb 2016 22:04:28 -0800 Subject: [PATCH] Fix reference in gemspec --- swearjar.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swearjar.gemspec b/swearjar.gemspec index da87fd3..96b4998 100644 --- a/swearjar.gemspec +++ b/swearjar.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.summary = "Put another nickel in the swearjar. Simple profanity detection with content analysis" s.description = "#{s.summary}." s.email = %q{joshbuddy@gmail.com} - s.extra_rdoc_files = ['README.rdoc'] + s.extra_rdoc_files = ['README.md'] s.files = `git ls-files`.split("\n") s.homepage = %q{http://github.com/joshbuddy/swearjar} s.rdoc_options = ["--charset=UTF-8"]