Skip to content

Commit 6038976

Browse files
committed
update authors
1 parent 487c447 commit 6038976

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,19 @@ https://groups.google.com/forum/#!forum/ponyrb
186186

187187
## Authors ##
188188
* Adam Wiggins [@adamwiggins](https://github.com/adamwiggins)
189+
* Andrea Talbot [@janehax](https://github.com/janehax)
189190
* Ben Prew [@benprew](https://github.com/benprew)
190191
* Cameron Matheson [@cmatheson](https://github.com/cmatheson)
191192
* Carl Hörberg [@carlhoerberg](https://github.com/carlhoerberg)
193+
* Christian Haase [@krissi](https://github.com/krissi)
192194
* Daniel Lopes [@danielvlopes](https://github.com/danielvlopes)
193195
* Doug Hammond [@dslh](https://github.com/dslh)
194196
* Hiroshi Saito [@hiroshi](https://github.com/hiroshi)
195197
* Kalin Harvey
196198
* MIKAMI Yoshiyuki [@yoshuki](https://github.com/yoshuki)
197199
* Mathieu Martin [@webmat](https://github.com/webmat)
198200
* Michael Durrant [@durrantm](https://github.com/durrantm)
201+
* Nami-Doc
199202
* Neil Middleton [@neilmiddleton](https://github.com/neilmiddleton)
200203
* Neil Mock [@neilmock](https://github.com/neilmock)
201204
* Nickolas Means [@nmeans](https://github.com/nmeans)
@@ -205,6 +208,7 @@ https://groups.google.com/forum/#!forum/ponyrb
205208
* Ryan Malecky [@rmalecky](https://github.com/rmalecky)
206209
* Seamus Abshere [@seamusabshere](https://github.com/seamusabshere)
207210
* Stephen Celis [@stephencelis](https://github.com/stephencelis)
211+
* Steve Root [@steveroot](https://github.com/steveroot)
208212
* arunthampi [@arunthampi](https://github.com/arunthampi)
209213
* rick [@rick](https://github.com/rick)
210214
* rohit [@rohit](https://github.com/rohit)

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ task :uninstall => [ :clean ] do
2828
sh %{sudo gem uninstall #{name}}
2929
end
3030

31+
desc "Print all authors from git history"
3132
task :authors do
3233
token = `cat ~/.github_token`.chomp
3334
authors = `git log |grep Author |cut -f 1 -d'<' |cut -f2 -d':' |sort -u`

0 commit comments

Comments
 (0)