Rakefile in settingslogic-1.0.2 vs Rakefile in settingslogic-1.0.3

- old
+ new

@@ -6,11 +6,11 @@ Hoe.new("Settingslogic", Settingslogic::Version::STRING) do |p| p.name = "settingslogic" p.author = "Ben Johnson of Binary Logic" p.email = 'bjohnson@binarylogic.com' - p.summary = "Simple settings manaement using YAML" - p.description = "Simple settings manaement using YAML" + p.summary = "A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern." + p.description = "A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern." p.url = "http://github.com/binarylogic/settingslogic" p.history_file = "CHANGELOG.rdoc" p.readme_file = "README.rdoc" p.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"] p.remote_rdoc_dir = '' \ No newline at end of file