fukuzatsu 0.9.15 → 0.9.16
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/fukuzatsu.gemspec +1 -1
- data/lib/fukuzatsu/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b054a0d43c6b8b6e0f8852e28673dc7322f5680f
|
|
4
|
+
data.tar.gz: 660bfe9cfa476992326d4f9e49575ad22e1ac543
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d1df3c294ac5b37313936f509eaef5798bddb17cc59b299d4fc6a01d08c4be7f804b40061419792bd40ce6558e925fe7adb28fe5d10997ff0ada829673004da
|
|
7
|
+
data.tar.gz: 6e3ffa2e9ecafb78e98301bcc5097f51548ee5762b3da2934610956b4653bc2e5bd05104d644626d43e29430905e62528ef8294046f4540a0d4de8a57a7328a5
|
data/fukuzatsu.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Bantik"]
|
|
10
10
|
spec.email = ["coraline@idolhands.com"]
|
|
11
11
|
spec.summary = "A simple code complexity analyzer."
|
|
12
|
-
spec.description = "Calculates code complexity as a measure of paths through code
|
|
12
|
+
spec.description = "Calculates code complexity as a measure of paths through code execution. CI integration and beautiful output options."
|
|
13
13
|
spec.homepage = "https://gitlab.com/coraline/fukuzatsu/tree/master"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/fukuzatsu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fukuzatsu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bantik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ephemeral
|
|
@@ -136,8 +136,8 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
description: Calculates code complexity as a measure of paths through code
|
|
140
|
-
|
|
139
|
+
description: Calculates code complexity as a measure of paths through code execution.
|
|
140
|
+
CI integration and beautiful output options.
|
|
141
141
|
email:
|
|
142
142
|
- coraline@idolhands.com
|
|
143
143
|
executables:
|