Skip to content

Commit

Permalink
Ruby 1.9 support
Browse files Browse the repository at this point in the history
Ruby 1.9 doesn't support mule-utf-8 encoding, which is in fact a subset
of the utf-8 encoding. Therefore it's possible to use just utf-8 here.
  • Loading branch information
romanbsd committed Feb 8, 2009
1 parent 61cd9b3 commit c8523cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authentication/by_cookie_token.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: mule-utf-8 -*-
# -*- coding: utf-8 -*-
module Authentication
module ByCookieToken
# Stuff directives into including module
Expand Down

0 comments on commit c8523cf

Please sign in to comment.