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.
Files changed (3) hide show
  1. data/lib/sigsurv/version.rb +1 -1
  2. data/sigsurv.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Sigsurv
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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://chadfowler.com"
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.2
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://chadfowler.com
64
+ homepage: http://github.com/chad/sigsurv
65
65
  licenses:
66
66
  - MIT
67
67
  post_install_message: