arkaan 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf94af22c1c55882c5232b5aa8db7aeae048ccfc91849318b04a3f19553f9f5f
4
- data.tar.gz: adeb1a47fb02a84701f041a488b14205a1c9cf4975134d52fb13f49e242ebf77
3
+ metadata.gz: cabcdc8b6578cb29eb81b8ba62909b2a11ebcca1b8e162e8a19364f333f2fdf1
4
+ data.tar.gz: a8eb6aa1e2c7018adde2531ec96e0597a988ed69f4dc681ec3036e82117a83dc
5
5
  SHA512:
6
- metadata.gz: 6494b1baaa4d884de245074401f5a15a03f8be88affdcda791cdf10b3692da9428d44ca3bab0cb4f80796e3cabd758e5307a6ae8e7654e8c0fdbba5525515f6a
7
- data.tar.gz: edb13f0173ff449b29f57d4ff3965de7d9af90a6d1c5a85326203c50ffe9f741ad8ff18972a67ea2775c64114c9c2d8b987d40491afee7fb8f22468409e2adfd
6
+ metadata.gz: e7a947e5433212e24033c4a1641b2f1d699bb9e7ab9f2964c2adfba0e4e4135100b53daa058411172777f9c7d7991c31c56a86eb09293390891f61855cf68cd8
7
+ data.tar.gz: 5199e13d68f411c928199f6bb80c08844487ed3e1a6817cfa779b6f9c2f64c4df5beb7d497752da1d48c3d7d52616d93e6d25f0d203dda0847273224ba363e8f
@@ -3,7 +3,9 @@ module Arkaan
3
3
  # A vigilante is a specific type of service that watches over the
4
4
  # infrastructure and give a clear look at its global state.
5
5
  # @author Vincent Courtois <courtois.vincent@outlook.com>
6
- class Vigilante < Arkaan::Monitoring::Service
6
+ class Vigilante
7
+ include Mongoid::Document
8
+ include Mongoid::Timestamps
7
9
 
8
10
  # @!attribute [rw] token
9
11
  # @return [String] the token the vigilante uses to identify himself in the services
@@ -1,3 +1,3 @@
1
1
  module Arkaan
2
- VERSION = '1.6.0'
2
+ VERSION = '1.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arkaan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-06 00:00:00.000000000 Z
11
+ date: 2019-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec