Sha256: 0a8a51c130abb3bc322c19455aa9edb6bc5cfe178547e7cc203d3b380184f91c
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
name: bundler-install-stats type: ruby up: - ruby: '3.2.1' - bundler commands: console: desc: Open console with the gem loaded run: bin/console build: desc: Build the gem using rake build run: bin/rake build test: desc: Run tests syntax: argument: file optional: args... run: | if [[ $# -eq 0 ]]; then bin/rake test else bin/rake -I test "$@" fi style: desc: Run rubocop aliases: [rubocop, lint] run: bin/rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bundler_install_stats-0.1.1 | dev.yml |
bundler_install_stats-0.1.0 | dev.yml |