Sha256: ce05038500ea404457ee44c355b68b82aee7b280ef53f45652c636027b93b924

Contents?: true

Size: 417 Bytes

Versions: 55

Compression:

Stored size: 417 Bytes

Contents

require 'rubygems'
require "rake"
require File.expand_path(File.join(File.dirname(__FILE__), 'lib', 'mandy'))
require 'spec/rake/spectask'

task :default => :spec

Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_files = FileList['spec/lib/**/*_spec.rb']
  t.spec_opts = %w{-f s -c -L mtime}
end

task :gem do
  `sudo gem build mandy.gemspec`
  `mkdir pkg; mv mandy-*.gem pkg/`
  `sudo gem install pkg/mandy-*.gem`
end

Version data entries

55 entries across 55 versions & 2 rubygems

Version Path
trafficbroker-mandy-0.2.5 Rakefile
trafficbroker-mandy-0.2.6 Rakefile
trafficbroker-mandy-0.2.7 Rakefile
trafficbroker-mandy-0.2.8 Rakefile
trafficbroker-mandy-0.2 Rakefile
mandy-0.4.90 Rakefile
mandy-0.4.88 Rakefile
mandy-0.4.87 Rakefile
mandy-0.4.86 Rakefile
mandy-0.4.83 Rakefile
mandy-0.4.10 Rakefile
mandy-0.4.81 Rakefile
mandy-0.4.8 Rakefile
mandy-0.4.7 Rakefile
mandy-0.4.6 Rakefile
mandy-0.4.5 Rakefile
mandy-0.4.4 Rakefile
mandy-0.4.3 Rakefile
mandy-0.4.2 Rakefile
mandy-0.4.1 Rakefile