Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Nov 1, 2021
2 parents 80298e2 + 80df9a6 commit ddfd32d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.1.2

Date Range 10/29/21 - 11/01/21

- Fix [#13] (https://github.com/urbanopt/urbanopt-rnm-us-gem/issues/13), update rubyzip dependency to fix conflict

## Version 0.1.1

Date Range 07/22/21 - 10/28/21
Expand Down
2 changes: 1 addition & 1 deletion lib/urbanopt/rnm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

module URBANopt
module RNM
VERSION = '0.1.1'.freeze
VERSION = '0.1.2'.freeze
end
end
6 changes: 3 additions & 3 deletions urbanopt-rnm-us-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib', 'catalogs']
spec.required_ruby_version = '~> 2.7.0'

spec.add_dependency 'faraday', '1.0.1'
spec.add_dependency 'geoutm', '~>1.0.2'
spec.add_dependency 'rubyzip', '2.3.0'
spec.add_dependency 'faraday', '~> 1.0.1'
spec.add_dependency 'geoutm', '~> 1.0.2'
spec.add_dependency 'rubyzip', '~> 2.3.2'
spec.add_dependency 'urbanopt-geojson', '~> 0.6.6'

spec.add_development_dependency 'bundler', '~> 2.1'
Expand Down

0 comments on commit ddfd32d

Please sign in to comment.