Sha256: 15d4c9f7f22f27299fa29899d45a07b4982de4b4e02838b64902a80b40977072
Contents?: true
Size: 175 Bytes
Versions: 3
Compression:
Stored size: 175 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: :spec task :doc do sh %{yardoc 'lib/**/*.rb' --output docs} end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wazuh-ruby-client-0.3.7 | Rakefile |
wazuh-ruby-client-0.3.6 | Rakefile |
wazuh-ruby-client-0.3.5 | Rakefile |