We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f5032 commit 2447004Copy full SHA for 2447004
lib/guard/rake.rb
@@ -1,15 +1,14 @@
1
require 'guard'
2
-require 'guard/guard'
3
require 'guard/version'
4
require 'rake'
5
6
module Guard
7
- class Rake < Guard
+ class Rake < Plugin
8
class << self
9
attr_accessor :rakefile_loaded
10
end
11
12
- def initialize(watchers=[], options={})
+ def initialize(options={})
13
super
14
@options = {
15
:run_on_start => true,
lib/guard/rake/version.rb
@@ -1,5 +1,5 @@
module RakeVersion
- VERSION = "0.0.10"
+ VERSION = "1.0.0"
0 commit comments