# Todo - Add defaults to options help output [5] - Add specs for all error conditions [6] - Add a changelog [7] - Check for TODO tags [17] - Make sure we don't double tag the same repo when several args are given [9] - Port "Adding ability to GPG sign commits and tags" [10] https://github.com/svenfuchs/gem-release/pull/44 # Done x Port "Support version files of gems with *rb suffix" done:2017-05-02 [13] https://github.com/svenfuchs/gem-release/pull/53 Ported x Port "Add --message for BumpCommand", allow to use a config var for this done:2017-05-02 [11] https://github.com/svenfuchs/gem-release/pull/61 Ported x Port "Maintenance tasks" done:2017-05-02 [12] https://github.com/svenfuchs/gem-release/pull/57 Ported x Check "bump any version file" done:2017-05-02 [14] https://github.com/svenfuchs/gem-release/pull/45 Ported x Consider "gem bootstrap --private for private gems" done:2017-05-01 [15] https://github.com/svenfuchs/gem-release/issues/51 Already covered via custom templates x See if we can remove unused common options from `help` done:2017-05-01 [16] https://github.com/svenfuchs/gem-release/issues/55 Can't figure out how, without removing options globally for everyone/all other commands x Release and tag should fail if there are uncommitted changes done:2017-05-01 [8] https://github.com/svenfuchs/gem-release/issues/34 x Misleading success message done:2017-05-01 [4] https://github.com/svenfuchs/gem-release/issues/60 Pushing foo-0.0.5.gem Pushing gem to http://localhost:9292... ... ERROR: While executing gem ... (Errno::ECONNREFUSED) Failed to open TCP connection to localhost:9292 (Connection refused - connect(2) for "localhost" port 9292) x Issues with in-repo gems done:2017-05-01 [1] https://github.com/svenfuchs/gem-release/issues/58 x bump fails when there is a space in the path to project done:2017-05-01 [2] https://github.com/svenfuchs/gem-release/issues/33 looks like this is fixed. this did not result in any errors: cd /tmp mkdir -p '/tmp/seanmackesey/Google Drive/code/lib/ruby' cd /tmp/seanmackesey/Google\ Drive/code/lib/ruby gem bootstrap foo gem bump --no-push x gem bump --tag --release pushes the wrong version done:2017-05-01 [3] https://github.com/svenfuchs/gem-release/issues/36 $ gem bump --tag --release Bumping foo from version 0.0.3 to 0.0.4 ... Pushing foo-0.0.4.gem