Sha256: 88f7bc0ea5924bbc8c6f0306569da3ed55f53e3aa00babf9023c30727fd1721d

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

# the relative path to the file to update
version_file_relative_path: 'lib/*/version.rb'
# the field in the file above to update
version_field: 'VERSION'
# type of versioning scheme, currently not used
version_type: 'semver'
# adapter name
adapter_name: 'gem'
# used to detect that this is a gem, this should be a glob
detection_pattern: '*.gemspec'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
release_me-0.1.3 lib/release_me/adapters/gem.yaml
release_me-0.1.2 lib/release_me/adapters/gem.yaml
release_me-0.1.1 lib/release_me/adapters/gem.yaml
release_me-0.1.0 lib/release_me/adapters/gem.yaml