Skip to content

Commit

Permalink
Fix README name in gemspec to release Rantly
Browse files Browse the repository at this point in the history
The name was not updated when the README was updated to markdown.
  • Loading branch information
Ana06 committed Aug 29, 2018
1 parent 2e8724f commit 0a89156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added rantly-1.2.0.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions rantly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Gem::Specification.new do |s|
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
s.extra_rdoc_files = [
"LICENSE",
"README.textile",
"README.md",
"CHANGELOG.md"
]
s.files = [
".document",
".travis.yml",
"Gemfile",
"LICENSE",
"README.textile",
"README.md",
"CHANGELOG.md",
"Rakefile",
"VERSION.yml",
Expand Down

0 comments on commit 0a89156

Please sign in to comment.