tasks/jeweler.rake in fabric-0.4.3 vs tasks/jeweler.rake in fabric-0.4.4

- old
+ new

@@ -1,10 +1,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "fabric" gem.summary = %Q{Fabric is a small ruby app to perform tasks on servers via SSH.} - gem.description = %Q{Fabric is a small ruby app to perform tasks on servers via SSH. Built around net/ssh and taking heavy inspiration from Capistrano, it allows you to create policies for server management and perform sysadmin tasks without the need for a process/daemon/dependency or even ruby being installed on the remote server.} + gem.description = %Q{Fabric is a small ruby app to perform tasks on servers via SSH. Built around net/ssh and taking heavy inspiration from Capistrano, it currently focuses on managing remote users and their keys on clusters of servers. It does this without the need for a process/daemon/dependency or even ruby being installed on the remote host(s). In the future, it will allow you to create policies for server management and perform sysadmin tasks via a system of recipes.} gem.email = "sam.phillips@setfiremedia.com" gem.homepage = "http://github.com/setfire/fabric" gem.authors = ["Sam Phillips"] gem.add_development_dependency "rake", ">=0" \ No newline at end of file