tax_code 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class TaxCode
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/tax_code.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = 'TaxCode scans git commit history and calculates maintenance tax for each file'
12
12
  gem.summary = 'Calculates maintenance taxes for your git repo'
13
13
  gem.homepage = 'https://github.com/UncleGene/tax_code'
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tax_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-11 00:00:00.000000000 Z
12
+ date: 2013-07-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: TaxCode scans git commit history and calculates maintenance tax for each
15
15
  file
@@ -37,7 +37,8 @@ files:
37
37
  - test/repo/renamed
38
38
  - test/tax_code_test.rb
39
39
  homepage: https://github.com/UncleGene/tax_code
40
- licenses: []
40
+ licenses:
41
+ - MIT
41
42
  post_install_message:
42
43
  rdoc_options: []
43
44
  require_paths:
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
57
  version: '0'
57
58
  requirements: []
58
59
  rubyforge_project:
59
- rubygems_version: 1.8.25
60
+ rubygems_version: 1.8.24
60
61
  signing_key:
61
62
  specification_version: 3
62
63
  summary: Calculates maintenance taxes for your git repo
@@ -66,3 +67,4 @@ test_files:
66
67
  - test/repo/refactored
67
68
  - test/repo/renamed
68
69
  - test/tax_code_test.rb
70
+ has_rdoc: