Skip to content

Commit 6068477

Browse files
committed
We don't have an rdoc README anymore.
1 parent 931be20 commit 6068477

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

awesome_nested_set.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ Gem::Specification.new do |s|
77
s.authors = ["Brandon Keepers", "Daniel Morrison", "Philip Arndt"]
88
s.description = %q{An awesome nested set implementation for Active Record}
99
s.email = %q{[email protected]}
10-
s.extra_rdoc_files = %w[README.rdoc]
11-
s.files = Dir.glob("lib/**/*") + %w(MIT-LICENSE README.rdoc CHANGELOG)
10+
s.files = Dir.glob("lib/**/*") + %w(MIT-LICENSE README.md CHANGELOG)
1211
s.homepage = %q{http://github.com/collectiveidea/awesome_nested_set}
13-
s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
12+
s.rdoc_options = ["--inline-source", "--line-numbers"]
1413
s.require_paths = ["lib"]
1514
s.rubygems_version = %q{1.3.6}
1615
s.summary = %q{An awesome nested set implementation for Active Record}

0 commit comments

Comments
 (0)