openstudio-aedg 0.3.0 → 0.6.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.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -1
- data/CHANGELOG.md +11 -0
- data/Jenkinsfile +4 -3
- data/LICENSE.md +1 -1
- data/README.md +19 -4
- data/Rakefile +1 -1
- data/doc_templates/LICENSE.md +1 -1
- data/doc_templates/copyright_erb.txt +1 -1
- data/doc_templates/copyright_js.txt +1 -1
- data/doc_templates/copyright_ruby.txt +1 -1
- data/lib/measures/AedgK12ElectricEquipment/LICENSE.md +1 -1
- data/lib/measures/AedgK12ElectricEquipment/measure.rb +1 -1
- data/lib/measures/AedgK12ElectricEquipment/measure.xml +6 -6
- data/lib/measures/AedgK12ElectricEquipment/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12ElectricEquipmentControls/LICENSE.md +1 -1
- data/lib/measures/AedgK12ElectricEquipmentControls/measure.rb +1 -1
- data/lib/measures/AedgK12ElectricEquipmentControls/measure.xml +6 -6
- data/lib/measures/AedgK12ElectricEquipmentControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12EnvelopeAndEntryInfiltration/LICENSE.md +1 -1
- data/lib/measures/AedgK12EnvelopeAndEntryInfiltration/measure.rb +1 -1
- data/lib/measures/AedgK12EnvelopeAndEntryInfiltration/measure.xml +6 -6
- data/lib/measures/AedgK12EnvelopeAndEntryInfiltration/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12ExteriorDoorConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgK12ExteriorDoorConstruction/measure.rb +1 -1
- data/lib/measures/AedgK12ExteriorDoorConstruction/measure.xml +6 -6
- data/lib/measures/AedgK12ExteriorDoorConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12ExteriorFloorConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgK12ExteriorFloorConstruction/measure.rb +1 -1
- data/lib/measures/AedgK12ExteriorFloorConstruction/measure.xml +6 -6
- data/lib/measures/AedgK12ExteriorFloorConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12ExteriorLighting/LICENSE.md +1 -1
- data/lib/measures/AedgK12ExteriorLighting/measure.rb +1 -1
- data/lib/measures/AedgK12ExteriorLighting/measure.xml +6 -6
- data/lib/measures/AedgK12ExteriorLighting/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12ExteriorWallConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgK12ExteriorWallConstruction/measure.rb +1 -1
- data/lib/measures/AedgK12ExteriorWallConstruction/measure.xml +6 -6
- data/lib/measures/AedgK12ExteriorWallConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12FenestrationAndDaylightingControls/LICENSE.md +1 -1
- data/lib/measures/AedgK12FenestrationAndDaylightingControls/measure.rb +1 -1
- data/lib/measures/AedgK12FenestrationAndDaylightingControls/measure.xml +6 -6
- data/lib/measures/AedgK12FenestrationAndDaylightingControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12HvacDualDuctDoas/LICENSE.md +1 -1
- data/lib/measures/AedgK12HvacDualDuctDoas/measure.rb +1 -1
- data/lib/measures/AedgK12HvacDualDuctDoas/measure.xml +6 -6
- data/lib/measures/AedgK12HvacDualDuctDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12HvacFanCoilDoas/LICENSE.md +1 -1
- data/lib/measures/AedgK12HvacFanCoilDoas/measure.rb +1 -1
- data/lib/measures/AedgK12HvacFanCoilDoas/measure.xml +6 -6
- data/lib/measures/AedgK12HvacFanCoilDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12HvacGshpDoas/LICENSE.md +1 -1
- data/lib/measures/AedgK12HvacGshpDoas/measure.rb +1 -1
- data/lib/measures/AedgK12HvacGshpDoas/measure.xml +6 -6
- data/lib/measures/AedgK12HvacGshpDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12InteriorFinishes/LICENSE.md +1 -1
- data/lib/measures/AedgK12InteriorFinishes/measure.rb +1 -1
- data/lib/measures/AedgK12InteriorFinishes/measure.xml +8 -8
- data/lib/measures/AedgK12InteriorFinishes/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12InteriorLighting/LICENSE.md +1 -1
- data/lib/measures/AedgK12InteriorLighting/measure.rb +1 -1
- data/lib/measures/AedgK12InteriorLighting/measure.xml +6 -6
- data/lib/measures/AedgK12InteriorLighting/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12InteriorLightingControls/LICENSE.md +1 -1
- data/lib/measures/AedgK12InteriorLightingControls/measure.rb +1 -1
- data/lib/measures/AedgK12InteriorLightingControls/measure.xml +6 -6
- data/lib/measures/AedgK12InteriorLightingControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12Kitchen/LICENSE.md +1 -1
- data/lib/measures/AedgK12Kitchen/measure.rb +1 -1
- data/lib/measures/AedgK12Kitchen/measure.xml +6 -6
- data/lib/measures/AedgK12Kitchen/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12RoofConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgK12RoofConstruction/measure.rb +1 -1
- data/lib/measures/AedgK12RoofConstruction/measure.xml +6 -6
- data/lib/measures/AedgK12RoofConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12SlabAndBasement/LICENSE.md +1 -1
- data/lib/measures/AedgK12SlabAndBasement/measure.rb +1 -1
- data/lib/measures/AedgK12SlabAndBasement/measure.xml +8 -8
- data/lib/measures/AedgK12SlabAndBasement/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgK12SlabAndBasement/resources/OsLib_EnergyPlusMethods.rb +1 -1
- data/lib/measures/AedgK12SlabAndBasement/resources/os_lib_helper_methods.rb +1 -1
- data/lib/measures/AedgK12Swh/LICENSE.md +1 -1
- data/lib/measures/AedgK12Swh/measure.rb +1 -1
- data/lib/measures/AedgK12Swh/measure.xml +6 -6
- data/lib/measures/AedgK12Swh/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacAshpDoas/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacAshpDoas/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacAshpDoas/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacAshpDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacFanCoilDoas/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacFanCoilDoas/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacFanCoilDoas/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacFanCoilDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacRadiantDoas/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacRadiantDoas/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacRadiantDoas/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacRadiantDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacVavChW/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacVavChW/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacVavChW/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacVavChW/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacVavDx/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacVavDx/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacVavDx/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacVavDx/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeHvacWshpDoas/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeHvacWshpDoas/measure.rb +1 -1
- data/lib/measures/AedgOfficeHvacWshpDoas/measure.xml +6 -6
- data/lib/measures/AedgOfficeHvacWshpDoas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgOfficeSwh/LICENSE.md +1 -1
- data/lib/measures/AedgOfficeSwh/measure.rb +1 -1
- data/lib/measures/AedgOfficeSwh/measure.xml +6 -6
- data/lib/measures/AedgOfficeSwh/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipment/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipment/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipment/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipment/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipmentControls/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipmentControls/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipmentControls/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeElectricEquipmentControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeEnvelopeAndEntryInfiltration/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeEnvelopeAndEntryInfiltration/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeEnvelopeAndEntryInfiltration/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeEnvelopeAndEntryInfiltration/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorDoorConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorDoorConstruction/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorDoorConstruction/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeExteriorDoorConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorFloorConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorFloorConstruction/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorFloorConstruction/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeExteriorFloorConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorLighting/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorLighting/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorLighting/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeExteriorLighting/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorWallConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorWallConstruction/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeExteriorWallConstruction/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeExteriorWallConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeFenestrationAndDaylightingControls/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeFenestrationAndDaylightingControls/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeFenestrationAndDaylightingControls/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeFenestrationAndDaylightingControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorFinishes/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorFinishes/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorFinishes/measure.xml +8 -8
- data/lib/measures/AedgSmallToMediumOfficeInteriorFinishes/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLighting/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLighting/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLighting/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeInteriorLighting/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLightingControls/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLightingControls/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeInteriorLightingControls/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeInteriorLightingControls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeRoofConstruction/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeRoofConstruction/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeRoofConstruction/measure.xml +6 -6
- data/lib/measures/AedgSmallToMediumOfficeRoofConstruction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/LICENSE.md +1 -1
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/measure.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/measure.xml +8 -8
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/resources/OsLib_EnergyPlusMethods.rb +1 -1
- data/lib/measures/AedgSmallToMediumOfficeSlabAndBasement/resources/os_lib_helper_methods.rb +1 -1
- data/lib/measures/zedgk_12_electric_equipment/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_electric_equipment/measure.rb +1 -1
- data/lib/measures/zedgk_12_electric_equipment/measure.xml +6 -6
- data/lib/measures/zedgk_12_electric_equipment/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_envelope_infiltration/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_envelope_infiltration/measure.rb +1 -1
- data/lib/measures/zedgk_12_envelope_infiltration/measure.xml +6 -6
- data/lib/measures/zedgk_12_envelope_infiltration/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_exterior_door_construction/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_exterior_door_construction/measure.rb +1 -1
- data/lib/measures/zedgk_12_exterior_door_construction/measure.xml +6 -6
- data/lib/measures/zedgk_12_exterior_door_construction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_exterior_wall_construction/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_exterior_wall_construction/measure.rb +1 -1
- data/lib/measures/zedgk_12_exterior_wall_construction/measure.xml +6 -6
- data/lib/measures/zedgk_12_exterior_wall_construction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_fenestration_and_daylighting_controls/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_fenestration_and_daylighting_controls/measure.rb +1 -1
- data/lib/measures/zedgk_12_fenestration_and_daylighting_controls/measure.xml +6 -6
- data/lib/measures/zedgk_12_fenestration_and_daylighting_controls/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas/measure.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas/measure.xml +7 -7
- data/lib/measures/zedgk_12_hvac_fan_coil_doas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas/resources/OsLib_HVAC_zedg_fan_coil.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas_air_cooled_chiller/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas_air_cooled_chiller/measure.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas_air_cooled_chiller/measure.xml +7 -7
- data/lib/measures/zedgk_12_hvac_fan_coil_doas_air_cooled_chiller/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_hvac_fan_coil_doas_air_cooled_chiller/resources/OsLib_HVAC_zedg_fan_coil_air_cooled.rb +1 -1
- data/lib/measures/zedgk_12_hvac_gshp_doas/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_hvac_gshp_doas/measure.rb +1 -1
- data/lib/measures/zedgk_12_hvac_gshp_doas/measure.xml +9 -9
- data/lib/measures/zedgk_12_hvac_gshp_doas/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_hvac_gshp_doas/resources/OsLib_HVAC_zedg_gshp.rb +1 -1
- data/lib/measures/zedgk_12_hvac_gshp_doas/resources/TableLib.rb +1 -1
- data/lib/measures/zedgk_12_hvac_vrf_with_doas/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_hvac_vrf_with_doas/measure.rb +1 -1
- data/lib/measures/zedgk_12_hvac_vrf_with_doas/measure.xml +6 -6
- data/lib/measures/zedgk_12_hvac_vrf_with_doas/resources/OsLib_HVAC_zedg_vrf.rb +1 -1
- data/lib/measures/zedgk_12_insert_ground_domain_e_kusdua/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_insert_ground_domain_e_kusdua/measure.rb +1 -1
- data/lib/measures/zedgk_12_insert_ground_domain_e_kusdua/measure.xml +11 -11
- data/lib/measures/zedgk_12_interior_lighting/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_interior_lighting/measure.rb +1 -1
- data/lib/measures/zedgk_12_interior_lighting/measure.xml +6 -6
- data/lib/measures/zedgk_12_interior_lighting/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_kitchen/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_kitchen/measure.rb +1 -1
- data/lib/measures/zedgk_12_kitchen/measure.xml +6 -6
- data/lib/measures/zedgk_12_kitchen/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_roof_construction/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_roof_construction/measure.rb +1 -1
- data/lib/measures/zedgk_12_roof_construction/measure.xml +6 -6
- data/lib/measures/zedgk_12_roof_construction/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/measures/zedgk_12_swh/LICENSE.md +1 -1
- data/lib/measures/zedgk_12_swh/measure.rb +1 -1
- data/lib/measures/zedgk_12_swh/measure.xml +6 -6
- data/lib/measures/zedgk_12_swh/resources/OsLib_AedgMeasures.rb +1 -1
- data/lib/openstudio/aedg_measures/extension.rb +1 -1
- data/lib/openstudio/aedg_measures/version.rb +2 -2
- data/lib/openstudio/aedg_measures.rb +1 -1
- data/lib/openstudio-aedg-measures.rb +1 -1
- data/openstudio-aedg.gemspec +3 -3
- metadata +9 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a91478e18187ba9126f4958a05332efc855c1fba1d902d08187b20cf2467ed8
|
|
4
|
+
data.tar.gz: b98140eac90b3c4a5f03da1f87214bea5811e4a87e96e008735ce3ea8d4dd628
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d40d700df23f79831b27ea81e765e1e583e0a512e8f15c2fda7092597e16dad268a3db1cca36719bdd20a7a4cd27afdcb92672551a443c09454335158b52b1e
|
|
7
|
+
data.tar.gz: a8949cf27c3e96e2d979d63e3f7874716c18090d75377fc0923cc1fdac57169c5e5671761c56e4eed69cccda8fb7c5fbd7683fdeaad9d5fb2870c67382791708
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# OpenStudio AEDG Gem
|
|
2
2
|
|
|
3
|
+
## Version 0.6.0
|
|
4
|
+
* Support for OpenStudio 3.4 (upgrade to standards gem 0.2.16, no extension gem upgrade)
|
|
5
|
+
|
|
6
|
+
## Version 0.5.0
|
|
7
|
+
* Support for OpenStudio 3.3 (upgrade to extension gem 0.5.1 and standards gem 0.2.15)
|
|
8
|
+
|
|
9
|
+
## Version 0.4.0
|
|
10
|
+
|
|
11
|
+
* Support Ruby ~> 2.7
|
|
12
|
+
* Support for OpenStudio 3.2 (upgrade to extension gem 0.4.2 and standards gem 0.2.13)
|
|
13
|
+
|
|
3
14
|
## Version 0.3.0
|
|
4
15
|
|
|
5
16
|
* Support for OpenStudio 3.1
|
data/Jenkinsfile
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
//Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
@Library('cbci_shared_libs') _
|
|
4
4
|
|
|
5
|
-
// Build for PR to develop branch only.
|
|
5
|
+
// Build for PR to develop branch only.
|
|
6
6
|
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
|
|
7
7
|
|
|
8
8
|
openstudio_extension_gems()
|
|
9
|
+
|
|
10
|
+
}
|
|
9
11
|
|
|
10
|
-
}
|
data/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
data/README.md
CHANGED
|
@@ -18,9 +18,20 @@ Or install it yourself as:
|
|
|
18
18
|
|
|
19
19
|
$ gem install 'openstudio-aedg-measures'
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
# Compatibility Matrix
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
|OpenStudio AEDG Gem|OpenStudio|Ruby|
|
|
24
|
+
|:--------------:|:----------:|:--------:|
|
|
25
|
+
| 0.6.0 | 3.4 | 2.7 |
|
|
26
|
+
| 0.5.0 | 3.3 | 2.7 |
|
|
27
|
+
| 0.4.0 | 3.2 | 2.7 |
|
|
28
|
+
| 0.3.0 | 3.1 | 2.5 |
|
|
29
|
+
| 0.2.0 | 3.0 | 2.5 |
|
|
30
|
+
| 0.1.1 | 2.9 | 2.2.4 |
|
|
31
|
+
|
|
32
|
+
# Contributing
|
|
33
|
+
|
|
34
|
+
Please review the [OpenStudio Contribution Policy](https://openstudio.net/openstudio-contribution-policy) if you would like to contribute code to this gem.
|
|
24
35
|
|
|
25
36
|
## TODO
|
|
26
37
|
|
|
@@ -29,10 +40,14 @@ To be filled out later.
|
|
|
29
40
|
# Releasing
|
|
30
41
|
|
|
31
42
|
* Update CHANGELOG.md
|
|
32
|
-
* Run `rake rubocop:auto_correct`
|
|
43
|
+
* Run `rake openstudio:rubocop:auto_correct`
|
|
44
|
+
* Run `rake openstudio:update_copyright`
|
|
45
|
+
* Run `rake openstudio:update_measures` (this has to be done last since prior tasks alter measure files)
|
|
46
|
+
* Update version in `readme.md`
|
|
47
|
+
* Update version in `openstudio-aedg.gemspec`
|
|
33
48
|
* Update version in `/lib/openstudio/aedg_measures/version.rb`
|
|
34
49
|
* Create PR to master, after tests and reviews complete, then merge
|
|
35
50
|
* Locally - from the master branch, run `rake release`
|
|
36
|
-
* On GitHub, go to the releases page and update the latest release tag. Name it
|
|
51
|
+
* On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.
|
|
37
52
|
|
|
38
53
|
|
data/Rakefile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
data/doc_templates/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<%
|
|
2
2
|
# *******************************************************************************
|
|
3
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
3
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
4
4
|
# All rights reserved.
|
|
5
5
|
# Redistribution and use in source and binary forms, with or without
|
|
6
6
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
* OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
3
3
|
* Use of this source code is governed by a BSD-style license that can be found at openstudio.net/license.
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_electric_equipment</name>
|
|
5
5
|
<uid>4ef1195b-a7b2-4afc-8bbc-e0c28a86dfa4</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>9a42e11f-1683-4e8b-8b34-e3009931e45b</version_id>
|
|
7
|
+
<version_modified>20210429T165039Z</version_modified>
|
|
8
8
|
<xml_checksum>126F1C43</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ElectricEquipment</class_name>
|
|
10
10
|
<display_name>AedgK12ElectricEquipment</display_name>
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
<filename>AedgK12ElectricEquipment_Test.rb</filename>
|
|
61
61
|
<filetype>rb</filetype>
|
|
62
62
|
<usage_type>test</usage_type>
|
|
63
|
-
<checksum>
|
|
63
|
+
<checksum>081F5799</checksum>
|
|
64
64
|
</file>
|
|
65
65
|
<file>
|
|
66
66
|
<filename>LICENSE.md</filename>
|
|
67
67
|
<filetype>md</filetype>
|
|
68
68
|
<usage_type>license</usage_type>
|
|
69
|
-
<checksum>
|
|
69
|
+
<checksum>A21A3ED2</checksum>
|
|
70
70
|
</file>
|
|
71
71
|
<file>
|
|
72
72
|
<version>
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
<filename>measure.rb</filename>
|
|
78
78
|
<filetype>rb</filetype>
|
|
79
79
|
<usage_type>script</usage_type>
|
|
80
|
-
<checksum>
|
|
80
|
+
<checksum>9588419B</checksum>
|
|
81
81
|
</file>
|
|
82
82
|
<file>
|
|
83
83
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
84
84
|
<filetype>rb</filetype>
|
|
85
85
|
<usage_type>resource</usage_type>
|
|
86
|
-
<checksum>
|
|
86
|
+
<checksum>3088E4CE</checksum>
|
|
87
87
|
</file>
|
|
88
88
|
</files>
|
|
89
89
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_electric_equipment_controls</name>
|
|
5
5
|
<uid>285bc263-7429-4049-a0ce-f60fabf46eec</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>1f3fd687-4fc7-4c1f-9dfc-a59e6d57aa7c</version_id>
|
|
7
|
+
<version_modified>20210429T165038Z</version_modified>
|
|
8
8
|
<xml_checksum>1F21832E</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ElectricEquipmentControls</class_name>
|
|
10
10
|
<display_name>AedgK12ElectricEquipmentControls</display_name>
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
<filename>AedgK12ElectricEquipmentControls_Test.rb</filename>
|
|
61
61
|
<filetype>rb</filetype>
|
|
62
62
|
<usage_type>test</usage_type>
|
|
63
|
-
<checksum>
|
|
63
|
+
<checksum>28D14AA9</checksum>
|
|
64
64
|
</file>
|
|
65
65
|
<file>
|
|
66
66
|
<filename>LICENSE.md</filename>
|
|
67
67
|
<filetype>md</filetype>
|
|
68
68
|
<usage_type>license</usage_type>
|
|
69
|
-
<checksum>
|
|
69
|
+
<checksum>A21A3ED2</checksum>
|
|
70
70
|
</file>
|
|
71
71
|
<file>
|
|
72
72
|
<version>
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
<filename>measure.rb</filename>
|
|
78
78
|
<filetype>rb</filetype>
|
|
79
79
|
<usage_type>script</usage_type>
|
|
80
|
-
<checksum>
|
|
80
|
+
<checksum>FFEB3792</checksum>
|
|
81
81
|
</file>
|
|
82
82
|
<file>
|
|
83
83
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
84
84
|
<filetype>rb</filetype>
|
|
85
85
|
<usage_type>resource</usage_type>
|
|
86
|
-
<checksum>
|
|
86
|
+
<checksum>3088E4CE</checksum>
|
|
87
87
|
</file>
|
|
88
88
|
</files>
|
|
89
89
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_envelope_and_entry_infiltration</name>
|
|
5
5
|
<uid>02447d29-ee6a-436a-af49-3358ad90f7aa</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>9978ad42-c069-4e20-a34e-b25a22a69652</version_id>
|
|
7
|
+
<version_modified>20210429T165038Z</version_modified>
|
|
8
8
|
<xml_checksum>EACB548E</xml_checksum>
|
|
9
9
|
<class_name>AedgK12EnvelopeAndEntryInfiltration</class_name>
|
|
10
10
|
<display_name>AedgK12EnvelopeAndEntryInfiltration</display_name>
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
<filename>AedgK12EnvelopeAndEntryInfiltration_Test.rb</filename>
|
|
158
158
|
<filetype>rb</filetype>
|
|
159
159
|
<usage_type>test</usage_type>
|
|
160
|
-
<checksum>
|
|
160
|
+
<checksum>A40D65E1</checksum>
|
|
161
161
|
</file>
|
|
162
162
|
<file>
|
|
163
163
|
<filename>LICENSE.md</filename>
|
|
164
164
|
<filetype>md</filetype>
|
|
165
165
|
<usage_type>license</usage_type>
|
|
166
|
-
<checksum>
|
|
166
|
+
<checksum>A21A3ED2</checksum>
|
|
167
167
|
</file>
|
|
168
168
|
<file>
|
|
169
169
|
<version>
|
|
@@ -174,13 +174,13 @@
|
|
|
174
174
|
<filename>measure.rb</filename>
|
|
175
175
|
<filetype>rb</filetype>
|
|
176
176
|
<usage_type>script</usage_type>
|
|
177
|
-
<checksum>
|
|
177
|
+
<checksum>5B137059</checksum>
|
|
178
178
|
</file>
|
|
179
179
|
<file>
|
|
180
180
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
181
181
|
<filetype>rb</filetype>
|
|
182
182
|
<usage_type>resource</usage_type>
|
|
183
|
-
<checksum>
|
|
183
|
+
<checksum>BA9FA6C6</checksum>
|
|
184
184
|
</file>
|
|
185
185
|
</files>
|
|
186
186
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_exterior_door_construction</name>
|
|
5
5
|
<uid>87718175-d555-4936-b2f6-a381208341e9</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>432f9083-7c77-4d4f-ab47-4863c31c988f</version_id>
|
|
7
|
+
<version_modified>20210429T165036Z</version_modified>
|
|
8
8
|
<xml_checksum>1E963D9C</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ExteriorDoorConstruction</class_name>
|
|
10
10
|
<display_name>AedgK12ExteriorDoorConstruction</display_name>
|
|
@@ -72,19 +72,19 @@
|
|
|
72
72
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
73
73
|
<filetype>rb</filetype>
|
|
74
74
|
<usage_type>resource</usage_type>
|
|
75
|
-
<checksum>
|
|
75
|
+
<checksum>F3DEE433</checksum>
|
|
76
76
|
</file>
|
|
77
77
|
<file>
|
|
78
78
|
<filename>AedgK12ExteriorDoorConstruction_Test.rb</filename>
|
|
79
79
|
<filetype>rb</filetype>
|
|
80
80
|
<usage_type>test</usage_type>
|
|
81
|
-
<checksum>
|
|
81
|
+
<checksum>3DFEFFC2</checksum>
|
|
82
82
|
</file>
|
|
83
83
|
<file>
|
|
84
84
|
<filename>LICENSE.md</filename>
|
|
85
85
|
<filetype>md</filetype>
|
|
86
86
|
<usage_type>license</usage_type>
|
|
87
|
-
<checksum>
|
|
87
|
+
<checksum>A21A3ED2</checksum>
|
|
88
88
|
</file>
|
|
89
89
|
<file>
|
|
90
90
|
<version>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<filename>measure.rb</filename>
|
|
96
96
|
<filetype>rb</filetype>
|
|
97
97
|
<usage_type>script</usage_type>
|
|
98
|
-
<checksum>
|
|
98
|
+
<checksum>12169399</checksum>
|
|
99
99
|
</file>
|
|
100
100
|
</files>
|
|
101
101
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_exterior_floor_construction</name>
|
|
5
5
|
<uid>099f148c-7550-45ac-bbfe-0eb2bac5969f</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>40c73e5c-d91e-4a59-96e4-998df3703066</version_id>
|
|
7
|
+
<version_modified>20210429T165036Z</version_modified>
|
|
8
8
|
<xml_checksum>1E963D9C</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ExteriorFloorConstruction</class_name>
|
|
10
10
|
<display_name>AedgK12ExteriorFloorConstruction</display_name>
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
76
76
|
<filetype>rb</filetype>
|
|
77
77
|
<usage_type>resource</usage_type>
|
|
78
|
-
<checksum>
|
|
78
|
+
<checksum>F3DEE433</checksum>
|
|
79
79
|
</file>
|
|
80
80
|
<file>
|
|
81
81
|
<filename>AedgK12ExteriorFloorConstruction_Test.rb</filename>
|
|
82
82
|
<filetype>rb</filetype>
|
|
83
83
|
<usage_type>test</usage_type>
|
|
84
|
-
<checksum>
|
|
84
|
+
<checksum>C1BD383D</checksum>
|
|
85
85
|
</file>
|
|
86
86
|
<file>
|
|
87
87
|
<filename>LICENSE.md</filename>
|
|
88
88
|
<filetype>md</filetype>
|
|
89
89
|
<usage_type>license</usage_type>
|
|
90
|
-
<checksum>
|
|
90
|
+
<checksum>A21A3ED2</checksum>
|
|
91
91
|
</file>
|
|
92
92
|
<file>
|
|
93
93
|
<version>
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
<filename>measure.rb</filename>
|
|
99
99
|
<filetype>rb</filetype>
|
|
100
100
|
<usage_type>script</usage_type>
|
|
101
|
-
<checksum>
|
|
101
|
+
<checksum>73C96525</checksum>
|
|
102
102
|
</file>
|
|
103
103
|
</files>
|
|
104
104
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_exterior_lighting</name>
|
|
5
5
|
<uid>04fd62eb-3e9f-4bfc-98d8-7827b47e034a</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>6b38f56b-e056-4505-adbb-89dc67eb5d9f</version_id>
|
|
7
|
+
<version_modified>20210429T165037Z</version_modified>
|
|
8
8
|
<xml_checksum>2DDDDD82</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ExteriorLighting</class_name>
|
|
10
10
|
<display_name>AedgK12ExteriorLighting</display_name>
|
|
@@ -190,19 +190,19 @@ Lighting Zones:
|
|
|
190
190
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
191
191
|
<filetype>rb</filetype>
|
|
192
192
|
<usage_type>resource</usage_type>
|
|
193
|
-
<checksum>
|
|
193
|
+
<checksum>F3DEE433</checksum>
|
|
194
194
|
</file>
|
|
195
195
|
<file>
|
|
196
196
|
<filename>LICENSE.md</filename>
|
|
197
197
|
<filetype>md</filetype>
|
|
198
198
|
<usage_type>license</usage_type>
|
|
199
|
-
<checksum>
|
|
199
|
+
<checksum>A21A3ED2</checksum>
|
|
200
200
|
</file>
|
|
201
201
|
<file>
|
|
202
202
|
<filename>AedgK12ExteriorLighting_Test.rb</filename>
|
|
203
203
|
<filetype>rb</filetype>
|
|
204
204
|
<usage_type>test</usage_type>
|
|
205
|
-
<checksum>
|
|
205
|
+
<checksum>09904E42</checksum>
|
|
206
206
|
</file>
|
|
207
207
|
<file>
|
|
208
208
|
<version>
|
|
@@ -213,7 +213,7 @@ Lighting Zones:
|
|
|
213
213
|
<filename>measure.rb</filename>
|
|
214
214
|
<filetype>rb</filetype>
|
|
215
215
|
<usage_type>script</usage_type>
|
|
216
|
-
<checksum>
|
|
216
|
+
<checksum>B335753D</checksum>
|
|
217
217
|
</file>
|
|
218
218
|
</files>
|
|
219
219
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>aedg_k_12_exterior_wall_construction</name>
|
|
5
5
|
<uid>f555ea01-39b7-4c4d-94ff-73ba6a6b96fd</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>b84b0318-d128-4b76-86b7-a31c0e0bec0c</version_id>
|
|
7
|
+
<version_modified>20210429T165038Z</version_modified>
|
|
8
8
|
<xml_checksum>1E963D9C</xml_checksum>
|
|
9
9
|
<class_name>AedgK12ExteriorWallConstruction</class_name>
|
|
10
10
|
<display_name>AedgK12ExteriorWallConstruction</display_name>
|
|
@@ -122,19 +122,19 @@
|
|
|
122
122
|
<filename>OsLib_AedgMeasures.rb</filename>
|
|
123
123
|
<filetype>rb</filetype>
|
|
124
124
|
<usage_type>resource</usage_type>
|
|
125
|
-
<checksum>
|
|
125
|
+
<checksum>F3DEE433</checksum>
|
|
126
126
|
</file>
|
|
127
127
|
<file>
|
|
128
128
|
<filename>AedgK12ExteriorWallConstruction_Test.rb</filename>
|
|
129
129
|
<filetype>rb</filetype>
|
|
130
130
|
<usage_type>test</usage_type>
|
|
131
|
-
<checksum>
|
|
131
|
+
<checksum>EBFB1C57</checksum>
|
|
132
132
|
</file>
|
|
133
133
|
<file>
|
|
134
134
|
<filename>LICENSE.md</filename>
|
|
135
135
|
<filetype>md</filetype>
|
|
136
136
|
<usage_type>license</usage_type>
|
|
137
|
-
<checksum>
|
|
137
|
+
<checksum>A21A3ED2</checksum>
|
|
138
138
|
</file>
|
|
139
139
|
<file>
|
|
140
140
|
<version>
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
<filename>measure.rb</filename>
|
|
146
146
|
<filetype>rb</filetype>
|
|
147
147
|
<usage_type>script</usage_type>
|
|
148
|
-
<checksum>
|
|
148
|
+
<checksum>684D36B1</checksum>
|
|
149
149
|
</file>
|
|
150
150
|
</files>
|
|
151
151
|
</measure>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|