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 / build_the_gem.feature
Size: Mime:
Feature: Build the gem
  The gem should be built after tagging, committing, and pushing

  Scenario: The gem gets built
    Given a gem that is versioned "0.54.2"
    When I run the buildgem with no options
    Then the gem version file should read "0.54.3"
    And the git repo should be tagged "0.54.3"
    And the last commit should read "Bump! 0.54.3"
    And the "0.54.3" gem should be built