Sha256: 734e540b3be192fb9e7ed0e0da723151972da1b78fb49df0b53c427752337d57

Contents?: true

Size: 635 Bytes

Versions: 37

Compression:

Stored size: 635 Bytes

Contents

Feature: Development processes of newgem itself (rake tasks)

  As a Newgem maintainer or contributor
  I want rake tasks to maintain and release the gem
  So that I can spend time on the tests and code, and not excessive time on maintenance processes
    
  Scenario: Generate RubyGem
    Given this project is active project folder
    And "pkg" folder is deleted
    When I invoke task "rake gem"
    Then folder "pkg" is created
    And file with name matching "pkg/*.gem" is created else you should run "rake manifest" to fix this
    And gem spec key "rdoc_options" contains /(--mainREADME.rdoc|\[\"--main\", \"README.rdoc\"\])/

Version data entries

37 entries across 36 versions & 9 rubygems

Version Path
rubigen-1.5.7 features/development.feature
rubigen-1.5.6 features/development.feature
tailor-0.1.3 features/development.feature
tailor-0.1.2 features/development.feature
fisheye-crucible-0.0.2 features/development.feature
choctop-0.14.1 features/development.feature
choctop-0.14.0 features/development.feature
fisheye-crucible-0.0.1 features/development.feature
github_organizations_scraper-0.5.0 features/development.feature
choctop-0.13.1 features/development.feature
choctop-0.13.0 features/development.feature
tailor-0.1.1 features/development.feature
tailor-0.1.0 features/development.feature
billymeltdown-choctop-0.11.0.8 features/development.feature
choctop-0.12.1 features/development.feature
choctop-0.12.0 features/development.feature
picasa_plucker-1.0.0 features/development.feature
rubigen-1.5.5 features/development.feature
billymeltdown-choctop-0.11.0.7 features/development.feature
billymeltdown-choctop-0.11.0.6 features/development.feature