rubycritic 3.2.2 → 3.2.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8572beecbb1728adcda3fd6814cca239ce53e1b
|
4
|
+
data.tar.gz: 80825e46376df6b51b860055d01e86b80b64a340
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc743073fcc8bf35c343d65ed22aaf7a8aa28420c4cebfdfbde6d2081fe228a765391ef1e9f28ca08c5c69aec01d8a8379b177b1567d2ebf5b0ee2bdf9c63124
|
7
|
+
data.tar.gz: '0990bfc4da09ad3b33c75819c73136d66b0fbb9c7ab57d971570157eb28c6d84ede2961f5505140d236184b7fd1e62449dedf4a5031120ca73d7c1cb19382836'
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
# master (unreleased)
|
1
|
+
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.2.3...master)
|
2
|
+
|
3
|
+
# 3.2.3 / 2017-05-31 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.2.2...v3.2.3)
|
4
|
+
|
5
|
+
* [BUGFIX] Fix rendering of churn chart in large codebases. (by [@ochagata][])
|
2
6
|
|
3
7
|
# 3.2.2 / 2017-05-18 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.2.1...v3.2.2)
|
4
8
|
|
@@ -210,3 +214,4 @@
|
|
210
214
|
[@koic]: https://github.com/koic
|
211
215
|
[@georgedrummond]: https://github.com/georgedrummond
|
212
216
|
[@yuku-t]: https://github.com/yuku-t
|
217
|
+
[@ochagata]: https://github.com/ochagata
|
data/lib/rubycritic/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubycritic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guilherme Simoes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: flay
|