mutle-neighborhoodwatch-agent 0.0.4 → 0.0.5

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.
@@ -35,7 +35,7 @@ module NeighborhoodWatch
35
35
 
36
36
  multi = EventMachine::MultiRequest.new
37
37
  site_requests = []
38
- puts sites.inspect
38
+ // puts sites.inspect
39
39
  sites.each do |site|
40
40
  req = EventMachine::HttpRequest.new(site['url']).get(:timeout => TIMEOUT)
41
41
  multi.add(req); site_requests << req
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{neighborhoodwatch-agent}
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mutwin Kraus"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutle-neighborhoodwatch-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mutwin Kraus