Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Sep 12, 2009
1 parent edabcbd commit a8f711d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s|
s.require_path = "lib"
s.bindir = "bin"
s.executables = "watchr"
s.files = all_except %w( ^doc ^pkg ^test/fixtures )
s.files = all_except %w( ^doc/ ^doc$ ^pkg ^bk ^\.wiki ^\.yardoc )
#s.add_dependency 'every', '>= 1.0'
s.add_dependency 'rev', '>= 0.3.0'
end
Expand Down
3 changes: 0 additions & 3 deletions TODO.txt
@@ -1,7 +1,4 @@

* bump version
* generate gemspec

* rev dependency should be conditional on OS

* fix issue with Script#parse!
Expand Down
2 changes: 1 addition & 1 deletion lib/watchr/version.rb
@@ -1,7 +1,7 @@
module Watchr
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
MINOR = 5
TINY = 0
end

Expand Down
32 changes: 26 additions & 6 deletions watchr.gemspec
@@ -1,18 +1,27 @@
--- !ruby/object:Gem::Specification
name: watchr
version: !ruby/object:Gem::Version
version: 0.3.0
version: 0.5.0
platform: ruby
authors:
- Martin Aumont
autorequire:
bindir: bin
cert_chain: []

date: 2009-08-26 00:00:00 -04:00
date: 2009-09-12 00:00:00 -04:00
default_executable:
dependencies: []

dependencies:
- !ruby/object:Gem::Dependency
name: rev
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 0.3.0
version:
description: Continious anything; project files observer/trigger.
email: mynyml@gmail.com
executables:
Expand All @@ -24,19 +33,30 @@ extra_rdoc_files: []
files:
- Rakefile
- test
- test/event_handlers
- test/event_handlers/test_portable.rb
- test/event_handlers/test_base.rb
- test/event_handlers/test_unix.rb
- test/test_controller.rb
- test/test_watchr.rb
- test/test_helper.rb
- test/test_script.rb
- TODO.txt
- bin
- bin/watchr
- lib
- lib/watchr
- lib/watchr/version.rb
- lib/watchr/event_handlers
- lib/watchr/event_handlers/portable.rb
- lib/watchr/event_handlers/base.rb
- lib/watchr/event_handlers/unix.rb
- lib/watchr/script.rb
- lib/watchr/controller.rb
- lib/watchr.rb
- README.rdoc
- LICENSE
- yard.watchr
- rdoc.watchr
- docs.watchr
- specs.watchr
- watchr.gemspec
has_rdoc: true
Expand Down

0 comments on commit a8f711d

Please sign in to comment.