"Fossies" - the Fresh Open Source Software Archive

Member "WhatWeb-0.5.5/lib/whatweb/version.rb" (15 Jan 2021, 757 Bytes) of package /linux/www/WhatWeb-0.5.5.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ruby source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "version.rb": 0.5.4_vs_0.5.5.

    1 # Copyright 2009 to 2020 Andrew Horton and Brendan Coles
    2 #
    3 # This file is part of WhatWeb.
    4 #
    5 # WhatWeb is free software: you can redistribute it and/or modify
    6 # it under the terms of the GNU General Public License as published by
    7 # the Free Software Foundation, either version 2 of the License, or
    8 # at your option) any later version.
    9 #
   10 # WhatWeb is distributed in the hope that it will be useful,
   11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13 # GNU General Public License for more details.
   14 #
   15 # You should have received a copy of the GNU General Public License
   16 # along with WhatWeb.  If not, see <http://www.gnu.org/licenses/>.
   17 module WhatWeb
   18   VERSION = '0.5.5'.freeze
   19 end