sequel-pg_schema_data 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4414e3f58905b21d69846a1c29776398356715ec
4
- data.tar.gz: 9e3ef00642babb22f340299cbd58b683f00dbcdc
3
+ metadata.gz: dca06cd239f726904e60dd51ee3fa1d186b2d110
4
+ data.tar.gz: d848fdd362865e5bf88125e2a764eb2339a2902b
5
5
  SHA512:
6
- metadata.gz: f8d206e51d9178d1b8459c1e12490108dd5168f0b0f844922ee3a8bf0371a8dfc2094061a65c14f0b37183ac1c47cbf07cf60976087d61087df3fff3fb98215a
7
- data.tar.gz: ad498ee16f4dcf2628c41ab493477475e7f7033685c62e2ea6e8526a3804ac1c6d49d1e6fe8f48cfdd4b265b1d7050fa7c3c740ccfc716b338608e480d37a792
6
+ metadata.gz: d7c912eaaeb22807ce3dfbea9366b6b885407d59edc2d3f3b9e7bd5576132ba853f4b57112cb0c544f3ec6324bc223f3cb2553bd3f989d6a70559e6da7c25d37
7
+ data.tar.gz: 6e5be27c67a5d9a1ce052aaee8c06cb3673306146196db208fbcbc8b6a2dc2037a2aeee1a3eabc8c887faa8472c48c528231bcc8b5014d3263de52b2f698b0d8
@@ -14,7 +14,7 @@ module Sequel
14
14
  tables = tables - options.fetch(:ignore, [])
15
15
 
16
16
  tables.each do |table|
17
- File.write File.join(path, "#{table}.csv"), copy_table(Sequel.qualify(schema, table), format: :csv)
17
+ File.write File.join(path, "#{table}.csv"), copy_table(Sequel.qualify(schema, table), format: :csv), encoding: 'ASCII-8BIT'
18
18
  end
19
19
  end
20
20
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'sequel-pg_schema_data'
7
- spec.version = '0.0.1'
7
+ spec.version = '0.0.2'
8
8
  spec.authors = ['Gabriel Naiman']
9
9
  spec.email = ['gabynaiman@gmail.com']
10
10
  spec.summary = 'Dump and load data from specific schema in CSV format'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel-pg_schema_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-19 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  requirements: []
60
60
  rubyforge_project:
61
- rubygems_version: 2.6.8
61
+ rubygems_version: 2.6.14
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Dump and load data from specific schema in CSV format