README.rdoc in rtesseract-1.0.5 vs README.rdoc in rtesseract-1.1.0
- old
+ new
@@ -1,7 +1,10 @@
= rtesseract
{<img src="https://badge.fury.io/rb/rtesseract.png" alt="Gem Version" />}[http://badge.fury.io/rb/rtesseract]
+{<img src="https://travis-ci.org/dannnylo/rtesseract.png?branch=master" alt="Build Status" />}[https://travis-ci.org/dannnylo/rtesseract]
+{<img src="https://coveralls.io/repos/dannnylo/rtesseract/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/dannnylo/rtesseract?branch=master]
+{<img src="https://codeclimate.com/github/dannnylo/rtesseract.png" />}[https://codeclimate.com/github/dannnylo/rtesseract]
Ruby library for working with the Tesseract OCR.
== REQUIREMENTS:
@@ -53,19 +56,25 @@
{:x => 218, :y=>22, :width=>24, :height=>28},
{:x => 248, :y=>24, :width=>22, :height=>22}
]})
mix_block.to_s
-== Note on Patches/Pull Requests
-
+== Contributing to rtesseract
+
+* 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.
-* Make your feature addition or bug fix.
-* Send me a pull request. Bonus points for topic branches.
+* Start a feature/bugfix branch.
+* Commit and push until you are happy with your contribution.
+* 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.
+
== Links
* Github - http://github.com/dannnylo/rtesseract
* Rubygems - http://rubygems.org/gems/rtesseract
== Copyright
-Copyright (c) 2013 Danilo Jeremias da Silva. See LICENSE for details.
+Copyright (c) 2014 Danilo Jeremias da Silva. See LICENSE.txt for
+further details.
\ No newline at end of file