Fix rubocop issues for some recently merged code

This commit is contained in:
Nicolas McCurdy
2014-01-15 23:13:48 -05:00
parent bb735763c6
commit 82be04ad8a
3 changed files with 67 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
# -*- encoding : utf-8 -*-
class Homesick
# A representation of Homesick's version number in constants, including a
# String of the entire version number
module Version
MAJOR = 1
MINOR = 0