lib/sitehub/constants.rb in sitehub-0.4.2 vs lib/sitehub/constants.rb in sitehub-0.4.3
- old
+ new
@@ -5,19 +5,19 @@
REQUEST_MAPPING = 'sitehub.request_mapping'.freeze
RESPONSE = 'sitehub.response'.freeze
ASYNC_CALLBACK = 'async.callback'.freeze
RECORDED_ROUTES_COOKIE = 'sitehub.recorded_route'.freeze
ERRORS = 'sitehub.errors'.freeze
- TIME_STAMP_FORMAT = "%d/%b/%Y:%H:%M:%S %z".freeze
+ TIME_STAMP_FORMAT = '%d/%b/%Y:%H:%M:%S %z'.freeze
EMPTY_STRING = ''.freeze
UNDERSCORE = '_'.freeze
SEMICOLON = ';'.freeze
SPACE = ' '.freeze
SEMICOLON_WITH_SPACE = "#{SEMICOLON}#{SPACE}".freeze
- COMMA_WITH_SPACE = ", "
+ COMMA_WITH_SPACE = ', '.freeze
HYPHEN = '-'.freeze
QUESTION_MARK = '?'.freeze
EQUALS_SIGN = '='.freeze
FULL_STOP = '.'.freeze
NEW_LINE = "\n".freeze
-end
\ No newline at end of file
+end