urbanopt-rnm-us 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.add_dependency 'faraday', '~> 1.0.1'
28
28
  spec.add_dependency 'geoutm', '~> 1.0.2'
29
29
  spec.add_dependency 'rubyzip', '~> 2.3.2'
30
- spec.add_dependency 'urbanopt-geojson', '~> 0.7.0'
30
+ spec.add_dependency 'urbanopt-geojson', '~> 0.8.0'
31
31
 
32
32
  spec.add_development_dependency 'bundler', '~> 2.1'
33
33
  spec.add_development_dependency 'rake', '~> 13.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-rnm-us
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katherine Fleming
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-12-07 00:00:00.000000000 Z
12
+ date: 2022-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: certified
@@ -73,14 +73,14 @@ dependencies:
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 0.7.0
76
+ version: 0.8.0
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: 0.7.0
83
+ version: 0.8.0
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: bundler
86
86
  requirement: !ruby/object:Gem::Requirement
@@ -203,9 +203,14 @@ files:
203
203
  - lib/urbanopt/rnm/scenario_report.rb
204
204
  - lib/urbanopt/rnm/substation_location.rb
205
205
  - lib/urbanopt/rnm/transformer_opendss.rb
206
+ - lib/urbanopt/rnm/validation.rb
207
+ - lib/urbanopt/rnm/validation/main_validation.py
208
+ - lib/urbanopt/rnm/validation/opendss_interface.py
209
+ - lib/urbanopt/rnm/validation/plot_lib.py
206
210
  - lib/urbanopt/rnm/version.rb
207
211
  - lib/urbanopt/rnm/wires_class.rb
208
212
  - lib/urbanopt/rnm/wires_opendss.rb
213
+ - opendss_catalog.json
209
214
  - urbanopt-rnm-us-gem.gemspec
210
215
  homepage: https://github.com/urbanopt/urbanopt-RNM-us-gem
211
216
  licenses: []