File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 1
- # NET::BER
2
- # Mixes ASN.1/BER convenience methods into several standard classes. Also
3
- # provides BER parsing functionality.
4
- #
5
- #--
6
- # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved.
7
- #
8
- # Gmail: garbagecat10
9
- #
10
- # This program is free software; you can redistribute it and/or modify it
11
- # under the terms of the GNU General Public License as published by the Free
12
- # Software Foundation; either version 2 of the License, or (at your option)
13
- # any later version.
14
- #
15
- # This program is distributed in the hope that it will be useful, but
16
- # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17
- # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18
- # for more details.
19
- #
20
- # You should have received a copy of the GNU General Public License along
21
- # with this program; if not, write to the Free Software Foundation, Inc., 51
22
- # Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
- #++
24
-
25
- module Net
1
+ module Net # :nodoc:
26
2
##
27
3
# == Basic Encoding Rules (BER) Support Module
28
4
#
@@ -129,7 +105,7 @@ module Net
129
105
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
130
106
# </table>
131
107
module BER
132
- VERSION = '0.1.0 '
108
+ VERSION = '0.2 '
133
109
134
110
##
135
111
# Used for BER-encoding the length and content bytes of a Fixnum integer
You can’t perform that action at this time.
0 commit comments