PikachuEXE

Results 441 comments of PikachuEXE
trafficstars

@jekuno @johnnyshields Rebased #73 & fixed heredoc for ruby 2.2 Feel free to test it when available

@piotrb > support getting the token from rubygems credentials the same way the `key` option does Can you explain a bit more about this? Do you mean the `--key` option?...

I am fine with `GITHUB_TOKEN` as it seems to be [used by GitHub CLI](https://github.com/cli/cli/blob/v0.11.1/pkg/cmd/api/api.go#L114) too But `--key` means `Use the API key from ~/.gem/credentials` I think that's not where users...

Opened #83 to fix this issue > 50% Why not 100%? Read the PR :)

If no rejection I will release #83 next week Friday

Partial fix released as [`2.0.3`](https://rubygems.org/gems/gem-release/versions/2.0.3)

@bguest I have reproduced your issue Let me see why it works in spec...

@bguest Oh you need to use `--version` like ``` gem bump --version major gem bump --version minor ``` See [`gem bump` doc](https://github.com/svenfuchs/gem-release#gem-bump)

It seems like the files need to be in the target folder So if you want `gem bootstrap testing` to use custom template Place them in `/code/ruby/testing/.gem-release`

You are gonna have to ask @svenfuchs to see what he thinks