Sha256: 32ce00ced42043dc2bf60874d5be18001b1628f3b3a548f7c507ad6f9fa9ee88

Contents?: true

Size: 240 Bytes

Versions: 17

Compression:

Stored size: 240 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rake-version"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

RakeVersion::Tasks.new do |v|
  v.copy "lib/tabulo/version.rb"
  v.copy "README.md", all: true
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tabulo-2.3.3 Rakefile
tabulo-2.3.2 Rakefile
tabulo-2.3.1 Rakefile
tabulo-2.3.0 Rakefile
tabulo-2.2.0 Rakefile
tabulo-2.1.1 Rakefile
tabulo-2.1.0 Rakefile
tabulo-2.0.2 Rakefile
tabulo-2.0.1 Rakefile
tabulo-2.0.0 Rakefile
tabulo-1.5.1 Rakefile
tabulo-1.5.0 Rakefile
tabulo-1.4.1 Rakefile
tabulo-1.4.0 Rakefile
tabulo-1.3.0 Rakefile
tabulo-1.2.2 Rakefile
tabulo-1.2.1 Rakefile