openstudio-calibration 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c95423361383f17528b0313242f35e72c0c67207
|
4
|
+
data.tar.gz: 4c38a8d7c9d052ff18167e6bd8cac75b6e07b0d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1d76351d2e6ae6b14fbe6319f69d4607aa81a0d7f579d2f12fb8563d46776c99eab45affc7ae7a458a8fdf0964cf68865a4afacca95f0c6aafa4bdeaabc99f7
|
7
|
+
data.tar.gz: 02b461db974b10181895c288e6d2d8985141a56453011f1fd3baa385957a4498d2c347486363914bcb21662904739b27faf3eee804a20b99b77fcd040bb60373
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,9 @@ Calibration measures used by OpenStudio. This contains general use calibration m
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
9
|
```ruby
|
10
|
-
gem 'openstudio-calibration
|
10
|
+
gem 'openstudio-calibration'
|
11
|
+
|
12
|
+
require 'openstudio-calibration-measures'
|
11
13
|
```
|
12
14
|
|
13
15
|
And then execute:
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-calibration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Ball
|
@@ -304,7 +304,7 @@ files:
|
|
304
304
|
- lib/openstudio/calibration_measures.rb
|
305
305
|
- lib/openstudio/calibration_measures/extension.rb
|
306
306
|
- lib/openstudio/calibration_measures/version.rb
|
307
|
-
- openstudio-calibration.gemspec
|
307
|
+
- openstudio-calibration-measures.gemspec
|
308
308
|
homepage: https://openstudio.net
|
309
309
|
licenses: []
|
310
310
|
metadata: {}
|