fb_graph-mock 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/fb_graph/mock.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c87e8bdb43fb8c5962e90bbaf8a9c7fc31105abf
4
- data.tar.gz: af0424c95f6e929097a3e7acc7f96472e5633bea
3
+ metadata.gz: cba8f8fbd5811f7c5f0f85acbe043603deaf7338
4
+ data.tar.gz: 02346b274a4c2ad660d10b9fb5fff02b7fa1abd7
5
5
  SHA512:
6
- metadata.gz: 10fbb62a0b06e861c8bffcbb404ff2168e778da3392cebe8f4345f7199d5025609bdc7212429b9f152fc828d4dce37799f7cb812b32c1495ec14c44c7a1e5892
7
- data.tar.gz: 87d95c05c16e2d3c9108aa7b210907811fbbd282ab2811caa0f96962716bcc5f7729e032c53a5b1270e5dd22025427ad4a50ec52d72916b9a9cd4cd4b545d514
6
+ metadata.gz: 15693791de3cec06f5b05f63985b90744fc67493120e12a857d194370c06c943299ac1504b8f3794ed452d15af1164f4c85363478bf3a5fc298e0ab87576afe3
7
+ data.tar.gz: 80a8d37b7c78a2b7ac96fc5aeed02a3ddc0d92e8e4586e239b58e574f4bb35eb1b91c740c5a51129ae8f1e6d5e20de6b0e900f388526db5016f617d0249e684b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/lib/fb_graph/mock.rb CHANGED
@@ -91,7 +91,7 @@ module FbGraph
91
91
  unless File.exist? _response_file_path_
92
92
  response_file_required! _response_file_path_
93
93
  end
94
- File.new _response_file_path_
94
+ File.new _response_file_path_, 'r', encoding: 'utf-8'
95
95
  end
96
96
 
97
97
  def response_file_required!(response_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph-mock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake