kisko-suits 0.2.0 → 0.2.1

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: 9d2cb5fe50c92941b976d082594872a5a557d725
4
- data.tar.gz: 873914fa82a5c3e2e69814c52d0657ba7de2ef77
3
+ metadata.gz: 5c6d515b90c12063e6344c824ca0f0cfc56c23e7
4
+ data.tar.gz: 82bb230b2757dda5da601eb5cfc0bc1ad84b5041
5
5
  SHA512:
6
- metadata.gz: 1be5d150c0b89022084aa94adba17456f34af8b40d4d7ed34b18cf04b83a9becb8f5dd6fce3fd9eae633eceb7b723ddd044a14512329beeb1f5c9c80e92b638f
7
- data.tar.gz: 7ecb6eff92fa4b61d21b66931be8f6889ee42bebd09777a2c3a7b373c77faa17610f7e8608a1010002e813286693aece25d06c06ad10223085bb270b62ae0e96
6
+ metadata.gz: 3539633e091ec51d82ff676782ccb7ee8fdc4b8bd714d4417642fe52c5f1b5ce592b36b03e014b7dd67f5291788634a007779910763a0918ded4565349923311
7
+ data.tar.gz: dcc417989bf6baf8557730208e7f57658df75e6f2cc843076156b79b0cd359c7052ef0d16c896bc7c09fdcf176da56a8844625952642e12b5069d16d1695cfb7
@@ -1,3 +1,3 @@
1
1
  module KiskoSuits
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -23,7 +23,7 @@ module KiskoSuits
23
23
  end
24
24
 
25
25
  def watch_file(filenames)
26
- watcher = FileWatcher.new(filenames.to_a)
26
+ watcher = Filewatcher.new(filenames.to_a)
27
27
  watcher.watch do |changed_filename|
28
28
  process_path(changed_filename)
29
29
  watcher.finalize
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kisko-suits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antti Akonniemi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2017-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: filewatcher