radar-api 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a87719912ea4c976a62ca0b465a82513c0d1b91
4
- data.tar.gz: aa26f448c8817d3508bd216e429bc6cda7926598
3
+ metadata.gz: ce8cfcb180f8a0f58854c368b09fbd6822e952f3
4
+ data.tar.gz: 439c02a0ca8e6a2a1861a8bc53d63220a99f502c
5
5
  SHA512:
6
- metadata.gz: c318cc4b6f300d9bd234de2cefeb3bb49c14d3255993bc5d51a82cb9c081aa408e482631cf194388613b3578b98fea80d0998e6d1a660a793bf1ea55c9ac451f
7
- data.tar.gz: 388a0e2af47d542ffa1946652635936b7b42f86ea59d268872eaf82e9b2f2b181c55c6170825716279d1a9f11ec9c6cb905efe58b8ead12e72491c98aaf62ea9
6
+ metadata.gz: cf28c2b664373dcd680c0f4739c2f44843a37a096630aeaf69fef66257c0a5e9e9255e29e1f39fbc0cb4e765de638a2d522fbeeecb1b49257e31563771be5a0e
7
+ data.tar.gz: c6acd79da57405ba7a2f1d1068062e62b6e073381aaa4556f5bdd44f0c754704e10074357cd0de7cf117177c9ec370498f9173ac78f7c4a372a9c28da34cb9d5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- radar-api (0.8.1)
4
+ radar-api (0.8.2)
5
5
  thrift (~> 0.9.0)
6
6
 
7
7
  GEM
@@ -435,12 +435,15 @@ module Radar
435
435
  class Table
436
436
  include ::Thrift::Struct, ::Thrift::Struct_Union
437
437
  TITLE = 1
438
+ MAX_HEIGHT = 5
438
439
  HEADER = 2
439
440
  BODY = 3
440
441
  FOOTER = 4
441
442
 
442
443
  FIELDS = {
443
444
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
445
+ # Criado na versão 0.8.2.
446
+ MAX_HEIGHT => {:type => ::Thrift::Types::I16, :name => 'max_height'},
444
447
  HEADER => {:type => ::Thrift::Types::LIST, :name => 'header', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::Api::TableRow}},
445
448
  BODY => {:type => ::Thrift::Types::LIST, :name => 'body', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::Api::TableRow}},
446
449
  FOOTER => {:type => ::Thrift::Types::LIST, :name => 'footer', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::Api::TableRow}}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radar-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Aizim Kelmanson