churn.gemspec in churn-0.0.22 vs churn.gemspec in churn-0.0.23
- old
+ new
@@ -3,23 +3,24 @@
# 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.22"
+ s.version = "0.0.23"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Mayer"]
- s.date = "2012-09-14"
+ s.date = "2012-09-25"
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 = [
".document",
+ ".travis.yml",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",