openstudio-analysis 0.1.2 → 0.1.3
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/CHANGELOG.md +13 -0
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/workflow_item.json.erb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be9085031fd83339356ac4cab40cf3bdf81cae72
|
|
4
|
+
data.tar.gz: bb97893884c7f03736007c404b1cd45428ea90bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fbaacff064b7527ed31a31fd971c000a37c2c0ad79e078e09a6eed89d1d504797e3bdef7db3649310f2b1db3e63a0cbe64eb19c80570db12fd6c87d85aa0667
|
|
7
|
+
data.tar.gz: b6b7388412ea35b65dc0a2705f7b176059e2df2def43fc3bf0eaac34dab89f25190374a9b124339e56b5538c253c78a72ecce4277862ba72200ea9968adba515
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
OpenStudio Analysis Gem Change Log
|
|
2
2
|
==================================
|
|
3
3
|
|
|
4
|
+
Version 0.1.3
|
|
5
|
+
-------------
|
|
6
|
+
|
|
7
|
+
### Major Changes (may be backwards incompatible)
|
|
8
|
+
|
|
9
|
+
### New Features
|
|
10
|
+
|
|
11
|
+
### Resolved Issues
|
|
12
|
+
|
|
13
|
+
* Removed spaced in measure type
|
|
14
|
+
|
|
4
15
|
Version 0.1.1
|
|
5
16
|
-------------
|
|
6
17
|
|
|
@@ -17,3 +28,5 @@ Version 0.1.1
|
|
|
17
28
|
* Convert argument values to the right variable types
|
|
18
29
|
|
|
19
30
|
* Add measure type parsing by reading the inherited class
|
|
31
|
+
|
|
32
|
+
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"measure_definition_uuid_CHANGE_TO_ME": "<%= UUID.new.generate %>",
|
|
9
9
|
"bcl_measure_version_uuid": "<%= UUID.new.generate %>",
|
|
10
10
|
"measure_definition_version_uuid_CHANGE_TO_ME": "<%= UUID.new.generate %>",
|
|
11
|
-
"measure_type": "<%= @measure['measure_type'] %>
|
|
11
|
+
"measure_type": "<%= @measure['measure_type'] %>",
|
|
12
12
|
"name": "<%= @measure['name'] %>",
|
|
13
13
|
"display_name": "<%= @measure['display_name'] %>",
|
|
14
14
|
"uuid": "<%= UUID.new.generate %>",
|