tnetstrings 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,18 +10,6 @@ module TNETS
10
10
  def dump(obj, *a)
11
11
  obj.to_tnets(*a)
12
12
  end
13
-
14
- class StreamParser
15
- attr_reader :io
16
- def initialize(io)
17
- @io = io
18
- end
19
-
20
- include Enumerable
21
- def each(&blk)
22
- c_tnets_stream(io, &blk)
23
- end
24
- end
25
13
  end
26
14
 
27
15
  class TrueClass
@@ -1,5 +1,5 @@
1
1
  module TNETS
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tnetstrings
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jay Adkisson