Sha256: 48819157bb010754e036f915b06fc4d717e3d39d62341a81ad460512eb0f8686

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

task :default => :spec

task :demo do
  require_relative 'lib/fortschritt'
  count = ENV['COUNT'] ? ENV['COUNT'].to_i : 1000
  (1..count).to_a.with_fortschritt.each do |i|
    i.fortschritt
    sleep rand/50
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fortschritt-1.0.3 Rakefile
fortschritt-1.0.2 Rakefile
fortschritt-1.0.1 Rakefile
fortschritt-1.0.0 Rakefile
fortschritt-0.3.6 Rakefile
fortschritt-0.2.6 Rakefile
fortschritt-0.2.5 Rakefile
fortschritt-0.2.4 Rakefile
fortschritt-0.2.3 Rakefile
fortschritt-0.2.2 Rakefile
fortschritt-0.2.1 Rakefile