Sha256: a603ded0139d266f9a29cf3612281003580cbdaf44f2ecc18c246c144d54c262
Contents?: true
Size: 202 Bytes
Versions: 5
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true require "bundler/gem_tasks" Dir[File.expand_path("../tasks/**/*.rake", __FILE__)].each { |task| load task } task default: %w(spec rubocop) task ci: %w(spec rubocop)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-5.0.0 | Rakefile |
rbnacl-4.0.2 | Rakefile |
rbnacl-4.0.1 | Rakefile |
rbnacl-4.0.0 | Rakefile |
rbnacl-4.0.0.pre | Rakefile |