zillabyte 0.1.43 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Zillabyte
2
- VERSION = "0.1.43" unless defined?(VERSION)
2
+ VERSION = "0.1.44" unless defined?(VERSION)
3
3
  end
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.1.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - zillabyte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-10 00:00:00.000000000 Z
11
+ date: 2014-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.1.43
47
+ version: 0.1.44
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.1.43
54
+ version: 0.1.44
55
55
  description: The Official Zillabyte Gem
56
56
  email:
57
57
  - gem@zillabyte.com
@@ -65,6 +65,7 @@ files:
65
65
  - ruby/lib/zillabyte/harness/app.rb
66
66
  - ruby/lib/zillabyte/harness/base.rb
67
67
  - ruby/lib/zillabyte/harness/clump.rb
68
+ - ruby/lib/zillabyte/harness/common_node.rb
68
69
  - ruby/lib/zillabyte/harness/component.rb
69
70
  - ruby/lib/zillabyte/harness/component_sink.rb
70
71
  - ruby/lib/zillabyte/harness/component_source.rb
@@ -76,7 +77,9 @@ files:
76
77
  - ruby/lib/zillabyte/harness/helper.rb
77
78
  - ruby/lib/zillabyte/harness/injected_component.rb
78
79
  - ruby/lib/zillabyte/harness/join.rb
80
+ - ruby/lib/zillabyte/harness/jvm_operation.rb
79
81
  - ruby/lib/zillabyte/harness/live_delegator.rb
82
+ - ruby/lib/zillabyte/harness/operation_handler.rb
80
83
  - ruby/lib/zillabyte/harness/sink.rb
81
84
  - ruby/lib/zillabyte/harness/source.rb
82
85
  - ruby/lib/zillabyte/harness/stream.rb