Switching to version 0.1.0.
This commit is contained in:
parent
5c319e1b58
commit
0f13153558
8 changed files with 13 additions and 24 deletions
|
@ -3,6 +3,8 @@ require 'stringio'
|
|||
module Net
|
||||
module BER
|
||||
module BERParser
|
||||
VERSION = '0.1.0'
|
||||
|
||||
# The order of these follows the class-codes in BER.
|
||||
# Maybe this should have been a hash.
|
||||
TagClasses = [:universal, :application, :context_specific, :private]
|
||||
|
@ -108,4 +110,3 @@ module Net
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue