summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d0e8c23..0bd4ffa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@ begin
require 'bundler'
# Bundler.setup
rescue LoadError
- warn 'bunler missing'
+ warn 'bundler missing'
end
gemspec = eval(File.read(Dir['*.gemspec'].first))