Skip to content

Commit

Permalink
Merge pull request #1 from arobson/master
Browse files Browse the repository at this point in the history
update to 2.1.0
  • Loading branch information
aankur authored May 22, 2018
2 parents a5ccc4d + 80b63c0 commit 78edb32
Show file tree
Hide file tree
Showing 85 changed files with 10,369 additions and 8,457 deletions.
12 changes: 0 additions & 12 deletions .drone.yml

This file was deleted.

1 change: 0 additions & 1 deletion .drone.yml.sig

This file was deleted.

295 changes: 0 additions & 295 deletions .esformatter

This file was deleted.

15 changes: 9 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
node_modules/
.idea/
.DS_Store
*npm-debug.log
.nyc_output/
.vagrant/
coverage/
log/
node_modules/
plato/
tmp/
*npm-debug.log
*.swp
*.swo
coverage/
plato/
.vagrant/
/Vagrantfile
tmp/
package-lock.json
debug.log
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sudo: required
services:
- docker
os:
- linux

language: node_js
node_js:
- "6"
- "node"

before_script:
- npm run bootstrap-container
- sleep 10

script:
- nyc npm test && nyc report --reporter=text-lcov | coveralls

after_script:
- npm run remove-container
26 changes: 26 additions & 0 deletions ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Special Thanks To

Several folks have contributed time, effort, ideas or small PRs to this project. It would not be what it is without them!

* [Ryan Niemeyer](http://knockmeout.net)
* [Nathan Graves](https://github.com/woolite64)
* [Ben Whatley](https://github.com/darklordzw)
* [Randy Groff](http://randygroff.com)
* [Joseph Frazier](https://github.com/josephfrazier)
* [Sean Corrales](https://github.com/droidenator)
* [Matthew Martin](http://matmar10.com)
* [Tom Kirkpatrick](https://github.com/mrfelton)
* [Bill Matson](https://github.com/bmatson)
* [Scott Walters](http://github.com/LeankitScott)
* [Eric Satterwhite](http://codedependant.net/)
* [Leonardo Bispo de Oliveira](http://blog.bispooliveira.de)
* [Michael Tuttle](https://github.com/openam)
* [Dj Walker-Morgan](http://www.codepope.com)
* [Hugo Cortes](https://github.com/hugocortes)
* [Mathias Lundell](https://github.com/luddd3)

### In Memoriam

Austin Young was an exceptionally bright software engineer that made material contributions to Wascally (the predecessor) which remain a big part of Rabbot today. Austin took on the challenging and somewhat tedious task of building the first pass at batch acknowledgements and the approach to testing them.

I remain grateful to Austin for his enthusiastic contribution.
Loading

0 comments on commit 78edb32

Please sign in to comment.