watcher_on_the_wall 0.0.1 → 0.0.2

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: 228f9b5f3cefcd9b84360b78974d73a4cac91994
4
- data.tar.gz: 964b5fde1e7e238858f74b4d8f40751bc73501a2
3
+ metadata.gz: d468fd25ce789c43e3f1e5a696100eb4d4cd3814
4
+ data.tar.gz: 81ebf6e57fe444058853d79fa24d53853f1f36b3
5
5
  SHA512:
6
- metadata.gz: ca3eda96ee70d441fa47b1fda34c312c38342830299a8ec1a9fe1997c01e2449eb594433f44d135067e4cd551b1c2ff122bc0226a79cfe03d2ee1998d1cadaca
7
- data.tar.gz: c404464a56c714adbbf3afc9d764a50c7bf9f1d1b0dd5730a6a8f917592893d3fe67e86870b40fbfa9964f8e045cb813229978dd99f10661351cc44fbb06d571
6
+ metadata.gz: be98ec73554918e709466411e6e225327cf008497b39acb689cac0c2d42404f1c98f20d594f57a90e96c6b514a87ccb4a811075152d1f76dc1e71a3c04fad1a7
7
+ data.tar.gz: 1ce87afb5ae15e390b3ed008ac985d3edda847ce4eb8052c7d99fd9b145a5d4b05c1a376756c2b2dd5b67fb5cd7b60b58163e0de52577d3b7fa62a134229408c
@@ -26,7 +26,7 @@ module WatcherOnTheWall
26
26
  key = configuration[:unique_key]
27
27
  if configuration[:auto_expire_in_seconds] == false
28
28
  expire_in = false
29
- end
29
+ else
30
30
  expire_in = configuration[:auto_expire_in_seconds].to_i
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module WatcherOnTheWall
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watcher_on_the_wall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elad Meidar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-29 00:00:00.000000000 Z
11
+ date: 2016-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -110,3 +110,4 @@ summary: WatcherOnTheWall aims to provide a single instance mutual exclusion loc
110
110
  for running ruby scripts
111
111
  test_files:
112
112
  - spec/spec_helper.rb
113
+ has_rdoc: