File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ module Net # :nodoc:
106
106
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
107
107
# </table>
108
108
module BER
109
- VERSION = '0.2.2 '
109
+ VERSION = '0.3.0 '
110
110
111
111
##
112
112
# 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
241
241
# and then keeps it open while it executes a user-supplied block.
242
242
# Net::LDAP#open closes the connection on completion of the block.
243
243
class Net ::LDAP
244
- VERSION = "0.2.2 "
244
+ VERSION = "0.3.0 "
245
245
246
246
class LdapError < StandardError ; end
247
247
Original file line number Diff line number Diff line change 2
2
# :stopdoc:
3
3
module Net
4
4
class SNMP
5
- VERSION = '0.2.2 '
5
+ VERSION = '0.3.0 '
6
6
7
7
AsnSyntax = Net ::BER . compile_syntax ( {
8
8
:application => {
You can’t perform that action at this time.
0 commit comments