Skip to content

Commit 2447004

Browse files
ebouchutrubyist
authored andcommitted
1 parent 66f5032 commit 2447004

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/guard/rake.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
require 'guard'
2-
require 'guard/guard'
32
require 'guard/version'
43
require 'rake'
54

65
module Guard
7-
class Rake < Guard
6+
class Rake < Plugin
87
class << self
98
attr_accessor :rakefile_loaded
109
end
1110

12-
def initialize(watchers=[], options={})
11+
def initialize(options={})
1312
super
1413
@options = {
1514
:run_on_start => true,

lib/guard/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Guard
22
module RakeVersion
3-
VERSION = "0.0.10"
3+
VERSION = "1.0.0"
44
end
55
end

0 commit comments

Comments
 (0)