guard-zen 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["andrey.eremeyev@gmail.com"]
11
11
  s.homepage = "http://iscra.co.uk"
12
12
  s.summary = "guard gem for koans"
13
- s.description = "gaurd gem for koans"
13
+ s.description = "guard gem for koans"
14
14
 
15
15
  s.rubyforge_project = "guard-zen"
16
16
 
@@ -41,7 +41,7 @@ module Guard
41
41
 
42
42
  # Called on file(s) modifications
43
43
  def run_on_change(paths)
44
- true
44
+ system 'ruby path_to_enlightenment.rb'
45
45
  end
46
46
 
47
47
  end
@@ -1,6 +1,5 @@
1
1
  require 'guard/guard'
2
2
 
3
3
  guard 'zen' do
4
- watch(%r{^*.\.rb$}) { "ruby path_to_enlightenment.rb" }
5
- # watch(%r{^spec/.+_spec\.rb$})
4
+ watch(%r{^*.\.rb$})
6
5
  end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module Zen
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-zen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-25 00:00:00.000000000Z
12
+ date: 2011-08-27 00:00:00.000000000Z
13
13
  dependencies: []
14
- description: gaurd gem for koans
14
+ description: guard gem for koans
15
15
  email:
16
16
  - andrey.eremeyev@gmail.com
17
17
  executables: []
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  version: '0'
46
46
  requirements: []
47
47
  rubyforge_project: guard-zen
48
- rubygems_version: 1.8.1
48
+ rubygems_version: 1.8.9
49
49
  signing_key:
50
50
  specification_version: 3
51
51
  summary: guard gem for koans