Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openstudio-metadata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openstudio-metadata

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Openstudio Metadata Gem

This gem produces semantic data representations for OpenStudio models

Installation

Add this line to your application's Gemfile:

gem 'openstudio-metadata'

And then execute:

$ bundle

Or install it yourself as:

$ gem install 'openstudio-metadata'

Usage

Find documentation at https://www.rubydoc.info/gems/openstudio-metadata

Note

This Gem requires OpenStudio@3.0 or greater

Developing

Environment Setup

  • Prereqs: bundle, OpenStudio, ruby, rbenv (not technically required, but it will greately reduce headaches)
  1. Install ruby with rbenv

     $ rbenv install 2.5.5
    

    check compatability matrix for which ruby version is supported by your version of OpenStudio

  2. Set project project to use specific ruby version:

     $ rbenv local 2.5.5
    
  3. Install required gems with bundle

     $ bundle install
    

Contributing

  1. Create branch
  2. Work on feature, add tests
  3. Make sure tests are passing: bundle exec rspec
  4. Add commits
  5. Run bundle exec rake rubocop:auto_correct
  6. Commit and push
  7. Add PR to feature

Releasing

  1. Update change log
  2. Update version in /lib/openstudio/openstudio-metadata/version.rb
  3. Run bundle exec rake rubocop:auto_correct
  4. Merge develop down to master and confirm tests pass
  5. Release via github
  6. run rake release from master

FAQs

Package last updated on 24 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc