Skip to content

Commit dbb3419

Browse files
committed
Update README references in gemspec and CONTRIBUTING.md
1 parent 0248e03 commit dbb3419

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Make sure that `bundle exec rake test` completes without errors.
4949

5050
#### Write Documentation
5151

52-
Document any external behavior in the [README](README.rdoc).
52+
Document any external behavior in the [README](README.md).
5353

5454
#### Commit Changes
5555

activeresource.gemspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ Gem::Specification.new do |s|
1515
s.email = "[email protected]"
1616
s.homepage = "http://www.rubyonrails.org"
1717

18-
s.files = Dir["MIT-LICENSE", "README.rdoc", "lib/**/*"]
18+
s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*"]
1919
s.require_path = "lib"
2020

21-
s.extra_rdoc_files = %w( README.rdoc )
22-
s.rdoc_options.concat ["--main", "README.rdoc"]
23-
2421
s.required_ruby_version = ">= 2.2.2"
2522

2623
s.add_dependency("activesupport", ">= 5.0", "< 7")

0 commit comments

Comments
 (0)