svn_hooks 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +2 -1
  2. data/lib/svn_dsl.rb +2 -2
  3. metadata +1 -1
data/README CHANGED
@@ -1,3 +1,4 @@
1
1
  README
2
2
  ========================================================================
3
- svn_hooks
3
+ see the project page for documentation:
4
+ http://rubyforge.org/projects/svn-hooks/
data/lib/svn_dsl.rb CHANGED
@@ -15,13 +15,13 @@ module SVN
15
15
 
16
16
  alias for_paths for_path
17
17
 
18
- def for_action(*searches, &proc)
18
+ def for_event(*searches, &proc)
19
19
  if(searches.include? SVN_EVENT)
20
20
  yield(EVENT_STATS) if block_given?
21
21
  end
22
22
  end
23
23
 
24
- alias for_actions for_action
24
+ alias for_events for_event
25
25
 
26
26
  end
27
27
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: svn_hooks
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
6
+ version: 0.0.2
7
7
  date: 2007-11-25 00:00:00 -08:00
8
8
  summary: svn_hooks
9
9
  require_paths: