File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ module Net # :nodoc:
106106 # <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
107107 # </table>
108108 module BER
109- VERSION = '0.2.2 '
109+ VERSION = '0.3.0 '
110110
111111 ##
112112 # Used for BER-encoding the length and content bytes of a Fixnum integer
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class LDAP
241241# and then keeps it open while it executes a user-supplied block.
242242# Net::LDAP#open closes the connection on completion of the block.
243243class Net ::LDAP
244- VERSION = "0.2.2 "
244+ VERSION = "0.3.0 "
245245
246246 class LdapError < StandardError ; end
247247
Original file line number Diff line number Diff line change 22# :stopdoc:
33module Net
44 class SNMP
5- VERSION = '0.2.2 '
5+ VERSION = '0.3.0 '
66
77 AsnSyntax = Net ::BER . compile_syntax ( {
88 :application => {
You can’t perform that action at this time.
0 commit comments