Sha256: d830d3ef1a64d39902ffd61e1da1bfb1aad0d5474d3ecfff4a5dd2dcc202ca64

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 Bytes

Contents

require 'bundler/gem_tasks'

desc 'Fires up the console with preloaded vkontakte_api'
task :console do
  sh 'pry -I ./lib -r ./lib/vkontakte_api'
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = '--color --format doc'
end

task default: :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vkontakte_api-1.4.4 Rakefile
vkontakte_api-1.4.3 Rakefile
vkontakte_api-1.4.2 Rakefile
vkontakte_api-1.4 Rakefile
vkontakte_api-1.3.1 Rakefile
vkontakte_api-1.3 Rakefile
vkontakte_api-1.2 Rakefile