mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
The README is no longer written in RDoc
This commit is contained in:
parent
9e00caac3c
commit
4da907e819
2 changed files with 0 additions and 2 deletions
1
Rakefile
1
Rakefile
|
@ -55,7 +55,6 @@ begin
|
|||
|
||||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.title = "kaminari #{Kaminari::VERSION}"
|
||||
rdoc.rdoc_files.include('README*')
|
||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||
end
|
||||
rescue LoadError
|
||||
|
|
|
@ -14,7 +14,6 @@ Gem::Specification.new do |s|
|
|||
s.license = "MIT"
|
||||
|
||||
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)' | grep -v '^spec'`.split("\n")
|
||||
s.extra_rdoc_files = ['README.rdoc']
|
||||
s.require_paths = ['lib']
|
||||
|
||||
s.add_dependency 'activesupport', '>= 4.1.0'
|
||||
|
|
Loading…
Reference in a new issue