Skip to content

Commit

Permalink
rakefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Oct 9, 2009
1 parent 3421b83 commit bda18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -19,7 +19,7 @@ begin
Jeweler::Tasks.new do |s|
s.name = "boson"
s.description = "A command/task framework similar to rake and thor that opens your ruby universe to the commandline and irb."
s.summary = "Although similar to rake and thor, it's focus is not on per-project tasks. Rather it provides users with the power to turn any ruby method, into a full-fledged commandline tool. Boson achieves this with powerful options (borrowed from thor) and views (thanks to hirb). Some other unique features that differentiate it from rake and thor include being accessible from irb and the commandline, being able to write boson commands in non-dsl ruby and toggling a pretty view of a command's output without additional view code."
s.summary = "Boson provides users with the power to turn any ruby method, into a full-fledged commandline tool. Boson achieves this with powerful options (borrowed from thor) and views (thanks to hirb). Some other unique features that differentiate it from rake and thor include being accessible from irb and the commandline, being able to write boson commands in non-dsl ruby and toggling a pretty view of a command's output without additional view code."
s.email = "gabriel.horner@gmail.com"
s.homepage = "http://github.com/cldwalker/boson"
s.authors = ["Gabriel Horner"]
Expand Down

0 comments on commit bda18a7

Please sign in to comment.