diff --git a/.gitignore b/.gitignore index d87d4be66..e9f83f850 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# gem *.gem *.rbc .bundle @@ -15,3 +16,6 @@ spec/reports test/tmp test/version_tmp tmp + +# rubymine +.idea \ No newline at end of file diff --git a/gitstats.gemspec b/gitstats.gemspec index 452ab038c..f6609f1b8 100644 --- a/gitstats.gemspec +++ b/gitstats.gemspec @@ -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($/)