Rakefile in usher-0.6.3 vs Rakefile in usher-0.6.4

- old
+ new

@@ -1,13 +1,11 @@ # encoding: utf-8 -require File.expand_path(File.join(File.dirname(__FILE__), 'lib', 'usher')) - begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "usher" - s.description = s.summary = "A general purpose routing library" + s.description = s.summary = "Pure ruby general purpose router with interfaces for rails, rack, email or choose your own adventure" s.email = "joshbuddy@gmail.com" s.homepage = "http://github.com/joshbuddy/usher" s.authors = ["Joshua Hull", 'Jakub Šťastný', 'Daniel Neighman', 'Daniel Vartanov'].sort s.files = FileList["[A-Z]*", "{lib,spec,rails}/**/*"] s.add_dependency 'fuzzyhash', '>=0.0.11'