zillabyte 0.9.28 → 0.9.29
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 +8 -8
- data/ruby/lib/zillabyte/harness/live_delegator.rb +0 -3
- data/ruby/lib/zillabyte/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MTM4ZWI1ZDM3ZWQ0YTA3NTc2MzZmNDc2NGZkMjY1MzA1YmVkYTQyNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDg5MWM4YmE2YzBhYTIyOWJkYzdkMmNiNTBjOGU5MTM3OTRkNWQ0OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjFkZjExYzM5MzkwODUzNjA2YzlkMDg4NzlkZjMxZGI3MzYzOGMyNTEyNWQ0
|
|
10
|
+
YTljNmNkYTc2MDdiNTFlYjU5NGYyMzc5MTlkZGM2NmM2YzMyZjU1NWU5Y2I5
|
|
11
|
+
MWE4NjUzZDkxZjIwMDM3NGNjZjA0NDQ0MTg3NzhmNTgyNzMyOWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzE3OGIwZTBlMGQzZmEyMjljMTAzNDBmNTcwNjlhZGZiZGI0MGI0ZmIzMzIy
|
|
14
|
+
NjhhODNkMGRmODhmMjc3NzhiNzcyOTIwNjJjODY0YjQxY2IyZmJkNTk0MjVk
|
|
15
|
+
MGZhYjc4NzI4ZTZlNDBjODFjYTI4NjhkMTVlMjQ1MmEwYzY0YTY=
|
|
@@ -132,9 +132,6 @@ module Zillabyte
|
|
|
132
132
|
tuple = tuple.values
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
if !stream.nil? and !Storm::Protocol.emits.member?(stream)
|
|
136
|
-
fail "Exception in #{Storm::Protocol.mode}: " + "\"#{stream}\" is not a declared stream. Please either remove it from \"emit\" (if there's only one output stream) or declare it in an \"emits\" clause.\n"
|
|
137
|
-
end
|
|
138
135
|
if stream.nil?
|
|
139
136
|
if Storm::Protocol.emits.size == 1
|
|
140
137
|
stream = Storm::Protocol.emits.first
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zillabyte
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zillabyte
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.9.
|
|
33
|
+
version: 0.9.29
|
|
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.
|
|
40
|
+
version: 0.9.29
|
|
41
41
|
description: The Official Zillabyte Gem
|
|
42
42
|
email:
|
|
43
43
|
- gem@zillabyte.com
|