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 7d90658 commit d6ad919Copy full SHA for d6ad919
lib/net/ber.rb
@@ -106,7 +106,7 @@ module Net # :nodoc:
106
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
107
# </table>
108
module BER
109
- VERSION = '0.2'
+ VERSION = '0.2.1'
110
111
##
112
# Used for BER-encoding the length and content bytes of a Fixnum integer
lib/net/snmp.rb
@@ -2,7 +2,7 @@
2
# :stopdoc:
3
module Net
4
class SNMP
5
6
7
AsnSyntax = Net::BER.compile_syntax({
8
:application => {
0 commit comments