redata 1.2.0 → 1.2.1

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: e6e1de52d263974cc4da4464f9a26dcebdcba333
4
- data.tar.gz: a49643f43494b8aae5ebf9863e0b3d64680c8a09
3
+ metadata.gz: a36a1f7b83e9059531cc6b77593ef398b49ad2ca
4
+ data.tar.gz: b74ff1b647deba0dfbeb06533e79ac0215d707ac
5
5
  SHA512:
6
- metadata.gz: f02a0898b34172272c8a2920d805a23bfb8c572d3b1e1edd11b1821af6bdd8cc4c0fe946ec161b5ea834a61ebfacbf60935e5aa4842e1301b58b675ae8601ce2
7
- data.tar.gz: 6eecdd93c35af246598885510459f8804669e59e96bb6d0dfafce4baedffbec98cc93079f6b60b185cb20f9405d63f70c4378ca5c9049559b40cbcd8e3042799
6
+ metadata.gz: c7701ebdeefb2d2e5145f7672a6e69a849ab9297a1586bf67981ecb60262bbe7dfe8afddd34af729c0f6e70d9790d2fd3a0143ce0afa72ab0d2d80fcc4683f35
7
+ data.tar.gz: 5f9ee2614d488f0dc6daf3f9bdb87a549d863179fa8553a6e6b488f0e23052c6423d08d93af0ece4bb9e978bb05f1d94c999d35c2458325b0390a62ac9502fcf
data/lib/redata/tasks.rb CHANGED
@@ -11,7 +11,7 @@ module Redata
11
11
  config.tmp_mkdir
12
12
  Parser.gen_create_query config
13
13
  if RED.is_append
14
- dLog.action "APPEND<#{config.type}>: data(#{RED.start_time} ~ #{RED.end_time}) into [#{config.source_name}]"
14
+ Log.action "APPEND<#{config.type}>: data(#{RED.start_time} ~ #{RED.end_time}) into [#{config.source_name}]"
15
15
  else
16
16
  Log.action "CREATE<#{config.type}>: [#{config.source_name}]"
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Redata
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - goshan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler