fssm 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/fssm.gemspec +4 -4
- data/lib/fssm/support.rb +1 -1
- metadata +57 -57
data/VERSION.yml
CHANGED
data/fssm.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{fssm}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Travis Tilley"]
|
12
|
-
s.date = %q{2009-12-
|
12
|
+
s.date = %q{2009-12-25}
|
13
13
|
s.description = %q{file system state monitor}
|
14
14
|
s.email = %q{ttilley@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -56,8 +56,8 @@ Gem::Specification.new do |s|
|
|
56
56
|
s.summary = %q{file system state monitor}
|
57
57
|
s.test_files = [
|
58
58
|
"spec/path_spec.rb",
|
59
|
-
"spec/
|
60
|
-
"spec/
|
59
|
+
"spec/root/file.rb",
|
60
|
+
"spec/spec_helper.rb"
|
61
61
|
]
|
62
62
|
|
63
63
|
if s.respond_to? :specification_version then
|
data/lib/fssm/support.rb
CHANGED
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fssm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
|
7
|
+
- Travis Tilley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-25 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: rspec
|
17
|
+
type: :development
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: "0"
|
24
|
+
version:
|
25
25
|
description: file system state monitor
|
26
26
|
email: ttilley@gmail.com
|
27
27
|
executables: []
|
@@ -29,60 +29,60 @@ executables: []
|
|
29
29
|
extensions: []
|
30
30
|
|
31
31
|
extra_rdoc_files:
|
32
|
-
|
33
|
-
|
32
|
+
- LICENSE
|
33
|
+
- README.markdown
|
34
34
|
files:
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
35
|
+
- .document
|
36
|
+
- .gitignore
|
37
|
+
- LICENSE
|
38
|
+
- README.markdown
|
39
|
+
- Rakefile
|
40
|
+
- VERSION.yml
|
41
|
+
- example.rb
|
42
|
+
- fssm.gemspec
|
43
|
+
- lib/fssm.rb
|
44
|
+
- lib/fssm/backends/fsevents.rb
|
45
|
+
- lib/fssm/backends/inotify.rb
|
46
|
+
- lib/fssm/backends/polling.rb
|
47
|
+
- lib/fssm/backends/rubycocoa/fsevents.rb
|
48
|
+
- lib/fssm/monitor.rb
|
49
|
+
- lib/fssm/path.rb
|
50
|
+
- lib/fssm/pathname.rb
|
51
|
+
- lib/fssm/state.rb
|
52
|
+
- lib/fssm/support.rb
|
53
|
+
- lib/fssm/tree.rb
|
54
|
+
- profile/prof-cache.rb
|
55
|
+
- profile/prof-fssm-pathname.html
|
56
|
+
- profile/prof-pathname.rb
|
57
|
+
- profile/prof-plain-pathname.html
|
58
|
+
- profile/prof.html
|
59
|
+
- spec/path_spec.rb
|
60
|
+
- spec/root/duck/quack.txt
|
61
|
+
- spec/root/file.css
|
62
|
+
- spec/root/file.rb
|
63
|
+
- spec/root/file.yml
|
64
|
+
- spec/root/moo/cow.txt
|
65
|
+
- spec/spec_helper.rb
|
66
66
|
has_rdoc: true
|
67
67
|
homepage: http://github.com/ttilley/fssm
|
68
68
|
licenses: []
|
69
69
|
|
70
70
|
post_install_message:
|
71
71
|
rdoc_options:
|
72
|
-
|
72
|
+
- --charset=UTF-8
|
73
73
|
require_paths:
|
74
|
-
|
74
|
+
- lib
|
75
75
|
required_ruby_version: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
|
78
|
-
|
79
|
-
|
77
|
+
- - ">="
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: "0"
|
80
80
|
version:
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
|
-
|
84
|
-
|
85
|
-
|
83
|
+
- - ">="
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: "0"
|
86
86
|
version:
|
87
87
|
requirements: []
|
88
88
|
|
@@ -92,6 +92,6 @@ signing_key:
|
|
92
92
|
specification_version: 3
|
93
93
|
summary: file system state monitor
|
94
94
|
test_files:
|
95
|
-
|
96
|
-
|
97
|
-
|
95
|
+
- spec/path_spec.rb
|
96
|
+
- spec/root/file.rb
|
97
|
+
- spec/spec_helper.rb
|