Sha256: d8c9c363b7b892b665e742c565abe6add455d16cd0d48b0d07132250bae67bfc

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

# encoding: UTF-8

$:.unshift File.join(File.dirname(__FILE__), 'lib')

require 'rubygems' unless ENV['NO_RUBYGEMS']

require 'bundler'
require 'rspec/core/rake_task'
require 'rubygems/package_task'

require 'tmx-parser'

Bundler::GemHelper.install_tasks

task :default => :spec

desc 'Run specs'
RSpec::Core::RakeTask.new do |t|
  t.pattern = './spec/**/*_spec.rb'
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tmx-parser-2018-1.2 Rakefile
tmx-parser-2018-1.1.1 Rakefile
tmx-parser-2018-1.1.0 Rakefile
tmx-parser-1.1.0 Rakefile
tmx-parser-1.0.1 Rakefile
tmx-parser-1.0.0 Rakefile