about summary refs log tree commit homepage
path: root/GNUmakefile
DateCommit message (Collapse)
2016-02-02build: install-gem forced to "--local" domain
This avoids needless network traffic when installing the locally-built gem.
2016-01-02copyright updates for 2016
Using the 'update-copyright' script from gnulib[1]: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright We're also switching to 'GPL-3.0+' as recommended by SPDX to be consistent with our gemspec and other metadata (as opposed to the longer but equivalent "GPLv3 or later"). [1] git://git.savannah.gnu.org/gnulib.git
2015-10-13copyright updates
Future updates may use the update-copyright script in gnulib: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright
2013-10-29gem: install manpages in the RubyGems package
This should be compatible with the "gem-man" command.
2013-10-20tests: improve output to show RUBY_DESCRIPTION and full path
This should make it easier to figure out which installation of Ruby the tester is using.
2013-10-20tests: disable $-w on 1.9.3 to quiet down warnings
openssl warns about an unused variable
2013-10-20GNUmakefile: avoid calling exit in test-mt
This can cause error exit codes to be lost depending on which test suite (and version) we're using.
2013-10-18initial commit