Sha256: 4d566ecd604c06bc9690cb68c7f08c6a554e3792822adb6261a0770c9b1d834a

Contents?: true

Size: 287 Bytes

Versions: 12

Compression:

Stored size: 287 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.rb'
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

12 entries across 12 versions & 1 rubygems

Version Path
vkontakte_api-1.1 Rakefile
vkontakte_api-1.0.4 Rakefile
vkontakte_api-1.0.3 Rakefile
vkontakte_api-1.0.2 Rakefile
vkontakte_api-1.0.1 Rakefile
vkontakte_api-1.0 Rakefile
vkontakte_api-1.0.rc3 Rakefile
vkontakte_api-1.0.rc2 Rakefile
vkontakte_api-1.0.rc Rakefile
vkontakte_api-0.2.1 Rakefile
vkontakte_api-0.2 Rakefile
vkontakte_api-0.1 Rakefile