filewatch 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/filewatch/tail.rb +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cde10a47b03d07ac8e98d55149578c26e142e99c
|
4
|
+
data.tar.gz: cef7339b77f49c9ac4becf66ebd7d8a2cf6eb4bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 909fad240a5d70a6b722f529151d910f256acd568b3f19d242ba82421257a269b9c8eecffea1f74af723f77fe1a4b6660d15544e3fc278ec1ef6d83da1172105
|
7
|
+
data.tar.gz: 11f35e0301f76a1fcc5d75cf55f1b4c59832ebd5bf0117a8bbedf1594866b8e2b817a4005e5e739837bb4634a8fc107d0abcc6de64de1b89848b3076268d3923
|
data/lib/filewatch/tail.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: filewatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordan Sissel
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-08-11 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Watch files and directories in ruby. Also supports tailing and glob file
|
15
15
|
patterns.
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 2.4.
|
74
|
+
rubygems_version: 2.4.6
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: filewatch - file watching for ruby
|