hack_tree.gemspec in hack_tree-0.1.1 vs hack_tree.gemspec in hack_tree-0.1.2

- old
+ new

@@ -7,11 +7,15 @@ s.email = ["alex.r@askit.org"] s.homepage = "http://github.com/dadooda/hack_tree" # Copy these from class's description, adjust markup. s.summary = %q{Organize and share your console hacks} - # TODO: Proper text. - s.description = %q{HackTree lets you organize and share your console hacks in an effective and uniform way. Blah-blah-blah.} + s.description = %q{HackTree lets you organize and share your console hacks in a simple and efficient way. + +* Create hacks using a simple and uniform DSL. +* Describe your hacks, much like you describe tasks in Rakefiles. +* List available hacks with descriptions right in your console. +* Share hacks with your teammates, reuse them in different projects.} # end of s.description= s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map {|f| File.basename(f)}