git_topic.gemspec in git_topic-0.1.0 vs git_topic.gemspec in git_topic-0.2.0
- old
+ new
@@ -8,13 +8,13 @@
spec.authors = ['Hiroki Kondo']
spec.email = ['kompiro@gmail.com']
spec.summary = 'Manage your topic branches'
spec.description = <<'DESC'
- git-topic enables you to manage your topic branches by simple sub commands like "git topic (add/list/delete)".
+ git-topic enables you to manage your topic branches by simple sub commands like "git topic (list/edit/show)".
This sub commands use branch description.
DESC
- spec.homepage = 'https://github.com/kompiro/git-topic'
+ spec.homepage = 'https://github.com/kompiro/git_topic'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end