README.md in null-logger-0.1.3 vs README.md in null-logger-0.1.4
- old
+ new
@@ -10,11 +10,11 @@
## Installation
Add gem to your Gemfile
```ruby
- gem 'null-logger'
+ gem 'null-logger', require: 'null_logger'
```
## Usage
On NullLogger instance you can call methods which corresponds to Ruby Logger log levels (unknown, fatal, error, warn, info, debug), ex:
@@ -59,10 +59,14 @@
Fork the project.
Make your feature addition or bug fix.
Add tests for it. This is important so I don't break it in a future version unintentionally.
Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull). Send me a pull request. Bonus points for topic branches.
-Each pull request must pass our quality requirements. To check if everything is as it should be, we use [PolishGeeks Dev Tools](https://github.com/polishgeeks/polishgeeks-dev-tools) that combine multiple linters and code analyzers. Please run:
+[![coditsu](https://coditsu.io/assets/quality_bar.svg)](https://coditsu.io)
+
+Each pull request must pass our quality requirements. To check if everything is as it should be, we use [Coditsu](https://coditsu.io) that combinse multiple linters and code analyzers. Unfortunately, for now it is invite-only based, so just ping us and we will give you access to the quality results.
+
+Please run:
```bash
bundle exec rake
```