churn.gemspec in churn-0.0.24 vs churn.gemspec in churn-0.0.25
- old
+ new
@@ -3,22 +3,23 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "churn"
- s.version = "0.0.24"
+ s.version = "0.0.25"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Mayer"]
- s.date = "2012-09-25"
+ s.date = "2012-12-17"
s.description = "High method and class churn has been shown to have increased bug and error rates. This gem helps you know what is changing a lot so you can do additional testing, code review, or refactoring to try to tame the volatile code. "
s.email = "dan@mayerdan.com"
s.executables = ["churn"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = [
+ ".deferred_server",
".document",
".travis.yml",
"Gemfile",
"Gemfile.lock",
"LICENSE",