Skip to content

Commit 3913a47

Browse files
committed
Removed CHANGELOG from gemspec
1 parent 0bb071d commit 3913a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.require_paths = ["lib"]
1414
s.extensions = ["ext/syck/extconf.rb"]
1515
s.files = Dir["[A-Z]*", "ext/**/*", "lib/**/*.rb", "test/**/*.rb"] - %w[Gemfile.lock ext/syck/gram.y]
16-
s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
16+
s.extra_rdoc_files = ["README.rdoc"]
1717
s.test_files = Dir["test/**/*.rb"]
1818
s.rdoc_options = ["--main", "README.rdoc"]
1919
s.required_ruby_version = Gem::Requirement.new(">= 2.0.0")

0 commit comments

Comments
 (0)