passtools 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module Passtools
14
14
  url = construct_url(path)
15
15
  params = {:api_key => Passtools.api_key}
16
16
  response = RestClient.get(url, headers.merge(:params => params))
17
- File.open(filepath.join(filename), 'w') {|f| f.write(response) }
17
+ File.open(filepath.join(filename), 'w:ascii-8bit') {|f| f.write(response) }
18
18
  end
19
19
 
20
20
  def post(path, params = {})
@@ -1,3 +1,3 @@
1
1
  module Passtools
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: