Sha256: 8df3bc0851f0498d0152cdb22b7c48bf11d8759389d7781dc76105e59727921d
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 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 -rpry -I lib -r linkedin2.rb' end RSpec::Core::RakeTask.new task default: :spec task test: :spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
linkedin2-0.0.19 | Rakefile |
linkedin2-0.0.18 | Rakefile |
linkedin2-0.0.17 | Rakefile |