Bumping the version for release.
This commit is contained in:
parent
59dac76d47
commit
054ead158d
|
@ -240,7 +240,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.1.1"
|
VERSION = "0.2"
|
||||||
|
|
||||||
class LdapError < StandardError; end
|
class LdapError < StandardError; end
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# :stopdoc:
|
# :stopdoc:
|
||||||
module Net
|
module Net
|
||||||
class SNMP
|
class SNMP
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.2'
|
||||||
|
|
||||||
AsnSyntax = Net::BER.compile_syntax({
|
AsnSyntax = Net::BER.compile_syntax({
|
||||||
:application => {
|
:application => {
|
||||||
|
|
Loading…
Reference in a new issue