lib/arborist/snmp.rb
changeset 29 40bcd1565627
parent 26 54f2f57cc0b0
equal deleted inserted replaced
28:534fa741c700 29:40bcd1565627
     1 # -*- ruby -*-
     1 # -*- ruby -*-
     2 #encoding: utf-8
     2 #encoding: utf-8
       
     3 # vim: set noet nosta sw=4 ts=4 :
     3 
     4 
     4 require 'loggability'
     5 require 'loggability'
     5 require 'arborist'
     6 require 'arborist'
     6 
     7 
     7 
     8 
    12 	# Loggability API -- set up a log host for this library
    13 	# Loggability API -- set up a log host for this library
    13 	log_as :arborist_snmp
    14 	log_as :arborist_snmp
    14 
    15 
    15 
    16 
    16 	# Package version
    17 	# Package version
    17 	VERSION = '0.6.2'
    18 	VERSION = '0.7.0'
    18 
    19 
    19 	# Version control revision
    20 	# Version control revision
    20 	REVISION = %q$Revision$
    21 	REVISION = %q$Revision$
    21 
    22 
    22 
    23