Rakefile in citygate-0.0.4 vs Rakefile in citygate-0.0.5

- old
+ new

@@ -1,8 +1,7 @@ #!/usr/bin/env rake begin require 'bundler/setup' - require 'bundler/gem_tasks' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end begin require 'rdoc/task'