README.rdoc in log-me-0.0.4 vs README.rdoc in log-me-0.0.5

- old
+ new

@@ -33,25 +33,44 @@ Using your gem: some = CoolGem::SomeClass.new some.do_something By default will be logged in STDOUT using log level :info: - I, [2011-08-24T01:22:52.677395 #3026] INFO -- : I am logging something here. + I, [2011-08-24T01:22:52.677395 #3026] INFO -- : [CoolGem] I am logging something here. Your gem consumer can configure the logger: CoolGem.configure do |config| - config.log_enabled = false # Disable log - config.log_level = :debug # Change the log level - config.logger = Rails.logger # Use the Rails logger + config.log_enabled = false # Disable log + config.log_level = :debug # Change the log level + config.log_label = "CoolLabel" # Change label to log messages + config.logger = Rails.logger # Use the Rails logger end +== Author +- {Fernando Hamasaki de Amorim (prodis)}[http://prodis.blog.br] + + +== Contributing to log-me + +* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. +* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. +* Fork the project. +* Start a feature/bugfix branch. +* Commit and push until you are happy with your contribution. +* Don't forget to rebase with branch master in main project before submit the pull request. +* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. +* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. + + == Copyright (The MIT License) -{Prodis a.k.a. Fernando Hamasaki}[http://prodis.blog.br] +{Prodis a.k.a. Fernando Hamasaki de Amorim}[http://prodis.blog.br] -Copyright (c) 2011-2012 Prodis +http://prodis.net.br/images/prodis_150.gif + +Copyright (c) 2011-2014 Prodis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,