garru-ruby_scribe_client 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.1.2 removing debug lines
1
2
  v0.1.1 nonblocking scribe server
2
3
  v0.1.0 added scribe server
3
4
  v0.0.9 requiring timeout
@@ -36,7 +36,6 @@ module Scribe
36
36
  def process_Log(seqid, iprot, oprot)
37
37
  args = read_args(iprot, Log_args)
38
38
  result = Log_result.new()
39
- puts result
40
39
  result.success = @handler.Log(args.messages)
41
40
  write_result(result, oprot, 'Log', seqid)
42
41
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby_scribe_client}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Gary Tsang"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garru-ruby_scribe_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Tsang