cycromatic 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84647c71961bf71ee6d13ba5b8704e7a85f7180f
4
- data.tar.gz: e5840147cecb0d46bda2917f7213dd765a134222
3
+ metadata.gz: 62958ef1d57a8e57f2927be1549b885ac742ded8
4
+ data.tar.gz: 1920fce54f9f9536d63c600d7f9982c47780f3c2
5
5
  SHA512:
6
- metadata.gz: 5e759c27c487296c5ee02573d75fae9aaf5bdaa553c150fe6668d70fae8b8e93d74703f8c0b21e316ab1489a151c6fccc20fbf2ebf30ae52ab6674643b1cff89
7
- data.tar.gz: 84ddbad9ab7f9cbdb05670997bca87b58a3db60f386e990359493c1624311d47a8cb61e0727acff54bbec88182c9488a92af320f141742d274f3a03dc1fb4f56
6
+ metadata.gz: 8b665037421ac62b500d3b21679f3e54d9775dcd5c6b3605c8dc72097e45024fc1068a5257617385864b03d66df772015f6016687dabc550566e40c9c5924b43
7
+ data.tar.gz: 7a3391b48b70ff09851e35155715c278e5bd0cf6a691b1c81a92db13ef598b3c798a3412daa0225bdc8bb6cb334d372110fdd27f3bced233af3ddfb77f038cf6
data/README.md CHANGED
@@ -54,4 +54,4 @@ It calculates complexities as the following:
54
54
 
55
55
  ## Contributing
56
56
 
57
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/cycromatic.
57
+ Bug reports and pull requests are welcome on GitHub at https://github.com/soutaro/cycromatic.
data/cycromatic.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Cyclomatic Complexity}
13
13
  spec.description = %q{Compute Cyclomatic Complexity of Ruby programs}
14
- spec.homepage = "https://github.com/cycromatic"
14
+ spec.homepage = "https://github.com/soutaro/cycromatic"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module Cycromatic
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cycromatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soutaro Matsumoto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-31 00:00:00.000000000 Z
11
+ date: 2016-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,7 +106,7 @@ files:
106
106
  - lib/cycromatic/json_formatter.rb
107
107
  - lib/cycromatic/text_formatter.rb
108
108
  - lib/cycromatic/version.rb
109
- homepage: https://github.com/cycromatic
109
+ homepage: https://github.com/soutaro/cycromatic
110
110
  licenses: []
111
111
  metadata: {}
112
112
  post_install_message: