about summary refs log tree commit homepage
path: root/.gitignore
DateCommit message (Collapse)
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-15use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml
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.
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-11-07build: improve NEWS generation, add atom feed
This should hopefully make it easier to share info about new releases.
2013-10-28doc: ignore RDoc for all internal classes
We will have no public API outside the config file. Since this is a *nix-only (and possibly Linux-only, even), manpages are language-agnostic and easier for users (sysadmins) who may not be familiar with Ruby/RDoc. All *nix-based Rubyists I've encountered are familiar with manpages, already. We won't have to worry about users being confused by our docs strewn across frames/CSS/JS-ridden sites like rdoc.info, either :)
2013-10-18initial commit