kalibro_client 3.0.0 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40b036706870cceebb217fb718eb8816f1cda7e6
4
- data.tar.gz: 1f6b0ced25ec1c38a6c1269ce340958ead0f4760
3
+ metadata.gz: 6a0a99f3e80edcdf15e34bed010d9a80dec56dc2
4
+ data.tar.gz: 8c8259418525e1f52d447df0e0c07db16e9d7a52
5
5
  SHA512:
6
- metadata.gz: 942f57893671ef4a267c52550005bd355c9d69e6ec86d7f3f62edaf606a24efb94741bb54944238dcb57ddab6f0ed85b05f4046a54eead1e44bcdab5ff19e963
7
- data.tar.gz: 80559612be69e952c80dc779404d1bdc02274f4c05aecb1dc39f34704e10602b8b02f084db4669ea84a9b49a54d5d841cfb028fcb8161c27bab472fb0ef923d2
6
+ metadata.gz: 8d666c0b2db1ca7028e9e5bbafd32d5375da518f826b22a9910e986e6acb1546ab85afbedf1dbba972cf0050ce0abf4d9ca819edea6d121015cdc6bab6ef8e63
7
+ data.tar.gz: 889a0bafb7f686be82cc54de80cf54413b397a58fcbb58ed4e307d6e1ec035247dd9a333c63f5ef850be180fd33ac3f8e5b831f5581a9ad6d115bd87be61c1c2
@@ -15,7 +15,7 @@ before_script:
15
15
  # 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
16
16
  - sudo apt-get remove libzmq3
17
17
  - git clone https://github.com/mezuro/kalibro_install.git -b v4.0 kalibro_install
18
- - KALIBRO_PROCESSOR_VERSION='v1.1.6' KALIBRO_CONFIGURATIONS_VERSION='v2.0.0' ./kalibro_install/install.sh
18
+ - KALIBRO_PROCESSOR_VERSION='v1.1.8' KALIBRO_CONFIGURATIONS_VERSION='v2.0.0' ./kalibro_install/install.sh
19
19
  - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml
20
20
  - export BUNDLE_GEMFILE=$PWD/Gemfile
21
21
  - export CODECLIMATE_REPO_TOKEN=46cbb96b053b03ad66b0355bd96d0787f56fc5a4fc171b8d6eb30c421c5e6777
@@ -46,5 +46,5 @@ Gem::Specification.new do |spec|
46
46
  spec.add_development_dependency "ruby-prof"
47
47
 
48
48
  spec.add_dependency "activesupport", ">= 2.2.1" #version in which underscore was introduced
49
- spec.add_dependency "faraday_middleware", "~> 0.10.0"
49
+ spec.add_dependency "faraday_middleware", "~> 0.9"
50
50
  end
@@ -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 = "3.0.0"
18
+ VERSION = "3.0.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: 3.0.0
4
+ version: 3.0.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: 2016-02-05 00:00:00.000000000 Z
14
+ date: 2016-02-29 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -159,14 +159,14 @@ dependencies:
159
159
  requirements:
160
160
  - - "~>"
161
161
  - !ruby/object:Gem::Version
162
- version: 0.10.0
162
+ version: '0.9'
163
163
  type: :runtime
164
164
  prerelease: false
165
165
  version_requirements: !ruby/object:Gem::Requirement
166
166
  requirements:
167
167
  - - "~>"
168
168
  - !ruby/object:Gem::Version
169
- version: 0.10.0
169
+ version: '0.9'
170
170
  description: KalibroClient is a Ruby gem intended to be an interface for Ruby applications
171
171
  who want to use the open source code analysis webservice Kalibro.
172
172
  email:
@@ -398,7 +398,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
398
398
  version: '0'
399
399
  requirements: []
400
400
  rubyforge_project:
401
- rubygems_version: 2.4.8
401
+ rubygems_version: 2.6.1
402
402
  signing_key:
403
403
  specification_version: 4
404
404
  summary: KalibroClient is a communication interface with the KalibroProcessor and