salemove / freddy

Messaging api supporting request-response and acknowledgements.
MIT License
9 stars 0 forks source link

Disable MFA requirement in gemspec #79

Closed annaagaf closed 2 years ago

annaagaf commented 2 years ago

Removing MFA requirement for gem publishing and corresponding RuboCop rule to allow auto-publish with GitHub action.

annaagaf commented 2 years ago
++ ruby -r rubygems -e 'puts Gem::Specification::load('\''freddy.gemspec'\'').version'
+ gem_version=2.5.0.pre.rc.1
+ echo '::set-output name=gem_version::2.5.0.pre.rc.1'
+ git fetch origin refs/tags/v2.5.0.pre.rc.1
Tag 'v2.5.0.pre.rc.1' already exists
+ echo 'Tag '\''v2.5.0.pre.rc.1'\'' already exists'
take-five commented 2 years ago

@indrekj can you push the gem manually please?

take-five commented 2 years ago

NVM, it actually was published https://rubygems.org/gems/freddy/versions/2.5.0.pre.rc.1

annaagaf commented 2 years ago

@indrekj published manually (because on the first failed attempt tag was already created)