rehctaw 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rehctaw +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91f41bb56706ea445a05ba5bb740bf9926a094e1
4
- data.tar.gz: 0725d3358ff16c5a09b950d5df23504cd809d330
3
+ metadata.gz: 248b4c0a3c68bec8b19cd0c3e800ef6230018fa4
4
+ data.tar.gz: 70589f5724176d19475303c33f54ce32c3f67b8a
5
5
  SHA512:
6
- metadata.gz: 36a8276a0d1082de3db1f82b6e7b08ea5feb695dd507439dabfb940d3a6890a51ed85a24f38e985a8f752d25af369dc569362a3ac532462770bcd36d25b41480
7
- data.tar.gz: fcc72d40aaf5ad62ca7ec8e1d5bec342f5a9502886b85a8f36dd736b43334215e315075598e6ecfb83978c7066d06e649070fc8b0b226dd4320c83b59d2bb414
6
+ metadata.gz: 1853155bb43852ea5fe2a8a211f62576c6aaf5215b9edb22626ef7486e79298cfe67c3056c40ff1f4ac61337a02852d01773e2a4b4c784397dc75b3beb5e9ba7
7
+ data.tar.gz: 7a552bb268f4d8c09a08cdf6348e5856685432b8699278aae65173eb1c6318e0e1896eb4fdecd6f520ced496b2c461ceb1c8a779e35aa8da5813300f0b253e88
@@ -47,7 +47,7 @@ def _configuration_rescan(watcher, config_file)
47
47
  watcher["interval"] = [1, watcher["interval"].to_i.abs].max
48
48
  watcher["timeout"] = [1, watcher["timeout"].to_i.abs].max
49
49
 
50
- _say "Info: Config reload => #{watcher.inspect}"
50
+ # FIXME: _say "Info: Config reload => #{watcher.inspect}"
51
51
  rescue => e
52
52
  _say "Error: #{e}"
53
53
  return watcher
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rehctaw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anh K. Huynh
@@ -10,9 +10,9 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-02-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: '`rehctaw` watches contents of a file, and executes system commands according
13
+ description: "`rehctaw` watches contents of a file, and executes system commands according
14
14
  to those contents. The commands, intervals, ... are provided in a YAML configuration
15
- file which is also watched.'
15
+ file which is also watched."
16
16
  email: kyanh@theslinux.org
17
17
  executables:
18
18
  - rehctaw
@@ -31,18 +31,18 @@ require_paths:
31
31
  - lib
32
32
  required_ruby_version: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - '>='
34
+ - - ">="
35
35
  - !ruby/object:Gem::Version
36
36
  version: '0'
37
37
  required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []
43
43
  rubyforge_project:
44
- rubygems_version: 2.0.14
44
+ rubygems_version: 2.4.5
45
45
  signing_key:
46
46
  specification_version: 4
47
- summary: '`rehctaw` executes system commands according to file contents'
47
+ summary: "`rehctaw` executes system commands according to file contents"
48
48
  test_files: []