diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |