Sha256: a275aedd8316e78b61ec0f48a0d8aa4c6452c95f3234e0d6c8820d5b0ee59663

Contents?: true

Size: 526 Bytes

Versions: 14

Compression:

Stored size: 526 Bytes

Contents

require 'bundler'

# Use vinfo tasks onto it self

$LOAD_PATH.unshift File.expand_path('./lib', File.dirname(__FILE__))

require 'version_info'
require 'version_info/version'


VersionInfo::install_tasks(:target => VersionInfo)

# now we have VersionInfo::VERSION defined, can load this
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

desc "run specs"
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ["-c", "-f d", "-r ./spec/spec_helper.rb"]
  t.pattern = 'spec/**/*_spec.rb'
end

task :default  => :spec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
version_info-1.9.0 Rakefile
version_info-1.8.8 Rakefile
version_info-1.8.7 Rakefile
version_info-1.8.5 Rakefile
version_info-1.8.2 Rakefile
version_info-1.8.0 Rakefile
version_info-1.7.7 Rakefile
version_info-1.7.6 Rakefile
version_info-1.7.5 Rakefile
version_info-1.7.4 Rakefile
version_info-1.7.3 Rakefile
version_info-1.7.2 Rakefile
version_info-1.7.1 Rakefile
version_info-1.7.0 Rakefile