code_stats2 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.
Files changed (2) hide show
  1. data/Rakefile +1 -2
  2. metadata +2 -2
data/Rakefile CHANGED
@@ -9,8 +9,7 @@ project(
9
9
  bin: 'bin',
10
10
  executables: ['code_stats'],
11
11
  dirs: %w(bin),
12
- version: '0.1.1',
13
12
 
14
13
  author: "Alexey Petrushin",
15
- homepage: "http://github.com/alexeypetrushin/misc/code_stats"
14
+ homepage: "http://github.com/alexeypetrushin/code_stats"
16
15
  )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code_stats2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ files:
92
92
  - spec/spec_helper.rb
93
93
  - bin/code_stats
94
94
  has_rdoc: true
95
- homepage: http://github.com/alexeypetrushin/misc/code_stats
95
+ homepage: http://github.com/alexeypetrushin/code_stats
96
96
  licenses: []
97
97
 
98
98
  post_install_message: