We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc5208 commit 0589b32Copy full SHA for 0589b32
Rakefile
@@ -3,7 +3,7 @@
3
# @type self: Rake::TaskLib
4
5
# load rake tasks from tasks directory
6
-if RUBY_VERSION.start_with?("1.8.")
+if RUBY_VERSION < "2.2."
7
import File.join(File.dirname(__FILE__) || Dir.pwd, "tasks", "test.rake")
8
else
9
Dir.glob(File.join(File.dirname(__FILE__) || Dir.pwd, "tasks", "**", "*.rake")) { |f| import f }
0 commit comments