kantox-chronoscope 0.5.0 → 0.7.0

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: b3ab8ddcc87ce6ee2eb0853c5ac1849a634cccd6
4
- data.tar.gz: cae81771ec3da5f0507383ff8790ee48ed0251cf
3
+ metadata.gz: ec5800306c52e0e731130f29032966018c5237ae
4
+ data.tar.gz: 09c956a679383144a084f49e445dabc61259ea54
5
5
  SHA512:
6
- metadata.gz: 6f1f8a059f16fd428572ed72ba715a6a06c285c40847ae5d7b376f92eff79bf41f50ebbe7e29eadde9c9b5cb9c35c677c48817a72ac7019efee071deaa56aaaa
7
- data.tar.gz: 9df44833cb09f6f6b976792d12ab755f5cbe873a7ba651628689e0ac62f3c7359fbf082e69f94939713d71712ae7b42974b88d5821597494f9aa0cab90e7e0c3
6
+ metadata.gz: 3b9d8fad9953de8d2a9cb3337610c8f94617fef9fe4c71b70217937c0036629ae116ceb0c02f565379cac5ca3fc5637271e85cfe9bb27a9ecb63fe899dc839e1
7
+ data.tar.gz: 8574f1c32cca7e894ce4b7ed13b63c902abb512db4c3057a91fcca25efa7bf8db3d16bcdfda2fba3b5dde5adf48b0b07fe172c9ef4fbd873447eb147989de883
data/.codeclimate.yml ADDED
@@ -0,0 +1,26 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ - javascript
9
+ - python
10
+ - php
11
+ fixme:
12
+ enabled: true
13
+ rubocop:
14
+ enabled: true
15
+ ratings:
16
+ paths:
17
+ - "**.inc"
18
+ - "**.js"
19
+ - "**.jsx"
20
+ - "**.module"
21
+ - "**.php"
22
+ - "**.py"
23
+ - "**.rb"
24
+ exclude_paths:
25
+ - features/
26
+ - spec/
data/.travis.yml CHANGED
@@ -4,3 +4,7 @@ rvm:
4
4
  - 2.2.3
5
5
  - 2.3.0
6
6
  before_install: gem install bundler -v 1.10.6
7
+
8
+ addons:
9
+ code_climate:
10
+ repo_token: a871522b20b1886f4dfa53d4fc6571f70f69f16562a747b36c982f4f5f553ea4
data/Gemfile CHANGED
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in kantox-chronoscope.gemspec
4
4
  gemspec
5
+ gem "codeclimate-test-reporter", group: :test, require: nil
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Kantox::Chronoscope
2
2
 
3
3
  [![Build Status](https://travis-ci.org/am-kantox/kantox-chronoscope.svg?branch=master)](https://travis-ci.org/am-kantox/kantox-chronoscope)
4
+ [![Code Climate](https://codeclimate.com/github/am-kantox/kantox-chronoscope/badges/gpa.svg)](https://codeclimate.com/github/am-kantox/kantox-chronoscope)
5
+ [![Test Coverage](https://codeclimate.com/github/am-kantox/kantox-chronoscope/badges/coverage.svg)](https://codeclimate.com/github/am-kantox/kantox-chronoscope/coverage)
6
+ [![Issue Count](https://codeclimate.com/github/am-kantox/kantox-chronoscope/badges/issue_count.svg)](https://codeclimate.com/github/am-kantox/kantox-chronoscope)
4
7
 
5
8
  `Chronoscope` is designed for those, who has not enough foresight and starts
6
9
  benchmarking/profiling their applications when everything already is terrible.
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency 'pry', '~> 0.10'
32
32
  spec.add_development_dependency 'awesome_print', '~> 1'
33
33
 
34
- spec.add_dependency 'kungfuig', '~> 0.5'
34
+ spec.add_dependency 'kungfuig', '~> 0.7'
35
35
  end
@@ -1,5 +1,5 @@
1
1
  module Kantox
2
2
  module Chronoscope
3
- VERSION = "0.5.0"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kantox-chronoscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kantox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-07 00:00:00.000000000 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0.5'
89
+ version: '0.7'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0.5'
96
+ version: '0.7'
97
97
  description: Allows to easy and quick profile method calls during rspec execution.
98
98
  email:
99
99
  - aleksei.matiushkin@kantox.com
@@ -103,6 +103,7 @@ executables:
103
103
  extensions: []
104
104
  extra_rdoc_files: []
105
105
  files:
106
+ - ".codeclimate.yml"
106
107
  - ".gitignore"
107
108
  - ".rspec"
108
109
  - ".rubocop.yml"