flapjack 0.6.48 → 0.6.49

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.
@@ -32,8 +32,10 @@ module Flapjack
32
32
 
33
33
  redis.del( redis.keys("contact:*") +
34
34
  redis.keys("contact_media:*") +
35
- redis.keys("contact_pagerduty:*") +
36
- redis.keys('contacts_for:*') )
35
+ # FIXME: when we do source tagging we can properly
36
+ # clean up contacts_for: keys
37
+ # redis.keys('contacts_for:*') +
38
+ redis.keys("contact_pagerduty:*") )
37
39
  end
38
40
 
39
41
  def self.find_by_id(contact_id, options = {})
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "0.6.48"
4
+ VERSION = "0.6.49"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flapjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.48
4
+ version: 0.6.49
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: