Sha256: ff7d7da754fe54d6db5f32987e95db063579b7412b129598fb2c741343d6c1b6

Contents?: true

Size: 601 Bytes

Versions: 44

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 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/

Version data entries

44 entries across 39 versions & 13 rubygems

Version Path
newgem-1.4.1 features/development.feature
postini-0.1.0 features/development.feature
tweettail-1.0.0 features/development.feature
tweettail-1.1.0 features/development.feature