Sha256: 13ed5f5ef4dfab0a2bd574d71656c6c68ae4b934fb67fbabd3dd04691f02fafa

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# Todo

- Add defaults to options help output [5]
- Add specs for all error conditions [6]
- Add a changelog [7]

- Make sure we don't double tag the same repo when several args are given [9]

x Release and tag should fail if there are uncommitted changes done:2017-05-01 [8]
  https://github.com/svenfuchs/gem-release/issues/34

# Double check

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem-release-2.0.0.dev.2 TODO.txt