Sha256: 64a1de59e7c5b298c0d9d8cf1f9728f1ab9fe5d59cf6ab48c44249fb9489d8cd
Contents?: true
Size: 184 Bytes
Versions: 5
Compression:
Stored size: 184 Bytes
Contents
# encoding: utf-8 require 'rubygems' require 'bundler/setup' require 'bundler/gem_tasks' FileList['tasks/**/*.rake'].each(&method(:import)) desc 'Run all specs' task ci: %w[ spec ]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
loaf-0.6.2 | Rakefile |
loaf-0.6.1 | Rakefile |
loaf-0.6.0 | Rakefile |
loaf-0.5.0 | Rakefile |
loaf-0.4.0 | Rakefile |