Sha256: 275003fb1c7a9e70b3c6a8a9d947e3b5c77315f6e6b6db77bc38b5a79064d747

Contents?: true

Size: 601 Bytes

Versions: 6

Compression:

Stored size: 601 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 task 'rake gem' is invoked
    Then folder 'pkg' is created
    And file matching 'pkg/*.gem' is created else you should run "rake manifest:refresh" to fix this
    And gem spec key 'rdoc_options' contains /--mainREADME.rdoc/

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
newgem-1.0.5 features/development.feature
newgem-1.0.4 rubygems_generators/install_cucumber/templates/features/development.feature
newgem-1.0.4 features/development.feature
newgem-1.0.5 rubygems_generators/install_cucumber/templates/features/development.feature
newgem-1.0.6 rubygems_generators/install_cucumber/templates/features/development.feature
newgem-1.0.6 features/development.feature