Skip to content

Commit

Permalink
Updates documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuervo committed Aug 4, 2015
1 parent 37ca73d commit bdd6ad5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ The development of the gem takes time and there's a lot of research and hardware
tests to make all of this. If you want to contribute please consider donating as
much as you want in: [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HE867B8J6ARQ4) or [Gumroad](https://gumroad.com/l/airplay)

## Help

* irc feenode: #airplay
* twitter: http://twitter.com/airplayrb

# Table of Contents

* [Contribute](#contribute)
Expand Down Expand Up @@ -214,8 +209,5 @@ To generate an updated README based on the contents of `doc` please use `rake do

## Contributors

* [sodabrew](http://github.com/sodabrew)
* [pote](http://github.com/pote)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/elcuervo/airplay/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Last but not least a special thanks to all the [contributors](https://github.com/elcuervo/airplay/graphs/contributors)

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ task :default => "test:all"

namespace :doc do
task :generate do
structure = %w(header toc installation usage testing documentation contributors bitdeli)
structure = %w(header toc installation usage testing documentation contributors)

File.open("README.md", "w+") do |f|
structure.each { |part| f << File.read("doc/#{part}.md") + "\n" }
Expand Down
1 change: 0 additions & 1 deletion doc/bitdeli.md

This file was deleted.

3 changes: 1 addition & 2 deletions doc/contributors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Contributors

* [sodabrew](http://github.com/sodabrew)
* [pote](http://github.com/pote)
Last but not least a special thanks to all the [contributors](https://github.com/elcuervo/airplay/graphs/contributors)
5 changes: 0 additions & 5 deletions doc/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ You can contribute with code, bugs or feature requests.
The development of the gem takes time and there's a lot of research and hardware
tests to make all of this. If you want to contribute please consider donating as
much as you want in: [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HE867B8J6ARQ4) or [Gumroad](https://gumroad.com/l/airplay)

## Help

* irc feenode: #airplay
* twitter: http://twitter.com/airplayrb

0 comments on commit bdd6ad5

Please sign in to comment.