[PATCH] gemspec fixes for various RubyGems versions

2015-10-15 Thread Eric Wong
Version may not be frozen in some RubyGems versions, so we must dup it. Use a SPDX-compatible license string for GPL-3.0+, too (RubyGems still complains, for now) --- yahns.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yahns.gemspec b/yahns.gemspec index

[PATCH] use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml

2015-10-15 Thread Eric Wong
This removes the build-time dependency on Nokogiri, which can be time-consuming to install. We won't be supporting any public APIs, so we will not actually support RDoc here. --- .gitignore | 1 + .olddoc.yml | 7 ++ Rakefile| 72