Skip to content

Commit 4210087

Browse files
author
Austin Ziegler
committed
Cleaning up the Net::BER documentation.
1 parent b4c2bfe commit 4210087

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

lib/net/ber.rb

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
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:
262
##
273
# == Basic Encoding Rules (BER) Support Module
284
#
@@ -129,7 +105,7 @@ module Net
129105
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
130106
# </table>
131107
module BER
132-
VERSION = '0.1.0'
108+
VERSION = '0.2'
133109

134110
##
135111
# Used for BER-encoding the length and content bytes of a Fixnum integer

0 commit comments

Comments
 (0)