forklift_etl 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- forklift_etl (1.1.10)
4
+ forklift_etl (1.1.11)
5
5
  activesupport (~> 4.0, >= 4.0.0)
6
6
  elasticsearch (~> 1.0, >= 1.0.0)
7
7
  lumberjack (~> 1.0, >= 1.0.0)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (4.1.5)
14
+ activesupport (4.1.6)
15
15
  i18n (~> 0.6, >= 0.6.9)
16
16
  json (~> 1.7, >= 1.7.7)
17
17
  minitest (~> 5.1)
@@ -20,12 +20,12 @@ GEM
20
20
  addressable (2.3.6)
21
21
  awesome_print (1.2.0)
22
22
  diff-lcs (1.2.5)
23
- elasticsearch (1.0.4)
24
- elasticsearch-api (= 1.0.4)
25
- elasticsearch-transport (= 1.0.4)
26
- elasticsearch-api (1.0.4)
23
+ elasticsearch (1.0.5)
24
+ elasticsearch-api (= 1.0.5)
25
+ elasticsearch-transport (= 1.0.5)
26
+ elasticsearch-api (1.0.5)
27
27
  multi_json
28
- elasticsearch-transport (1.0.4)
28
+ elasticsearch-transport (1.0.5)
29
29
  faraday
30
30
  multi_json
31
31
  email_spec (1.6.0)
@@ -41,25 +41,25 @@ GEM
41
41
  mail (2.6.1)
42
42
  mime-types (>= 1.16, < 3)
43
43
  mime-types (2.3)
44
- minitest (5.4.0)
44
+ minitest (5.4.2)
45
45
  multi_json (1.10.1)
46
46
  multipart-post (2.0.0)
47
47
  mysql2 (0.3.16)
48
- pony (1.10)
48
+ pony (1.11)
49
49
  mail (>= 2.0)
50
50
  rake (10.3.2)
51
- rspec (3.0.0)
52
- rspec-core (~> 3.0.0)
53
- rspec-expectations (~> 3.0.0)
54
- rspec-mocks (~> 3.0.0)
55
- rspec-core (3.0.4)
56
- rspec-support (~> 3.0.0)
57
- rspec-expectations (3.0.4)
51
+ rspec (3.1.0)
52
+ rspec-core (~> 3.1.0)
53
+ rspec-expectations (~> 3.1.0)
54
+ rspec-mocks (~> 3.1.0)
55
+ rspec-core (3.1.5)
56
+ rspec-support (~> 3.1.0)
57
+ rspec-expectations (3.1.2)
58
58
  diff-lcs (>= 1.2.0, < 2.0)
59
- rspec-support (~> 3.0.0)
60
- rspec-mocks (3.0.4)
61
- rspec-support (~> 3.0.0)
62
- rspec-support (3.0.4)
59
+ rspec-support (~> 3.1.0)
60
+ rspec-mocks (3.1.2)
61
+ rspec-support (~> 3.1.0)
62
+ rspec-support (3.1.1)
63
63
  thread_safe (0.3.4)
64
64
  tzinfo (1.2.2)
65
65
  thread_safe (~> 0.1)
@@ -120,7 +120,7 @@ module Forklift
120
120
  row[columns[i]] = "~~stub~~"
121
121
  elsif( types[i] =~ /varchar/ )
122
122
  row[columns[i]] = "~~stub~~".to_sym
123
- elsif( types[i] =~ /float/ || types[i] =~ /int/ )
123
+ elsif( types[i] =~ /float/ || types[i] =~ /int/ || types[i] =~ /decimal/ )
124
124
  row[columns[i]] = 0
125
125
  elsif( types[i] =~ /datetime/ || types[i] =~ /timetsamp/ )
126
126
  row[columns[i]] = time.to_s(:db)
@@ -1,3 +1,3 @@
1
1
  module Forklift
2
- VERSION = "1.1.10"
2
+ VERSION = "1.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forklift_etl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-29 00:00:00.000000000 Z
12
+ date: 2014-11-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport