concord-ruby 0.2.0 → 0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gen-rb/bolt_types.rb +4 -4
  3. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08571768242c5bc9df4c4bb4a8b244fb4eccdae8
4
- data.tar.gz: 3f7e011a7820b7a3f7ba3eadcf56fae50c0cd457
3
+ metadata.gz: ac63cd14d6f3c558076b2f7b8a12c7a546c6e93e
4
+ data.tar.gz: 2bf376daeda84bd1c3114e1170c4d3ca1122c081
5
5
  SHA512:
6
- metadata.gz: f6d84315b854e079052842633510d6038bee3a06ba1953921fb63a0cc90fb9a7da437511587aa46180542cd34d26e3416343c5097e26c03258d0b887b0cc28e8
7
- data.tar.gz: 21565c0841687b55f0be764c9e6f76c2781f99e89cdd4fd9fdab4e39cf12bcaa36f8cfc9b897ab6086f1ff6b9f73a74c7060a0ca2a5ad6e66f8d38672e912a92
6
+ metadata.gz: 16863bef8c89d75bd4d00b1fefa0b3ca58803d058b1981b46aa3fc5b6c98b5ce984da147cf186bbbcba246fa6829eb195981bb7d69d5de0ea0387608b8016fec
7
+ data.tar.gz: 54803103190fad5b9c7c1e7476a48d934cab78a48f26ed23aa82a0fe0fff1a90e426f08c1ea805e1e1f2744563fd1bbf323244c7ac8d6a091d53196479e68154
@@ -248,13 +248,13 @@ module Concord
248
248
  class TopologyMetadata
249
249
  include ::Thrift::Struct, ::Thrift::Struct_Union
250
250
  VERSION = 1
251
- HASH = 2
252
- COMPUTATIONS = 3
251
+ COMPUTATIONS = 2
252
+ FRAMEWORKID = 3
253
253
 
254
254
  FIELDS = {
255
255
  VERSION => {:type => ::Thrift::Types::I32, :name => 'version', :default => 0},
256
- HASH => {:type => ::Thrift::Types::STRING, :name => 'hash'},
257
- COMPUTATIONS => {:type => ::Thrift::Types::MAP, :name => 'computations', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::PhysicalComputationLayout}}
256
+ COMPUTATIONS => {:type => ::Thrift::Types::MAP, :name => 'computations', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::PhysicalComputationLayout}},
257
+ FRAMEWORKID => {:type => ::Thrift::Types::STRING, :name => 'frameworkID'}
258
258
  }
259
259
 
260
260
  def struct_fields; FIELDS; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concord-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cole Brown
@@ -46,16 +46,16 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - lib/concord.rb
49
- - lib/gen-rb/mutable_ephemeral_state_service.rb
50
- - lib/gen-rb/computation_test_service.rb
51
- - lib/gen-rb/bolt_types.rb
52
49
  - lib/gen-rb/bolt_metrics_service.rb
53
- - lib/gen-rb/computation_service.rb
54
- - lib/gen-rb/bolt_proxy_service.rb
55
50
  - lib/gen-rb/bolt_scheduler_service.rb
56
51
  - lib/gen-rb/bolt_constants.rb
52
+ - lib/gen-rb/mutable_ephemeral_state_service.rb
57
53
  - lib/gen-rb/bolt_trace_aggregator_service.rb
54
+ - lib/gen-rb/computation_test_service.rb
58
55
  - lib/gen-rb/bolt_manager_service.rb
56
+ - lib/gen-rb/computation_service.rb
57
+ - lib/gen-rb/bolt_proxy_service.rb
58
+ - lib/gen-rb/bolt_types.rb
59
59
  - lib/concord/utils.rb
60
60
  homepage: https://github.com/concord/concord-ruby
61
61
  licenses:
@@ -83,3 +83,4 @@ signing_key:
83
83
  specification_version: 4
84
84
  summary: concord computation interface for ruby
85
85
  test_files: []
86
+ has_rdoc: yard