Skip to content

Commit

Permalink
Merge pull request #38 from urbanopt/develop
Browse files Browse the repository at this point in the history
Prep version 0.6.2
  • Loading branch information
kflemin authored Jul 1, 2021
2 parents 016d220 + b65c7ae commit f7c4752
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ AllCops:
- gems/**/*
- measures/**/*
- spec/files/**/measures/**/*

require: rubocop-performance

inherit_from:
- http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v3.yml

- http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# URBANopt Core Gem

## Version 0.6.1
Date Range: 04/27/21 - 07/01/21

- Fixed [#37]( https://github.com/urbanopt/urbanopt-core-gem/pull/37 ), update rubocop configs to v4

## Version 0.6.0

Date Range: 12/08/20 - 04/26/21
Expand Down
2 changes: 1 addition & 1 deletion lib/urbanopt/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

module URBANopt
module Core
VERSION = '0.6.0'.freeze
VERSION = '0.6.1'.freeze
end
end
2 changes: 1 addition & 1 deletion urbanopt-core-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.7'

spec.add_dependency 'openstudio-extension', '~> 0.4.2'
spec.add_dependency 'openstudio-extension', '~> 0.4.3'
end

0 comments on commit f7c4752

Please sign in to comment.