Sha256: 0b15cbf11b6f778a24045527aa7767134ae655b483c2805be1f342aa17f259fc
Contents?: true
Size: 478 Bytes
Versions: 4
Compression:
Stored size: 478 Bytes
Contents
#!/usr/bin/env rake require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :test => :spec task :default => :spec load 'vcr/tasks/vcr.rake' require 'rdoc/task' require File.expand_path('../lib/linked_in/version', __FILE__) RDoc::Task.new do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = "linkedin #{LinkedIn::VERSION::STRING}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
linkedin-0.4.6 | Rakefile |
linkedin-0.4.4 | Rakefile |
linkedin-0.4.3 | Rakefile |
linkedin-0.4.2 | Rakefile |