Skip to content

Commit 5a78d69

Browse files
David SmythDavid Smyth
authored andcommitted
Fix Rakefile to prevent 'uninitialized constant CLEAN'
1 parent 1f95aba commit 5a78d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'rake'
2+
require 'rake/clean'
23
load 'thin.gemspec'
34

45
# Load tasks in tasks/
@@ -21,4 +22,4 @@ task :install => :build do
2122
end
2223

2324
desc "Release version #{Thin::VERSION::STRING}"
24-
task :release => [:tag, :push]
25+
task :release => [:tag, :push]

0 commit comments

Comments
 (0)