honeybee-openstudio 2.0.3 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ module FromHoneybee
39
39
  @@schema = nil
40
40
 
41
41
  def schema_file
42
- File.join(@lib_dir, 'from_honeybee', '_openapi', 'simulation-parameter.json')
42
+ File.join(@lib_dir, 'from_honeybee', '_defaults', 'simulation-parameter.json')
43
43
  end
44
44
 
45
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-05-29 00:00:00.000000000 Z
14
+ date: 2020-07-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -149,6 +149,7 @@ extensions: []
149
149
  extra_rdoc_files: []
150
150
  files:
151
151
  - ".coveralls.yml"
152
+ - ".github/workflows/emit-release-event.yaml"
152
153
  - ".gitignore"
153
154
  - ".releaserc.json"
154
155
  - ".travis.yml"
@@ -165,12 +166,14 @@ files:
165
166
  - lib/files/honeybee_workflow.osw
166
167
  - lib/files/urbanopt_Gemfile
167
168
  - lib/from_honeybee.rb
168
- - lib/from_honeybee/_openapi/model.json
169
- - lib/from_honeybee/_openapi/simulation-parameter.json
169
+ - lib/from_honeybee/_defaults/energy_default.json
170
+ - lib/from_honeybee/_defaults/model.json
171
+ - lib/from_honeybee/_defaults/simulation-parameter.json
170
172
  - lib/from_honeybee/construction/air.rb
171
173
  - lib/from_honeybee/construction/opaque.rb
172
174
  - lib/from_honeybee/construction/shade.rb
173
175
  - lib/from_honeybee/construction/window.rb
176
+ - lib/from_honeybee/construction/windowshade.rb
174
177
  - lib/from_honeybee/construction_set.rb
175
178
  - lib/from_honeybee/extension.rb
176
179
  - lib/from_honeybee/geometry/aperture.rb