Sha256: 2e0f66d6a4f3a1b738088c3c7ca6e23e25331bb5d37a99ec0ee7c9c88048b895

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 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

11 entries across 11 versions & 2 rubygems

Version Path
tomosia_icons8_crawl-0.1.4 Rakefile
tomosia_icon8_crawl-0.1.8 Rakefile
tomosia_icons8_crawl-0.1.3 Rakefile
tomosia_icon8_crawl-0.1.7 Rakefile
tomosia_icon8_crawl-0.1.6 Rakefile
tomosia_icon8_crawl-0.1.5 Rakefile
tomosia_icon8_crawl-0.1.4 Rakefile
tomosia_icons8_crawl-0.1.2 Rakefile
tomosia_icons8_crawl-0.1.1 Rakefile
tomosia_icon8_crawl-0.1.3 Rakefile
tomosia_icons8_crawl-0.1.0 Rakefile