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 +4 -4
- data/README.md +1 -0
- data/codeclimate_ci.gemspec +1 -1
- data/lib/codeclimate_ci/get_gpa.rb +1 -1
- data/lib/codeclimate_ci/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc20bbfcafaa360395561e152f23a8de29e5420b
|
|
4
|
+
data.tar.gz: c0937cffd031aa30bb592c1046bfd60ca68516ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
[](https://codeclimate.com/github/fs/codeclimate_ci)
|
|
5
5
|
[](https://codeclimate.com/github/fs/codeclimate_ci)
|
|
6
|
+
[](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
|
|
data/codeclimate_ci.gemspec
CHANGED
|
@@ -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 = ['
|
|
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'
|
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.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Ildar Safin
|
|
8
|
+
- Timur Vafin
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
12
|
+
date: 2014-08-21 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: bundler
|