Skip to content

Commit

Permalink
Gemspec v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janroesner committed Oct 27, 2011
1 parent fb884fb commit decab64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gitreport.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "gitreport"
s.version = "0.0.5"
s.version = "0.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jan Roesner"]
s.date = "2011-10-17"
s.date = "2011-10-27"
s.description = "gitreport keeps track of your projects. It collects info about commited and pushed data, submits it to our servers and provides a gorgous frontend to examine, discover and extract the data that you need to generate the payment recipes for your customers. No longer searching or `what did I commit when and where`..."
s.email = "jan@roesner.it"
s.executables = ["gitreport"]
Expand Down Expand Up @@ -53,6 +53,7 @@ Gem::Specification.new do |s|
"lib/history.rb",
"lib/hook.rb",
"lib/log.rb",
"lib/logger.rb",
"lib/project.rb",
"lib/sender.rb",
"lib/storage.rb",
Expand Down

0 comments on commit decab64

Please sign in to comment.