kalibro_client 1.4.0 → 1.4.1

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: 4f36ebf03fced2783543cfb04e96c2f28c31d953
4
- data.tar.gz: acccf00c1ef7afae8f135289f8975151bd2f077d
3
+ metadata.gz: ed65cbefe30d43263bfeb3de750e2cefa8a369e7
4
+ data.tar.gz: c931c4e8fc1caa2388c28799f9e04855da4704e0
5
5
  SHA512:
6
- metadata.gz: 8529ac817e6cbdf7a5568a338f1447d214e9b272e86d220641d571c504839d9255c12ffd4a9ce8de839bc68e8f0008ef9b01add6dd6e165d70b7549db8332bb6
7
- data.tar.gz: b511bc8b7fdbb9316741ffce48384ada061b188cee753e2de59c5b456472a8bfd8a7abc36d48330c3f19ab2c5ea212b349fda904b33709fcca86a4ad7209c0f0
6
+ metadata.gz: aa7ecfe6855dee9d5270eaf84521acf67166d436a3450053226aa34fb8ca020ca11db7b9879da4ca71e38ecf44cd5d1f5be1c22851899be5918d64abb7ddefdf
7
+ data.tar.gz: a8586ac0368fccb3265b596c363d2c88e364691c1f8d701007756d09b68a161ec1b45a42452c1a929e446b2e3b08f1fe1c3e72fc0f39dd414c691c948c18914f
data/.travis.yml CHANGED
@@ -1,12 +1,12 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
3
+ - 2.2.3
4
4
 
5
5
  addons:
6
6
  postgresql: "9.3"
7
7
 
8
8
  before_script:
9
- - git clone https://github.com/mezuro/kalibro_install.git -b v3.4 kalibro_install
9
+ - git clone https://github.com/mezuro/kalibro_install.git -b v3.5 kalibro_install
10
10
  - pushd kalibro_install
11
11
  # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details
12
12
  - sudo apt-get remove libzmq3
@@ -19,7 +19,10 @@ module KalibroClient
19
19
  module Processor
20
20
  class MetricResult < KalibroClient::Entities::Processor::Base
21
21
 
22
- attr_accessor :id, :value, :aggregated_value, :module_result_id, :metric_configuration_id
22
+ # TODO: related_hotspot_metric_results_id should be enclosed to Processor which does not return this id into the response
23
+ # there should be a controller that returns all the HotspotMetricResults associated through RelatedHotspotMetricResult
24
+ attr_accessor :id, :value, :aggregated_value, :module_result_id, :metric_configuration_id,
25
+ :line_number, :message, :related_hotspot_metric_results_id
23
26
  attr_reader :metric_configuration
24
27
 
25
28
  def initialize(attributes={}, persisted=false)
@@ -15,5 +15,5 @@
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
  module KalibroClient
18
- VERSION = "1.4.0"
18
+ VERSION = "1.4.1"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kalibro_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Quadros Miranda
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-09-11 00:00:00.000000000 Z
14
+ date: 2015-09-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler