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 / deploy_the_gem.feature
Size: Mime:
Feature: Deploy the gem
  After tagging, committing, pushing, and building
  The gem is deployed to Gemfury by default
  But to rubygems on config

  Scenario: Deploy to Gemfury by default
    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 deployed to Gemfury