From 995ddaa4e2931cb77ec053ccd3e503c967a6c256 Mon Sep 17 00:00:00 2001 From: Rory OConnell Date: Tue, 14 Feb 2012 20:51:15 -0800 Subject: [PATCH] Version bump --- lib/net/ber.rb | 2 +- lib/net/ldap.rb | 2 +- lib/net/snmp.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/net/ber.rb b/lib/net/ber.rb index b7608a4..54c41eb 100644 --- a/lib/net/ber.rb +++ b/lib/net/ber.rb @@ -106,7 +106,7 @@ module Net # :nodoc: # BMPStringC30: 62 (0x3e, 0b00111110) # module BER - VERSION = '0.2.2' + VERSION = '0.3.0' ## # Used for BER-encoding the length and content bytes of a Fixnum integer diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 96e6bf5..0c79b92 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -241,7 +241,7 @@ require 'net/ldap/entry' # and then keeps it open while it executes a user-supplied block. # Net::LDAP#open closes the connection on completion of the block. class Net::LDAP - VERSION = "0.2.2" + VERSION = "0.3.0" class LdapError < StandardError; end diff --git a/lib/net/snmp.rb b/lib/net/snmp.rb index 6835dd3..2257b20 100644 --- a/lib/net/snmp.rb +++ b/lib/net/snmp.rb @@ -2,7 +2,7 @@ # :stopdoc: module Net class SNMP - VERSION = '0.2.2' + VERSION = '0.3.0' AsnSyntax = Net::BER.compile_syntax({ :application => {