Sha256: 05733307eb96398653fa5fa4aee83cadeaaa5fc6904e850b922f2b51b749796c

Contents?: true

Size: 441 Bytes

Versions: 29

Compression:

Stored size: 441 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

require 'rubocop/rake_task'
RuboCop::RakeTask.new

# Load in the rake tasks from the base openstudio-extension gem
require 'openstudio/extension/rake_task'
require 'openstudio/GEM_NAME_UNDERSCORES'
os_extension = OpenStudio::Extension::RakeTask.new
os_extension.set_extension_class(OpenStudio::GEM_CLASS_NAME::GEM_CLASS_NAME)

task default: :spec

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
openstudio-extension-0.8.2 init_templates/template_rakefile.txt
openstudio-extension-0.8.1 init_templates/template_rakefile.txt
openstudio-extension-0.8.0 init_templates/template_rakefile.txt
openstudio-extension-0.7.1 init_templates/template_rakefile.txt
openstudio-extension-0.7.0 init_templates/template_rakefile.txt
openstudio-extension-0.6.1 init_templates/template_rakefile.txt
openstudio-extension-0.6.0 init_templates/template_rakefile.txt
openstudio-extension-0.6.0.rc1 init_templates/template_rakefile.txt
openstudio-extension-0.5.1 init_templates/template_rakefile.txt
openstudio-extension-0.5.0 init_templates/template_rakefile.txt
openstudio-extension-0.4.4 init_templates/template_rakefile.txt
openstudio-extension-0.4.3 init_templates/template_rakefile.txt
openstudio-extension-0.4.2 init_templates/template_rakefile.txt
openstudio-extension-0.4.1 init_templates/template_rakefile.txt
openstudio-extension-0.4.0 init_templates/template_rakefile.txt
openstudio-extension-0.2.6 init_templates/template_rakefile.txt
openstudio-extension-0.3.2 init_templates/template_rakefile.txt
openstudio-extension-0.3.1 init_templates/template_rakefile.txt
openstudio-extension-0.3.0 init_templates/template_rakefile.txt
openstudio-extension-0.2.5 init_templates/template_rakefile.txt