fsevent 0.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.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fsevent
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ platform: ruby
6
+ authors:
7
+ - Tanaka Akira
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-06-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ fail safe event driven framework
15
+ email: tanaka-akira@aist.go.jp
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - LICENSE
22
+ - README.md
23
+ - fsevent.gemspec
24
+ - lib/fsevent.rb
25
+ - lib/fsevent/abstractdevice.rb
26
+ - lib/fsevent/failsafedevice.rb
27
+ - lib/fsevent/framework.rb
28
+ - lib/fsevent/periodicschedule.rb
29
+ - lib/fsevent/processdevice.rb
30
+ - lib/fsevent/processdevicec.rb
31
+ - lib/fsevent/schedulemerger.rb
32
+ - lib/fsevent/simpledevice.rb
33
+ - lib/fsevent/util.rb
34
+ - sample/repeat.rb
35
+ - sample/repeat2.rb
36
+ - test/test_failsafedevice.rb
37
+ - test/test_framework.rb
38
+ - test/test_processdevice.rb
39
+ - test/test_util.rb
40
+ - test/test_watch.rb
41
+ homepage: https://github.com/fsevent/fsevent
42
+ licenses:
43
+ - GPL-3.0+
44
+ metadata: {}
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 1.9.2
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubyforge_project:
61
+ rubygems_version: 2.2.2
62
+ signing_key:
63
+ specification_version: 4
64
+ summary: fail safe event driven framework
65
+ test_files:
66
+ - test/test_failsafedevice.rb
67
+ - test/test_framework.rb
68
+ - test/test_processdevice.rb
69
+ - test/test_util.rb
70
+ - test/test_watch.rb