Skip to content

Commit

Permalink
multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 9, 2016
1 parent a76dd19 commit 038cef6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ Gem::Specification.new do |s|
s.email = ["[email protected]".freeze, "[email protected]".freeze, "".freeze]

s.summary = "Rake is a Make-like program implemented in Ruby".freeze
s.description = "Rake is a Make-like program implemented in Ruby. Tasks and dependencies are\nspecified in standard Ruby syntax.\n\nRake has the following features:\n\n* Rakefiles (rake's version of Makefiles) are completely defined in\n standard Ruby syntax. No XML files to edit. No quirky Makefile\n syntax to worry about (is that a tab or a space?)\n\n* Users can specify tasks with prerequisites.\n\n* Rake supports rule patterns to synthesize implicit tasks.\n\n* Flexible FileLists that act like arrays but know about manipulating\n file names and paths.\n\n* Supports parallel execution of tasks.".freeze
s.description = <<-DESCRIPTION
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax.
No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating file names and paths.
* Supports parallel execution of tasks.
DESCRIPTION
s.homepage = "https://github.com/ruby/rake".freeze
s.licenses = ["MIT".freeze]

Expand Down

0 comments on commit 038cef6

Please sign in to comment.