Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 12, 2013
1 parent 72e57d8 commit cb52108
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,9 @@
## Contributing
* 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.
* Add documentation if necessary.
* 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 a pull request. Bonus points for topic branches.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012 Andrew Nesbitt
Copyright (c) 2013 Andrew Nesbitt

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 5 additions & 1 deletion Readme.mdown
Expand Up @@ -2,6 +2,10 @@

Bundler for non-ruby dependencies from homebrew

[![Gem Version](https://badge.fury.io/rb/brewdler.png)](http://badge.fury.io/rb/brewdler)
[![Dependency Status](https://gemnasium.com/andrew/brewdler.png)](https://gemnasium.com/andrew/brewdler)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/andrew/brewdler)

## Requirements

[Homebrew](http://github.com/mxcl/homebrew) is used for installing the dependencies, it only works on a mac and so does this gem.
Expand Down Expand Up @@ -53,4 +57,4 @@ Report Issues/Feature requests on [GitHub Issues](http://github.com/andrew/brewd

## Copyright

Copyright (c) 2011 Andrew Nesbitt. See LICENSE for details.
Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.

0 comments on commit cb52108

Please sign in to comment.