Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
fix jruby encoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
besquared committed Jan 23, 2014
1 parent 63ce4be commit ff7cf09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/data_kit/converters/number.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: utf-8

module DataKit
module Converters
class Number
Expand Down
2 changes: 1 addition & 1 deletion lib/data_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataKit
VERSION = "0.0.12"
VERSION = "0.0.13"
end
2 changes: 2 additions & 0 deletions spec/converters/number_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: utf-8

require 'spec_helper'

describe DataKit::Converters::Integer do
Expand Down

0 comments on commit ff7cf09

Please sign in to comment.