We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dac76 commit 054ead1Copy full SHA for 054ead1
lib/net/ldap.rb
@@ -240,7 +240,7 @@ class LDAP
240
# and then keeps it open while it executes a user-supplied block.
241
# Net::LDAP#open closes the connection on completion of the block.
242
class Net::LDAP
243
- VERSION = "0.1.1"
+ VERSION = "0.2"
244
245
class LdapError < StandardError; end
246
lib/net/snmp.rb
@@ -1,7 +1,7 @@
1
# :stopdoc:
2
module Net
3
class SNMP
4
- VERSION = '0.1.0'
+ VERSION = '0.2'
5
6
AsnSyntax = Net::BER.compile_syntax({
7
:application => {
0 commit comments