Sha256: 7badc8cd3c17de03440529b380e9a4b817abc6da2e7424e958a552c1d4827c23

Contents?: true

Size: 283 Bytes

Versions: 8

Compression:

Stored size: 283 Bytes

Contents

require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
require "spec/rake/spectask"

Dir['tasks/**/*.rake'].each { |rake| load rake }

task :default => :spec

Spec::Rake::SpecTask.new do |t|
  t.spec_files = FileList["spec/**/*_spec.rb"]
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
alexvollmer-httparty-0.1.5 Rakefile
jnunemaker-httparty-0.1.4 Rakefile
jnunemaker-httparty-0.1.5 Rakefile
jnunemaker-httparty-0.1.6 Rakefile
jnunemaker-httparty-0.1.7 Rakefile
httparty-0.1.6 Rakefile
httparty-0.1.5 Rakefile
httparty-0.1.7 Rakefile