Skip to content

Commit

Permalink
Really we should have a description
Browse files Browse the repository at this point in the history
So let's just copy the first section of the README.
  • Loading branch information
sj26 committed Oct 23, 2015
1 parent bde22f1 commit e32c9b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lumberjack.gemspec
Expand Up @@ -6,7 +6,11 @@ Gem::Specification.new do |s|
s.email = ["ryan@yeahnah.org", "steve@hodgkiss.me", "jrbarton@gmail.com", "jamesd741@gmail.com"]
s.homepage = "https://github.com/ryan-allen/lumberjack"
s.summary = %q{Lumberjack is best summed up as a generic DSL for constructing object trees.}
s.description = %q{}
s.description = <<-EOS.gsub(/^ /, "")
Lumberjack is best summed up as a generic DSL for constructing object trees.
It works great for configuration files, for generating a tree of configuration objects for later reflection or what-not. But in reality you could use it for whatever you're willing to dream up.
EOS

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit e32c9b8

Please sign in to comment.