Skip to content

Commit

Permalink
refactoring to reuse the module (duh). adding working around because …
Browse files Browse the repository at this point in the history
…hoe sucks (gawd)
  • Loading branch information
tenderlove committed Dec 1, 2010
1 parent 05f4703 commit 74d11bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ben_string.rb
Expand Up @@ -12,7 +12,10 @@ def version(sep = '.')
end
VERSION = ::BenString::Version.version
end
VERSION = ::BenString::Version::VERSION

include Version
# Workaround for Hoe
# VERSION = '1.1.0'

public

Expand Down

0 comments on commit 74d11bb

Please sign in to comment.