Sha256: 327da2e0663b9c73a440ed77e78d9922c351c6928c3c0f2ad691a04e8c3ab3a7
Contents?: true
Size: 199 Bytes
Versions: 5
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true require "bundler/gem_tasks" Dir[File.expand_path("tasks/**/*.rake", __dir__)].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-7.1.1 | Rakefile |
rbnacl-7.1.0 | Rakefile |
rbnacl-7.0.0 | Rakefile |
rbnacl-6.0.1 | Rakefile |
rbnacl-6.0.0 | Rakefile |