Sha256: ff52d6c41e61501905daaa1f1ab073e34331d2d829d439f4e2f901516202c6e3
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
<% USE_TILDE_TAGS = !defined?(::RUBY_ENGINE_VERSION) || (::RUBY_ENGINE_VERSION < '2.0.0') NOT_WIP_TAG = USE_TILDE_TAGS ? '~@wip' : '"not @wip"' NOT_RUBY_1_9_TAG = USE_TILDE_TAGS ? '~@ruby-1.9' : '"not @ruby-1.9"' def tags(tag = NOT_WIP_TAG) tags = [tag] tags << NOT_RUBY_1_9_TAG if RUBY_VERSION.to_f < 1.9 tags.join(" --tags ") end %> default: --require features --tags <%= tags %> --format progress wip: --require features --tags @wip:3 --wip features
Version data entries
5 entries across 5 versions & 1 rubygems