patronus_fati 0.8.5 → 0.8.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07cc9757437bea26e306f54ae4c31f730c006fcb
4
- data.tar.gz: 6f347e92749e64b255a544780678bb63e0482a1c
3
+ metadata.gz: 725745e081c9e7897377b775d8cfd332a2405b5a
4
+ data.tar.gz: a9ff1104efae054a0a2a9f234fd40956edc075bd
5
5
  SHA512:
6
- metadata.gz: 784a5ee875c1ac14c974a19347cdb365bf2a3b38e773f27d3120c13b7a8b173b134fb62d9bd74ee975485c7fbcb978431c804b914be0c363e203f68719783cc1
7
- data.tar.gz: 4b4156fc86a65f505fcefb7c8bc64d30d0edb8b34b302c0bba232c502440714c945e8ef9012cae306086406f0b50284c6ce1ed3a09c3f40aae78ccf4ddc72f82
6
+ metadata.gz: 59c77baf2fb1d4fe2dbfe61c57cc52ef781c2e8fd093840f8cf75e1b2157ec3763fb53f5b05932d0ee067da23099d93b1a11c4c8f0795db4d1380516bf291c46
7
+ data.tar.gz: 632668d00434b0fbc3980fef5665605f80b6f4c3030826fa5f18c52ef7c935e18a8a9db2a3f172f92a0ad1b78ec79d25dccd43758c63f0e09acaf67d2682e141
@@ -24,7 +24,7 @@ module PatronusFati
24
24
  end
25
25
 
26
26
  def active?
27
- last_seen_at < self.class.current_expiration_threshold
27
+ last_seen_at >= self.class.current_expiration_threshold
28
28
  end
29
29
 
30
30
  def seen!
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '0.8.5'
2
+ VERSION = '0.8.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patronus_fati
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stelfox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-01 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dm-constraints