Sha256: 1ebc6778df47e5ff901e42747efa01db0db77c988944eb0d4d64ef3c6be5069e
Contents?: true
Size: 767 Bytes
Versions: 81
Compression:
Stored size: 767 Bytes
Contents
#!/usr/bin/env ruby # # Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. require "grntest/tester" exit(Grntest::Tester.run)
Version data entries
81 entries across 81 versions & 1 rubygems