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 a48d619 commit 5ca3c64Copy full SHA for 5ca3c64
Rakefile
@@ -1,3 +1,5 @@
1
+require 'bundler/gem_tasks'
2
+
3
lib_path = File.join(File.dirname(__FILE__), 'lib')
4
$:.unshift(lib_path) unless $:.include?(lib_path)
5
0 commit comments