We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b090c commit 41aaa01Copy full SHA for 41aaa01
Rakefile
@@ -1,3 +1,13 @@
1
+require 'rubygems'
2
+
3
+begin
4
+ require 'bundler/setup'
5
+rescue LoadError => e
6
+ warn e.message
7
+ warn "Run `gem install bundler` to install Bundler"
8
+ exit -1
9
+end
10
11
#
12
# Setup
13
@@ -45,10 +55,7 @@ task :install => [ 'redis:install', 'dtach:install' ]
45
55
# Documentation
46
56
47
57
48
-begin
49
- require 'sdoc_helpers'
50
-rescue LoadError
51
-end
58
+require 'sdoc_helpers'
52
59
53
60
54
61
0 commit comments