Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
buildgem / features / push_to_origin.feature
Size: Mime:
Feature: Push to origin
  After bumping the version
  And Committing the new version
  And tagging the repo
  Buildgem will push the commit & the new tag

  Scenario: Push to origin
    Given a gem that is versioned "0.54.2"
    When I run the buildgem with the options:
      |minor|
    Then the gem version file should read "0.55.0"
    And the git repo should be tagged "0.55.0"
    And the last commit should read "Bump! 0.55.0"
    And there should be no commits left to push