Sha256: 6c8e96b78f9a514aefdf7277316c45869097b105424a6c517b6c9ac4f74d2276

Contents?: true

Size: 747 Bytes

Versions: 6

Compression:

Stored size: 747 Bytes

Contents

# *********************************************************************************
# URBANopt™, Copyright © Alliance for Sustainable Energy, LLC.
# See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
# *********************************************************************************

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

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

# Load in the rake tasks from the base extension gem
require 'openstudio/extension/rake_task'
require 'urbanopt/geojson'
rake_task = OpenStudio::Extension::RakeTask.new
rake_task.set_extension_class(URBANopt::GeoJSON::Extension, 'urbanopt/urbanopt-geojson-gem')

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

task default: :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
urbanopt-geojson-1.0.1 Rakefile
urbanopt-geojson-1.0.0 Rakefile
urbanopt-geojson-0.11.2 Rakefile
urbanopt-geojson-0.11.1 Rakefile
urbanopt-geojson-0.11.0 Rakefile
urbanopt-geojson-0.10.0 Rakefile