mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 13:32:17 +01:00
gem description
This commit is contained in:
parent
91fa129fc2
commit
c98224b9cb
2 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
# gem
|
||||
*.gem
|
||||
*.rbc
|
||||
.bundle
|
||||
|
@ -15,3 +16,6 @@ spec/reports
|
|||
test/tmp
|
||||
test/version_tmp
|
||||
tmp
|
||||
|
||||
# rubymine
|
||||
.idea
|
|
@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|||
gem.version = Gitstats::VERSION
|
||||
gem.authors = ["Tomasz Gieniusz"]
|
||||
gem.email = ["tomasz.gieniusz@gmail.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.description = %q{Git history statistics generator}
|
||||
gem.summary = %q{HTML statistics generator from git repository}
|
||||
gem.homepage = ""
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
|
|
Loading…
Reference in a new issue