cranium 0.4 → 0.4.1

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: 3c2f2dafaa2fa2a74a492f6fafe5b3c5db0ab138
4
- data.tar.gz: a5f0901f553a33798f95f3bf038f9147be60ab28
3
+ metadata.gz: ddb15989bea13d518ff33b420aca58f56cabf37f
4
+ data.tar.gz: 05ef9402de43d5ef19a0747214c894d6207722a6
5
5
  SHA512:
6
- metadata.gz: fb4e76b8484db568fd8a035b839cf7f1e3f0a8b702bf624668020378496d6318d61d5250077cecf84434d388ebfa8f516d9eb41b4fd2f9a74ff9c873b1a9521e
7
- data.tar.gz: 7ac3455809cafffc7defa83778dea64f635a2d92a9971313ef4cf5d392389c7f7495345e677ee004de492298d6db0add03d076530866fb22ea77c9fcc212ca32
6
+ metadata.gz: c3acc895e57b3d2c82c2f6cc87b3e334bbd4deaaa44c2dffd518c5c15571891e092eee7e5603c06d7ba270592e48281abccf04f96a9f6f29880b20a9e7208a8f
7
+ data.tar.gz: a903d8f1c1d8299dadf47d5bfdee07bfdaf20072aee4ebbd43738e3431e1688f8ceda9ab7638a18d7e6f2b06c2c4790c63d2535f61df0bd3d02400dbfbafff8b
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'cranium'
3
- spec.version = '0.4'
3
+ spec.version = '0.4.1'
4
4
  spec.authors = ['Emarsys Technologies']
5
5
  spec.email = ['smart-insight-dev@emarsys.com']
6
6
  spec.description = %q{Provides Extract, Transform and Load functionality for loading data from CSV files to a Greenplum database.}
@@ -1,5 +1,7 @@
1
1
  require 'sequel'
2
2
  require 'sequel/extensions/connection_validator'
3
+ Sequel::Deprecation.output = false
4
+ Sequel.split_symbols = true
3
5
 
4
6
  module Cranium::Database
5
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cranium
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emarsys Technologies
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-01 00:00:00.000000000 Z
11
+ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg