sr-scripts 0.1.3 → 0.1.4

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.
data/bin/sr-log-monitor CHANGED
@@ -17,8 +17,9 @@ files.each do |file|
17
17
  if last_position != File.size?(file)
18
18
  f = File.open(file, 'rb')
19
19
  f.seek last_position
20
- p "#### #{file} #####"
21
- p f.read
20
+ puts "#### #{file} #####"
21
+ puts f.read
22
+ puts "#### #{file} END ####"
22
23
  file_changes = true
23
24
  end
24
25
  positions[file] = File.size?(file)
@@ -1,5 +1,5 @@
1
1
  module Sr
2
2
  module Scripts
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sr-scripts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davy Campano