tekkub-watchr 0.5.0

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,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tekkub-watchr
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Martin Aumont
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-09-11 21:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rev
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.3.0
24
+ version:
25
+ description: Continious anything; project files observer/trigger.
26
+ email: mynyml@gmail.com
27
+ executables:
28
+ - watchr
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - Rakefile
35
+ - test
36
+ - test/event_handlers
37
+ - test/event_handlers/test_portable.rb
38
+ - test/event_handlers/test_base.rb
39
+ - test/event_handlers/test_unix.rb
40
+ - test/test_controller.rb
41
+ - test/test_watchr.rb
42
+ - test/test_helper.rb
43
+ - test/test_script.rb
44
+ - TODO.txt
45
+ - bin
46
+ - bin/watchr
47
+ - lib
48
+ - lib/watchr
49
+ - lib/watchr/version.rb
50
+ - lib/watchr/event_handlers
51
+ - lib/watchr/event_handlers/portable.rb
52
+ - lib/watchr/event_handlers/base.rb
53
+ - lib/watchr/event_handlers/unix.rb
54
+ - lib/watchr/script.rb
55
+ - lib/watchr/controller.rb
56
+ - lib/watchr.rb
57
+ - README.rdoc
58
+ - LICENSE
59
+ - docs.watchr
60
+ - specs.watchr
61
+ - watchr.gemspec
62
+ has_rdoc: true
63
+ homepage: ""
64
+ licenses: []
65
+
66
+ post_install_message:
67
+ rdoc_options: []
68
+
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: "0"
82
+ version:
83
+ requirements: []
84
+
85
+ rubyforge_project:
86
+ rubygems_version: 1.3.5
87
+ signing_key:
88
+ specification_version: 3
89
+ summary: Continious anything
90
+ test_files: []
91
+