codeclimate_ci 0.0.1 → 0.0.2

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: ee4a00ffa704653de7b1d23ceb5ccec2decc0139
4
- data.tar.gz: 86709e7f8f42b75b45668ccf6ce850605af2b644
3
+ metadata.gz: bc20bbfcafaa360395561e152f23a8de29e5420b
4
+ data.tar.gz: c0937cffd031aa30bb592c1046bfd60ca68516ab
5
5
  SHA512:
6
- metadata.gz: 79ff48cf5ea167945e37430cedc4998e36a7cc251053214ccae397177e74853f1af2f9b66aea6310b2fcc053456f72c9dd26deae32a6552c5b19786977dc7b40
7
- data.tar.gz: 1b17c55c143981c362445ab6a7d6f187f3c291e4463310ab61259d67a709b355e6f669b88c4b9913ef3954190e33cec7c1fa7bd273236bf8c3448230dd09a7cf
6
+ metadata.gz: dc7d2c83573160d8b0dd5b8c9e0079d34c14f074afa97febe5dff36298185106a514e40b3e19f9e958ec5bc78d537f937030aab949b072a04bfa623f0182e22f
7
+ data.tar.gz: 8721c184f8231faab347845c990115c1f12d0a65eb9caa8440814297c9c63a63a9133e9be937b5e712b11f0f21d22fcaaf73e46f55bb81c0bff6b4a0d4421942
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [<img src="https://semaphoreapp.com/api/v1/projects/67b7f0f3-e224-43a2-afd9-b24c5176e6dd/214701/shields_badge.png">](https://semaphoreapp.com/fs/codeclimate_ci)
4
4
  [![Code Climate](https://codeclimate.com/github/fs/codeclimate_ci.png)](https://codeclimate.com/github/fs/codeclimate_ci)
5
5
  [![Test Coverage](https://codeclimate.com/github/fs/codeclimate_ci/badges/coverage.svg)](https://codeclimate.com/github/fs/codeclimate_ci)
6
+ [![Gem Version](https://badge.fury.io/rb/codeclimate_ci.svg)](http://badge.fury.io/rb/codeclimate_ci)
6
7
 
7
8
  The main idea of the Code Climate CI gem is that you can implement it to your [CI script](https://github.com/fs/rails-base/blob/master/bin/ci).
8
9
 
@@ -4,7 +4,7 @@ require File.expand_path('../lib/codeclimate_ci/version', __FILE__)
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'codeclimate_ci'
6
6
  spec.version = CodeclimateCi::VERSION
7
- spec.authors = ['FlatStack team']
7
+ spec.authors = ['Ildar Safin', 'Timur Vafin']
8
8
  spec.summary = %q{Simple gem for checking your code with CodeClimate}
9
9
  spec.description = %q{ Gem that allows You to check your code quality with CodeClimate and integrate it with your CI scripts }
10
10
  spec.license = 'MIT'
@@ -18,9 +18,9 @@ module CodeclimateCi
18
18
  private
19
19
 
20
20
  def wait_and_refresh!
21
+ increment_retry_counter
21
22
  Report.result_not_ready(@retry_counter, @branch)
22
23
 
23
- increment_retry_counter
24
24
  sleep(sleep_time)
25
25
  refresh!
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module CodeclimateCi
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - FlatStack team
7
+ - Ildar Safin
8
+ - Timur Vafin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
12
+ date: 2014-08-21 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler