pronto-reek 0.9.1 → 0.10.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
  SHA256:
3
- metadata.gz: 3f19ec39e940f54b66dcb9ff0a7b88d8cb0b454f6f357fbfc901ce9194b72dcf
4
- data.tar.gz: 43d6336f314ab53a13e462d9e5b3e608eb8fe13b9bf668ec377096c1a6f67847
3
+ metadata.gz: eadce1e9e58eb90475deae3fa584a826b5c63920a69e38f63eaabb76ac9872bf
4
+ data.tar.gz: 82a4e5da5d45eefaa35684b135dc9da07d54e1b707703816cef13b1ee8286b3e
5
5
  SHA512:
6
- metadata.gz: 270d6cd58539075866c9b73be7aee9b1d3cbb94eb101d667861d745133c12da17124e725ba9008f4a1b2c7cc87cd208ee6b9c79c9d7c27c4dccae505a5d026a8
7
- data.tar.gz: b2e181951fb4dfb4db5deca4a51c575872a7d8c3074574383aa28b56163acf857852fa33e5ded53946f5ace42bee912d534bd14bded6aa0f1312a1bb2e4b57bc
6
+ metadata.gz: c14b0917f7a72f27439ca7a9dbd875688eb7ba4b1509a257f4649c9ee8e0f60305e28d36e89d88c9eae047b3edf60c50e2f8d9e73411c3737e9b5a2247beb82a
7
+ data.tar.gz: 15c4524ae596a6780df9b8bc10b9ed7cf380a1ca7dfbb7a3bfbc244c75ba5011b3a2cafac5cf726bcb478f51a0603914a5bd248295120d97d5b625b64c9f6a23
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Pronto runner for Reek
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-reek.png)](https://codeclimate.com/github/mmozuras/pronto-reek)
4
- [![Build Status](https://travis-ci.org/mmozuras/pronto-reek.png)](https://travis-ci.org/mmozuras/pronto-reek)
3
+ [![Code Climate](https://codeclimate.com/github/prontolabs/pronto-reek.png)](https://codeclimate.com/github/prontolabs/pronto-reek)
4
+ [![Build Status](https://travis-ci.org/prontolabs/pronto-reek.png)](https://travis-ci.org/prontolabs/pronto-reek)
5
5
  [![Gem Version](https://badge.fury.io/rb/pronto-reek.png)](http://badge.fury.io/rb/pronto-reek)
6
- [![Dependency Status](https://gemnasium.com/mmozuras/pronto-reek.png)](https://gemnasium.com/mmozuras/pronto-reek)
6
+ [![Dependency Status](https://gemnasium.com/prontolabs/pronto-reek.png)](https://gemnasium.com/prontolabs/pronto-reek)
7
7
 
8
- Pronto runner for [Reek](https://github.com/troessner/reek), code smell detector for Ruby. [What is Pronto?](https://github.com/mmozuras/pronto)
8
+ Pronto runner for [Reek](https://github.com/troessner/reek), code smell detector for Ruby. [What is Pronto?](https://github.com/prontolabs/pronto)
9
9
 
10
10
  ## Configuration
11
11
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module ReekVersion
3
- VERSION = '0.9.1'.freeze
3
+ VERSION = '0.10.0'.freeze
4
4
  end
5
5
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.summary = 'Pronto runner for Reek, code smell detector for Ruby'
15
15
 
16
16
  s.licenses = ['MIT']
17
- s.required_ruby_version = '>= 2.0.0'
17
+ s.required_ruby_version = '>= 2.3.0'
18
18
  s.rubygems_version = '1.8.23'
19
19
 
20
20
  s.files = `git ls-files`.split($RS).reject do |file|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.extra_rdoc_files = ['LICENSE', 'README.md']
33
33
  s.require_paths = ['lib']
34
34
 
35
- s.add_dependency('pronto', '~> 0.9.0')
35
+ s.add_dependency('pronto', '~> 0.10.0')
36
36
  s.add_dependency('reek', '>= 4.2', '< 6.0')
37
37
  s.add_development_dependency('rake', '~> 12.0')
38
38
  s.add_development_dependency('rspec', '~> 3.4')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-reek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-28 00:00:00.000000000 Z
11
+ date: 2019-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.10.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.0
26
+ version: 0.10.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: reek
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -111,15 +111,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
- version: 2.0.0
114
+ version: 2.3.0
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubyforge_project:
122
- rubygems_version: 2.7.6
121
+ rubygems_version: 3.0.1
123
122
  signing_key:
124
123
  specification_version: 4
125
124
  summary: Pronto runner for Reek, code smell detector for Ruby