circonus 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. data/bin/composite_builder.rb +2 -2
  2. metadata +1 -1
@@ -17,8 +17,8 @@ def do_update_check_bundle(data)
17
17
  existing = false
18
18
  if search_check_bundle.any? # already exists...
19
19
  existing = true
20
- pp search_check_bundle.first['_cid']
21
- pp data
20
+ #pp search_check_bundle.first['_cid']
21
+ #pp data
22
22
  r = @c.update_check_bundle(search_check_bundle.first['_cid'],data)
23
23
  else
24
24
  r = @c.add_check_bundle(data)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circonus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: