Sha256: f0c3ad3f2d3f04964cb4a0bb5d1380416051dfba55059ce1ffb30cc2027dd9c1

Contents?: true

Size: 603 Bytes

Versions: 62

Compression:

Stored size: 603 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 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

62 entries across 56 versions & 14 rubygems

Version Path
hookercookerman-amee-0.1.5 features/development.feature
hookercookerman-amee-0.1.6 features/development.feature
hookercookerman-amee-0.1.8 features/development.feature
hookercookerman-amee-0.1.9 features/development.feature
hookercookerman-amee-0.2.0 features/development.feature
hookercookerman-amee-0.2.1 features/development.feature
kjeldahl-mysql_schema_bulk_change-0.2.0 features/development.feature
nkryptic-sandbox-0.2.0 features/development.feature
nkryptic-sandbox-0.2.1 features/development.feature
nkryptic-sandbox-0.2.2 features/development.feature
nkryptic-sandbox-0.2.3 features/development.feature
nkryptic-sandbox-0.2.4 features/development.feature
ruby-virtualenv-0.5.0 features/development.feature
mysql_schema_bulk_change-0.2.0 features/development.feature
cgialib-0.0.1 features/development.feature
choctop-0.9.0 features/development.feature
choctop-0.9.1 features/development.feature
choctop-0.9.2 features/development.feature
choctop-0.9.3 features/development.feature
choctop-0.9.5 features/development.feature