Rakefile in boson-0.0.1 vs Rakefile in boson-0.1.0
- old
+ new
@@ -17,16 +17,16 @@
begin
require 'jeweler'
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"]
s.has_rdoc = true
s.rubyforge_project = 'tagaholic'
- s.add_dependency 'hirb', '>= 0.2.6'
+ s.add_dependency 'hirb', '>= 0.2.7'
s.add_dependency 'alias', '>= 0.2.1'
s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
s.files = FileList["Rakefile", "VERSION.yml", "README.rdoc", "LICENSE.txt", "{bin,lib,test}/**/*"]
end