Rakefile in semantic_logger-1.0.1 vs Rakefile in semantic_logger-2.0.0
- old
+ new
@@ -15,11 +15,11 @@
spec.platform = Gem::Platform::RUBY
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 = "Machine readable document oriented logging with support for MongoDB and text files"
+ spec.summary = "Improved logging for Ruby"
+ spec.description = "Semantic Logger takes logging in Ruby to a new level by adding several new capabilities to the commonly used Logging API"
spec.files = FileList["./**/*"].exclude(/.gem$/, /.log$/,/^nbproject/).map{|f| f.sub(/^\.\//, '')}
spec.has_rdoc = true
spec.add_dependency 'sync_attr'
spec.add_dependency 'thread_safe'
spec.add_development_dependency 'shoulda'