radar-api 0.1.5 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4acbe7c1666c71a7649bf0481bc1f72f49c71b7e
4
- data.tar.gz: 4b6f6546afba2e17f4b084a9c50ceaf9b1d0a07d
3
+ metadata.gz: 601e8d9dae35ce1e3367ca91960f09bdce3af298
4
+ data.tar.gz: 8a4a4747d90f119b978c3411a1985eae69038a64
5
5
  SHA512:
6
- metadata.gz: 27084b83a8e3e59cbe46190023c91ed5786b015578ac6a7df7beb6c909c3be7c7051cb519da75d918ac50520d393c59f15a266251e5f419e6afa945f6a07d079
7
- data.tar.gz: 361dbdade799ed51f495128246eb9d68b0095d0053e6f5a41eee1a5c4b1f23f4d3e050dcf65a554ccc73b1e5537c0c4ba2a241c13abf885cae56017ba820b616
6
+ metadata.gz: 13ae21d9e07716613de9869e9b500c0f1eb397853bd102b0ec09cb6bda0f3ac2a0f05e2d81151b387a6334fb891c6a4b16507035b5d8f071599ed32b9588ba60
7
+ data.tar.gz: 10fad44eac19fe2335d21dac0dbb89c08f50711226a38ed36bc71f32c6438368c2c5ac632f8d9d84df7f8c493c074c64d4b9c41127479dea8642e164e4e0037d
@@ -514,7 +514,7 @@ module Radar
514
514
 
515
515
  FIELDS = {
516
516
  DATE => {:type => ::Thrift::Types::I32, :name => 'date'},
517
- POSITIONS => {:type => ::Thrift::Types::MAP, :name => 'positions', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::API::Position}},
517
+ POSITIONS => {:type => ::Thrift::Types::LIST, :name => 'positions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::API::Position}},
518
518
  RENTABILITY => {:type => ::Thrift::Types::DOUBLE, :name => 'rentability'},
519
519
  NAV => {:type => ::Thrift::Types::DOUBLE, :name => 'nav'},
520
520
  CASH => {:type => ::Thrift::Types::DOUBLE, :name => 'cash'}
@@ -1,5 +1,5 @@
1
1
  module Radar
2
2
  module API
3
- VERSION = "0.1.5"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radar-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Aizim Kelmanson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-02 00:00:00.000000000 Z
11
+ date: 2014-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.5'
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: '1.5'
27
27
  - !ruby/object:Gem::Dependency
@@ -85,17 +85,17 @@ require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">="
88
+ - - '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">="
93
+ - - '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.2.1
98
+ rubygems_version: 2.1.11
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Radar API