README.md in ruboto-1.4.1 vs README.md in ruboto-1.5.0

- old
+ new

@@ -1,9 +1,11 @@ [![Gem Version](https://badge.fury.io/rb/ruboto.svg)](http://badge.fury.io/rb/ruboto) [![Build Status](https://travis-ci.org/ruboto/ruboto.svg?branch=master)](https://travis-ci.org/ruboto/ruboto) [![Code Climate](https://codeclimate.com/github/ruboto/ruboto.svg)](https://codeclimate.com/github/ruboto/ruboto) +<a href="https://gratipay.com/ruboto/" class="rich-diff-level-one"><img src="https://camo.githubusercontent.com/dcd1e367172f3fa649a334e1ee6fb334f16ed8d8/68747470733a2f2f63646e2e7261776769742e636f6d2f67726174697061792f67726174697061792d62616467652f322e782e782f646973742f67726174697061792e706e67" alt="Support via Gratipay" data-canonical-src="https://cdn.rawgit.com/gratipay/gratipay-badge/2.x.x/dist/gratipay.png" align="right" style="max-width:100%;"></a> + Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for Android using the Ruby language and libraries. It includes support libraries and generators for creating projects, classes, tests, and more. The complete APIs of Android, Java, and Ruby are available to you using the Ruby language. @@ -286,33 +288,10 @@ $ cd test ; ant run-tests Contributing ------------ -Want to contribute? Great! Meet us in #ruboto on irc.freenode.net, fork the -project and start coding! - -"But I don't understand it well enough to contribute by forking the project!" -That's fine. Equally helpful: - -* Use Ruboto and tell us how it could be better. -* Browse http://ruboto.org/ and the documentation, and let us know how to make - it better. -* As you gain wisdom, contribute it to - [the wiki](http://github.com/ruboto/ruboto/wiki/) -* When you gain enough wisdom, reconsider whether you could fork the project. - -If contributing code to the project, please run the existing tests and add tests -for your changes. You run the tests using rake: - - $ rake test - -We have set up a matrix test that tests multiple configuations on the emulator: - - $ ./matrix_tests.sh - -All branches and pull requests on GitHub are also tested on -[https://travis-ci.org/ruboto/ruboto](https://travis-ci.org/ruboto/ruboto). +See [CONTRIBUTING.md](CONTRIBUTING.md) Getting Help ------------ * You'll need to be pretty familiar with the Android API. The