Skip to content

Commit 5086cec

Browse files
committed
Update HISTORY and README.rdoc to more common names and switch to markdown format.
1 parent 7c0e38d commit 5086cec

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

libxml-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Gem::Specification.new do |spec|
2323
spec.bindir = 'bin'
2424
spec.extensions = ['ext/libxml/extconf.rb']
2525
spec.metadata = {'documentation_uri' => 'https://xml4r.github.io/libxml-ruby/'}
26-
spec.files = Dir.glob(['HISTORY',
26+
spec.files = Dir.glob(['CHANGELOG.md',
2727
'LICENSE',
2828
'libxml-ruby.gemspec',
2929
'MANIFEST',
3030
'Rakefile',
31-
'README.rdoc',
31+
'README.md',
3232
'setup.rb',
3333
'ext/libxml/*.def',
3434
'ext/libxml/*.h',

0 commit comments

Comments
 (0)