heydan 0.1.3.6 → 0.1.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57c3a635d63d4e7e292c5e1628ceb94679f8df7d
4
- data.tar.gz: 44fa49addcea6fb9a475f36594cba0b2f41968fb
3
+ metadata.gz: f875a983eb8a93ae498e482c6a2f76aac297b4b6
4
+ data.tar.gz: a439d2c1774702c3b8fbc60af3a9a477a8c9864b
5
5
  SHA512:
6
- metadata.gz: 3eae6bc61e51cdccc67e61e788be986cf7ef586ff6647313a177d3e384d7b982d67afcdaa129cdd4c6906edc1c9cb4c6d6c5200e1a483feeb3d30df945274d8b
7
- data.tar.gz: f9d74dd803aac68ea757a6b69eda2281e9c9fe04f4902b6224de35e68ec87316c3a26adeff09cc42fba2013a73e9b6e4feb963a8453c239b4ac3bde817b3e307
6
+ metadata.gz: 594785ec22a9657ec9a85c95258a7aea9a2fec7d0167d0572e3d8c0d92d630873cfe412d84ff5b706eb4d486c6a438bb2734190d1e061294c2a31fd6be5b9aa4
7
+ data.tar.gz: 59e9fff6c93d84ad1d185c59eed72e5169dcc4cdf0d283a83f61bc1fd09ee3ddbc948cf1f375302c7638147adc3805217e47c406652e52535ac75896fda9c58b
@@ -107,10 +107,10 @@ class HeyDan::JurisdictionFile
107
107
  end
108
108
 
109
109
  def get_json
110
- if !exists?
111
- @json ||= initial_json
110
+ if !exists?
111
+ @json ||= initial_json
112
112
  else
113
- file = File.read(file_path)
113
+ file = File.read(file_path).force_encoding('UTF-8')
114
114
  @json ||= initial_json if file == ""
115
115
  end
116
116
  return @json if @json
@@ -1,3 +1,3 @@
1
1
  module HeyDan
2
- VERSION = "0.1.3.6"
2
+ VERSION = "0.1.3.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heydan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.6
4
+ version: 0.1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Melton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-02 00:00:00.000000000 Z
11
+ date: 2015-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor