README.md in balanced-0.3.2 vs README.md in balanced-0.3.3

- old
+ new

@@ -1,9 +1,11 @@ # Balanced Online Marketplace Payments +[![Build Status](https://secure.travis-ci.org/balanced/balanced-ruby.png)](http://travis-ci.org/balanced/balanced-ruby) + ## Installation Add this line to your application's Gemfile: gem 'balanced' @@ -23,13 +25,15 @@ ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +3. Write your code **and unit tests** +4. Ensure all tests still pass (`bundle exec rspec`) +5. Commit your changes (`git commit -am 'Add some feature'`) +6. Push to the branch (`git push origin my-new-feature`) +7. Create new pull request ### Specs The spec suite is a work in progress. Existing specs can either be run @@ -52,7 +56,9 @@ ### Building Documentation Documentation is build using YARD - http://rubydoc.info/docs/yard - - yard doc -e doc/balanced_plugin.rb -p doc/balanced_templates/ 'lib/**/resources.rb' --one-file + + export AMAZON_ACCESS_KEY_ID='xxx' + export AMAZON_SECRET_ACCESS_KEY='yyy' + ./upload_docs.rb