Sha256: d8894dcea195fdf52f06531c346d891913eb5879760c6254e841fc919c020193
Contents?: true
Size: 866 Bytes
Versions: 1
Compression:
Stored size: 866 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "curb-openuri" s.summary = %Q{open-uri drop-in replacement that uses curb} s.email = 'romanbsd@yahoo.com' s.homepage = "http://github.com/romanbsd/curb-openuri" s.description = s.summary s.authors = ["Roman Shterenzon"] s.add_dependency('curb', '>=0.1.4') end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end require 'rake/rdoctask' Rake::RDocTask.new do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'curb-openuri' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end require 'rspec/core/rake_task' RSpec::Core::RakeTask.new task :default => :spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
curb-openuri-0.2.1 | Rakefile |