Sha256: 21591ade3a5bf1626f39ccc7e922998fdc59a399483e9793fc08d948347efe1f

Contents?: true

Size: 245 Bytes

Versions: 13

Compression:

Stored size: 245 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc 'Open an irb session preloaded with this library'
task :console do
  sh 'irb -rubygems -I lib -r linkedin2.rb'
end

RSpec::Core::RakeTask.new

task default: :spec
task test: :spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
linkedin2-0.0.16 Rakefile
linkedin2-0.0.15 Rakefile
linkedin2-0.0.14 Rakefile
linkedin2-0.0.13 Rakefile
linkedin2-0.0.12 Rakefile
linkedin2-0.0.11 Rakefile
linkedin2-0.0.10 Rakefile
linkedin2-0.0.9 Rakefile
linkedin2-0.0.8 Rakefile
linkedin2-0.0.7 Rakefile
linkedin2-0.0.6 Rakefile
linkedin2-0.0.5 Rakefile
linkedin2-0.0.4 Rakefile