embulk-input-mixpanel 0.5.15 → 0.6.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.
@@ -59,7 +59,7 @@ class RangeGeneratorTest < Test::Unit::TestCase
59
59
  end
60
60
 
61
61
  def test_range_only_present
62
-
62
+
63
63
  expected_to = today
64
64
  expected = (@from..expected_to).to_a.map{|date| date.to_s}
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-mixpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.15
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshihara
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-02-10 00:00:00.000000000 Z
12
+ date: 2020-04-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -210,10 +210,14 @@ files:
210
210
  - lib/embulk/input/mixpanel.rb
211
211
  - lib/embulk/input/mixpanel_api/client.rb
212
212
  - lib/embulk/input/mixpanel_api/exceptions.rb
213
+ - lib/embulk/input/service/base_service.rb
214
+ - lib/embulk/input/service/export_service.rb
215
+ - lib/embulk/input/service/jql_service.rb
213
216
  - lib/range_generator.rb
214
217
  - lib/timezone_validator.rb
215
218
  - test/embulk/input/mixpanel_api/test_client.rb
216
- - test/embulk/input/test_mixpanel.rb
219
+ - test/embulk/input/service/test_export_service.rb
220
+ - test/embulk/input/service/test_jql_service.rb
217
221
  - test/override_assert_raise.rb
218
222
  - test/prepare_embulk.rb
219
223
  - test/run-test.rb
@@ -245,7 +249,8 @@ specification_version: 4
245
249
  summary: Mixpanel input plugin for Embulk
246
250
  test_files:
247
251
  - test/embulk/input/mixpanel_api/test_client.rb
248
- - test/embulk/input/test_mixpanel.rb
252
+ - test/embulk/input/service/test_export_service.rb
253
+ - test/embulk/input/service/test_jql_service.rb
249
254
  - test/override_assert_raise.rb
250
255
  - test/prepare_embulk.rb
251
256
  - test/run-test.rb