Mercurial > rsstweet
diff bin/setup @ 44:541427960031
Fix rubocop compliance.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 16:08:22 +0900 |
parents | 97a6973e9d94 |
children | 257910c60eb3 |
line wrap: on
line diff
--- a/bin/setup Thu Dec 11 16:07:09 2014 +0900 +++ b/bin/setup Thu Dec 11 16:08:22 2014 +0900 @@ -1,8 +1,8 @@ #!/usr/bin/env ruby -require 'pathname' +require "pathname" # path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) +APP_ROOT = Pathname.new File.expand_path("../../", __FILE__) Dir.chdir APP_ROOT do # This script is a starting point to setup your application.