Skip to content

Commit

Permalink
Fix reference in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Foley committed Feb 14, 2016
1 parent 471761c commit 961170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swearjar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 961170b

Please sign in to comment.