File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ##v3.0.0
4+ * 2013-10-24*
5+
6+ [ \[ 19 commits\] ] ( https://github.com/chrishunt/github-auth/compare/v2.0.0...v3.0.0 )
7+
8+ * note:* CLI syntax has changed in this release as a result of switching to
9+ [ ` Thor ` ] ( https://github.com/erikhuda/thor ) . See the
10+ [ ` README ` ] ( https://github.com/chrishunt/github-auth/blob/master/README.md ) for
11+ usage instructions.
12+
13+ - [ Use ` Thor ` for parsing CLI options] ( https://github.com/chrishunt/github-auth/pull/18 )
14+ - [ Add ` --command ` option for custom ssh commands] ( https://github.com/chrishunt/github-auth/pull/18 )
15+
316##v2.0.0
417* 2013-10-22*
518
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- github-auth (2 .0.0 )
4+ github-auth (3 .0.0 )
55 httparty (~> 0.11.0 )
66 thor (~> 0.18 )
77
Original file line number Diff line number Diff line change 11module Github
22 module Auth
3- VERSION = "2 .0.0"
3+ VERSION = "3 .0.0"
44 end
55end
You can’t perform that action at this time.
0 commit comments