README.md in agile_utils-0.0.8 vs README.md in agile_utils-0.0.9
- old
+ new
@@ -1,8 +1,10 @@
## agile_utils
[![Gem Version](https://badge.fury.io/rb/agile_utils.svg)](http://badge.fury.io/rb/agile_utils)
+[![Dependency Status](https://gemnasium.com/agilecreativity/agile_utils.png)](https://gemnasium.com/agilecreativity/agile_utils)
+[![Code Climate](https://codeclimate.com/github/agilecreativity/agile_utils.png)](https://codeclimate.com/github/agilecreativity/agile_utils)
My collection of ruby library that I have used in more than one project.
To promote the code re-use I move them all to this gem.
I hope you will find some of them useful for your interesting project.
@@ -41,9 +43,13 @@
AgileUtils::FileUtils.gunzip()
AgileUtils::FileUtils.tar_gzip_files()
```
### Changelogs
+
+#### 0.0.9
+
+- Update minitest to latest version
#### 0.0.8
- Move '--theme' option out as it is not a shared option