Sha256: 13308da213be62c63293128f1fd505e149861e48a3291ab5726f23d2134559cb
Contents?: true
Size: 607 Bytes
Versions: 6
Compression:
Stored size: 607 Bytes
Contents
task :default => :spec require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = '--backtrace --color' end begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'parallel' gem.summary = "Run any kind of code in parallel processes" gem.email = "grosser.michael@gmail.com" gem.homepage = "http://github.com/grosser/#{gem.name}" gem.authors = ["Michael Grosser"] gem.license = "MIT" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: gem install jeweler" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
parallel-0.5.15 | Rakefile |
parallel-0.5.14 | Rakefile |
parallel-0.5.13 | Rakefile |
parallel-0.5.12 | Rakefile |
parallel-0.5.11 | Rakefile |
parallel-0.5.10 | Rakefile |