forklift_etl 1.1.11 → 1.1.12
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +5 -2
- data/Gemfile.lock +20 -20
- data/lib/forklift/version.rb +1 -1
- metadata +2 -2
data/.travis.yml
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
+
sudo: false
|
2
|
+
|
1
3
|
language: ruby
|
2
4
|
rvm:
|
3
5
|
- 1.9.3
|
4
6
|
- 2.0.0
|
5
|
-
- 2.1.
|
6
|
-
|
7
|
+
- 2.1.5
|
8
|
+
- 2.2.0
|
9
|
+
- rbx # https://github.com/wayneeseguin/rvm/issues/2744 (we can test this again later when travis updates RVM)
|
7
10
|
# - jruby-19mode # TODO: We'll need a ODBC variant of the mysql2 driver
|
8
11
|
services:
|
9
12
|
- elasticsearch
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
forklift_etl (1.1.
|
4
|
+
forklift_etl (1.1.12)
|
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,21 +11,21 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (4.
|
15
|
-
i18n (~> 0.
|
14
|
+
activesupport (4.2.0)
|
15
|
+
i18n (~> 0.7)
|
16
16
|
json (~> 1.7, >= 1.7.7)
|
17
17
|
minitest (~> 5.1)
|
18
|
-
thread_safe (~> 0.
|
18
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
19
19
|
tzinfo (~> 1.1)
|
20
20
|
addressable (2.3.6)
|
21
|
-
awesome_print (1.
|
21
|
+
awesome_print (1.6.0)
|
22
22
|
diff-lcs (1.2.5)
|
23
|
-
elasticsearch (1.0.
|
24
|
-
elasticsearch-api (= 1.0.
|
25
|
-
elasticsearch-transport (= 1.0.
|
26
|
-
elasticsearch-api (1.0.
|
23
|
+
elasticsearch (1.0.6)
|
24
|
+
elasticsearch-api (= 1.0.6)
|
25
|
+
elasticsearch-transport (= 1.0.6)
|
26
|
+
elasticsearch-api (1.0.6)
|
27
27
|
multi_json
|
28
|
-
elasticsearch-transport (1.0.
|
28
|
+
elasticsearch-transport (1.0.6)
|
29
29
|
faraday
|
30
30
|
multi_json
|
31
31
|
email_spec (1.6.0)
|
@@ -33,33 +33,33 @@ GEM
|
|
33
33
|
mail (~> 2.2)
|
34
34
|
faraday (0.9.0)
|
35
35
|
multipart-post (>= 1.2, < 3)
|
36
|
-
i18n (0.
|
36
|
+
i18n (0.7.0)
|
37
37
|
json (1.8.1)
|
38
|
-
launchy (2.4.
|
38
|
+
launchy (2.4.3)
|
39
39
|
addressable (~> 2.3)
|
40
40
|
lumberjack (1.0.9)
|
41
|
-
mail (2.6.
|
41
|
+
mail (2.6.3)
|
42
42
|
mime-types (>= 1.16, < 3)
|
43
|
-
mime-types (2.3)
|
44
|
-
minitest (5.
|
43
|
+
mime-types (2.4.3)
|
44
|
+
minitest (5.5.0)
|
45
45
|
multi_json (1.10.1)
|
46
46
|
multipart-post (2.0.0)
|
47
|
-
mysql2 (0.3.
|
47
|
+
mysql2 (0.3.17)
|
48
48
|
pony (1.11)
|
49
49
|
mail (>= 2.0)
|
50
|
-
rake (10.
|
50
|
+
rake (10.4.2)
|
51
51
|
rspec (3.1.0)
|
52
52
|
rspec-core (~> 3.1.0)
|
53
53
|
rspec-expectations (~> 3.1.0)
|
54
54
|
rspec-mocks (~> 3.1.0)
|
55
|
-
rspec-core (3.1.
|
55
|
+
rspec-core (3.1.7)
|
56
56
|
rspec-support (~> 3.1.0)
|
57
57
|
rspec-expectations (3.1.2)
|
58
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
59
|
rspec-support (~> 3.1.0)
|
60
|
-
rspec-mocks (3.1.
|
60
|
+
rspec-mocks (3.1.3)
|
61
61
|
rspec-support (~> 3.1.0)
|
62
|
-
rspec-support (3.1.
|
62
|
+
rspec-support (3.1.2)
|
63
63
|
thread_safe (0.3.4)
|
64
64
|
tzinfo (1.2.2)
|
65
65
|
thread_safe (~> 0.1)
|
data/lib/forklift/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.12
|
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-
|
12
|
+
date: 2014-12-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|