Sha256: a59c45107cbd7f7d65cce55f796abb0f09ce19146102bf79ed8bd4c5413d0a0f
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true load File.expand_path('./ext/rbspy/Rakefile', __dir__) load File.expand_path('./ext/thread_id/Rakefile', __dir__) task default: %w[hello] task :hello do puts 'Hello!' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pyroscope_beta-0.1.4 | Rakefile |
pyroscope_beta-0.1.3 | Rakefile |
pyroscope_beta-0.1.2 | Rakefile |
pyroscope_beta-0.1.1 | Rakefile |