Sha256: 73b1d3d4dd610ab5ff66b4ba4831301cc9af9f1b7636a33d01279e3db1b4431c

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
namespace :gem do
  task :build do
    system "rake build && rake install"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tomosia_icon8_crawl-0.1.2 Rakefile
tomosia_icon8_crawl-0.1.1 Rakefile
tomosia_icon8_crawl-0.1.0 Rakefile