churn 0.0.32 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- churn (0.0.32)
4
+ churn (0.0.33)
5
5
  chronic (>= 0.2.3)
6
6
  hirb
7
7
  json_pure
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
22
 
23
+ s.license = 'MIT'
23
24
  s.extra_rdoc_files = [
24
25
  "LICENSE",
25
26
  "README.md"
@@ -1,3 +1,3 @@
1
1
  module Churn
2
- VERSION = "0.0.32"
2
+ VERSION = "0.0.33"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: churn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 95
4
+ hash: 93
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 32
10
- version: 0.0.32
9
+ - 33
10
+ version: 0.0.33
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Mayer
@@ -223,8 +223,8 @@ files:
223
223
  - test/unit/hg_analyzer_test.rb
224
224
  - test/unit/location_mapping_test.rb
225
225
  homepage: http://github.com/danmayer/churn
226
- licenses: []
227
-
226
+ licenses:
227
+ - MIT
228
228
  post_install_message:
229
229
  rdoc_options: []
230
230