We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb071d commit 3913a47Copy full SHA for 3913a47
1 file changed
syck.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.require_paths = ["lib"]
14
s.extensions = ["ext/syck/extconf.rb"]
15
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"]
+ s.extra_rdoc_files = ["README.rdoc"]
17
s.test_files = Dir["test/**/*.rb"]
18
s.rdoc_options = ["--main", "README.rdoc"]
19
s.required_ruby_version = Gem::Requirement.new(">= 2.0.0")
0 commit comments