Skip to content

Commit 6887f4a

Browse files
mhashizumecthorn42
authored andcommitted
Use native Rake directory
Rake has long automatically imported additional Rake tasks from the rakelib directory. This commit renames the tasks directory to rakelib and removes custom logic from the top-level Rakefile that imported Rake tasks from the tasks directory.
1 parent 84b7df6 commit 6887f4a

File tree

6 files changed

+0
-2
lines changed

6 files changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ require 'open3'
55
require 'rspec/core/rake_task'
66
require 'facter/version'
77

8-
Dir.glob(File.join('tasks/**/*.rake')).each { |file| load file }
9-
108
task default: :spec
119

1210
desc 'Generate changelog'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)