Rakefile in semantic_logger-0.0.2 vs Rakefile in semantic_logger-0.1.0

- old
+ new

@@ -16,10 +16,10 @@ spec.authors = ['Reid Morrison'] spec.email = ['reidmo@gmail.com'] spec.homepage = 'https://github.com/ClarityServices/semantic_logger' spec.date = Date.today.to_s spec.summary = "Semantic Logger for Ruby, and Ruby on Rails" - spec.description = "Logging with additional machine readable and parseable log data" + spec.description = "Machine readable document oriented logging with support for MongoDB and text files" spec.files = FileList["./**/*"].exclude('*.gem', 'nbproject').map{|f| f.sub(/^\.\//, '')} spec.has_rdoc = true spec.add_development_dependency 'shoulda' end Gem::Builder.new(gemspec).build