zillabyte 0.9.49 → 0.9.50

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 11c2e486f17f6b1e1198b6700e8519b4d1f9fecf
4
- data.tar.gz: 7d57f06481ef828626ce8a960ff93e97dec78ee2
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OWNjOTdhYzUxN2U4OWQ0MTkyMzFmMDBlYmQ2MjE1ZGY5ZThhM2ZlOQ==
5
+ data.tar.gz: !binary |-
6
+ OWNhZDA5ZDkwNWFiZTc1M2FkOTIyN2I5OTZlZGIzZmQ4ZjI4MzkyYw==
5
7
  SHA512:
6
- metadata.gz: 7d9e61f6045437500441db54366e0e167da9fe108e8f5ccd086f3cd9f23445fa5d27b879a6d63828dd3dd4fcaa73b278ec27205ea9fa947dd6df65b54f271e2f
7
- data.tar.gz: 9b0d9d9dc62671f262b35082a4a7bc85d71ca5833984c890d70bdee2dcfb68045f25ebf82268966101de7df445c11ad6b562c29dfae1daff6326fe9fae4b7611
8
+ metadata.gz: !binary |-
9
+ ZTFmNTZlYWJjNGJjYjU0OGIyZTRiZTcxN2FjZjJiMDY3MjBjMWYzOTQ2ZTQx
10
+ ZmJiNTVkMTg5MjhjMGUyMTNkYzQ0MGRkNTk2Zjc5NjIzMDlhODk0YmM0MWFk
11
+ NGM0ZWQwNzViYmRhYThiMDNkZTkzNWFhOWFkZGJjODQyZTliZTU=
12
+ data.tar.gz: !binary |-
13
+ NDA4NjNiMWIzMzMyNDFlNTVmNDk1OWQwZmY3Y2RkMjVhNmQwYzIwZGI3ZjA2
14
+ YWFhNzE5ODBhNWQ1Yzg5NDkwMzNmMTc0YjA0NDAzODBlZThiMzEwMjFjNjJh
15
+ NjFiMDU5ZTM0NmI5MDU4Zjg4YzgwOGI5N2EwMjlmYjkxZmFiMWU=
@@ -30,16 +30,13 @@ class Zillabyte::Harness::App < Zillabyte::Harness::Base
30
30
  _source_common(Zillabyte::Harness::Stream, *args, &block)
31
31
  end
32
32
 
33
- def source_from_csv(*args, &block)
33
+ def source_from_csv(*args, &block)
34
34
  _source_from_csv_common(Zillabyte::Harness::Stream, *args)
35
35
  end
36
36
 
37
37
  def source_from_kinesis(*args, &block)
38
38
  _source_common(Zillabyte::Harness::Stream, "kinesis_demo_source")
39
39
  end
40
- end
41
-
42
-
43
40
 
44
41
  def call_component(*args, &block)
45
42
  op = Zillabyte::Harness::OperationHandler.new(self, Zillabyte::Harness::Stream)
@@ -90,7 +90,7 @@ class Zillabyte::Harness::Helper
90
90
  ee = "Error in \"source\": \n\t "
91
91
  pp = @@_print_check_source
92
92
 
93
- rm = !source._dataset.nil?
93
+ rm = !source._relation.nil?
94
94
  mm = !source._matches.nil?
95
95
  if(rm or mm)
96
96
  msg = "#{ee}A custom \"source\" may not contain a \"matches\" clause. To source from a dataset, see the following. #{pp}"
@@ -1,3 +1,3 @@
1
1
  module Zillabyte
2
- VERSION = "0.9.49" unless defined?(VERSION)
2
+ VERSION = "0.9.50" unless defined?(VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zillabyte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.49
4
+ version: 0.9.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - zillabyte
@@ -14,30 +14,30 @@ dependencies:
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: zillabyte-cli
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.49
33
+ version: 0.9.50
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 0.9.49
40
+ version: 0.9.50
41
41
  description: The Official Zillabyte Gem
42
42
  email:
43
43
  - gem@zillabyte.com
@@ -83,17 +83,17 @@ require_paths:
83
83
  - ruby/lib
84
84
  required_ruby_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">="
86
+ - - ! '>='
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
- - - ">="
91
+ - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.2.2
96
+ rubygems_version: 2.4.2
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: The Official Zillabyte Gem