Version bump

master
Rory OConnell 2012-02-14 20:51:15 -08:00
parent 76a81cce4a
commit 995ddaa4e2
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ module Net # :nodoc:
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr> # <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
# </table> # </table>
module BER module BER
VERSION = '0.2.2' VERSION = '0.3.0'
## ##
# Used for BER-encoding the length and content bytes of a Fixnum integer # Used for BER-encoding the length and content bytes of a Fixnum integer

View File

@ -241,7 +241,7 @@ require 'net/ldap/entry'
# and then keeps it open while it executes a user-supplied block. # and then keeps it open while it executes a user-supplied block.
# Net::LDAP#open closes the connection on completion of the block. # Net::LDAP#open closes the connection on completion of the block.
class Net::LDAP class Net::LDAP
VERSION = "0.2.2" VERSION = "0.3.0"
class LdapError < StandardError; end class LdapError < StandardError; end

View File

@ -2,7 +2,7 @@
# :stopdoc: # :stopdoc:
module Net module Net
class SNMP class SNMP
VERSION = '0.2.2' VERSION = '0.3.0'
AsnSyntax = Net::BER.compile_syntax({ AsnSyntax = Net::BER.compile_syntax({
:application => { :application => {