We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143aa6a commit b34765dCopy full SHA for b34765d
Rakefile
@@ -1,3 +1,5 @@
1
+require 'bundler/gem_tasks'
2
+
3
lib_path = File.join(__dir__, 'lib')
4
$:.unshift(lib_path) unless $:.include?(lib_path)
5
0 commit comments