sigsurv 1.0.2 → 1.0.3
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.
- data/lib/sigsurv/version.rb +1 -1
- data/sigsurv.gemspec +1 -1
- metadata +2 -2
data/lib/sigsurv/version.rb
CHANGED
data/sigsurv.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["chad@chadfowler.com"]
|
|
11
11
|
spec.summary = %q{This is a stupid version of Ward's Signature Survey which gives a visual indication of code complexity per file.}
|
|
12
12
|
spec.description = %q{run "sigsurv" to scan the local directory's ruby files. See http://c2.com/doc/SignatureSurvey/ for more info.}
|
|
13
|
-
spec.homepage = "http://
|
|
13
|
+
spec.homepage = "http://github.com/chad/sigsurv"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sigsurv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -61,7 +61,7 @@ files:
|
|
|
61
61
|
- lib/sigsurv.rb
|
|
62
62
|
- lib/sigsurv/version.rb
|
|
63
63
|
- sigsurv.gemspec
|
|
64
|
-
homepage: http://
|
|
64
|
+
homepage: http://github.com/chad/sigsurv
|
|
65
65
|
licenses:
|
|
66
66
|
- MIT
|
|
67
67
|
post_install_message:
|