churn 0.0.32 → 0.0.33
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/churn.gemspec +1 -0
- data/lib/churn/version.rb +1 -1
- metadata +5 -5
data/Gemfile.lock
CHANGED
data/churn.gemspec
CHANGED
data/lib/churn/version.rb
CHANGED
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:
|
4
|
+
hash: 93
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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
|
|