Skip to content

Commit

Permalink
Updated version and forced binary read for Windows users (thanks to d…
Browse files Browse the repository at this point in the history
…arragh)
  • Loading branch information
peterc committed Sep 29, 2008
1 parent f987ed3 commit 9481d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whatlanguage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'digest/sha1'

class WhatLanguage
VERSION = '1.0.2'
VERSION = '1.0.3'

HASHER = lambda { |item| Digest::SHA1.digest(item.downcase.strip).unpack("VV") }

Expand Down

0 comments on commit 9481d4d

Please sign in to comment.