gom-script 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -169,7 +169,7 @@ module Gom
169
169
  end
170
170
 
171
171
  def decode_gnp_body txt
172
- debugger if (defined? debugger)
172
+ #debugger if (defined? debugger)
173
173
  json = (JSON.parse txt)
174
174
  puts " -- json GNP: #{json.inspect}"
175
175
 
@@ -57,7 +57,7 @@ module Gom
57
57
  end
58
58
  end
59
59
 
60
- def forever interval = 0, &callback
60
+ def forever interval = 1, &callback
61
61
  loop do
62
62
  begin
63
63
  rc = callback.call
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gom-script
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - art+com/dirk luesebrink
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-26 00:00:00 +01:00
12
+ date: 2010-02-02 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency