Sha256: 6500f1ce1d302ef35193710b8f89e0488cd60953adcc172620cecc02e9f262ce
Contents?: true
Size: 790 Bytes
Versions: 2
Compression:
Stored size: 790 Bytes
Contents
:releasables: - :id: revision :revision: :src: lib/revision/version.rb :regex: (?<prefix>VERSION = ")(?<major>\d+)(?<sep1>\.)(?<minor>\d+)(?<sep2>\.)(?<patch>\d+)(?<postfix>".freeze) :comment_prefix: "#" :build_steps: - mkdir -p test-output/2 - bundle exec rake install #Define 3 build artefacts as test cases for 'deploy' and 'archive' tasks #Expect checksum file to be generated by default for first entry (where not specified explicitly) :artefacts: - :src: pkg/revision-<VER>.gem - :src: README.org :chk: false - :src: Rakefile :chk: true #Define two deployment destinations to verify multiple deployments work as intended :deploy: - :dest: ./test-output - :dest: ./test-output/2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
revision-2.0.1 | releasables.yaml |
revision-2.0.0 | releasables.yaml |