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: 39be44b7273e93469a3b99cc35d1908006b0a5ad
4
- data.tar.gz: f97d7d3dc951eb8dc1bcf35ce147aff5a3e5fc58
3
+ metadata.gz: c95423361383f17528b0313242f35e72c0c67207
4
+ data.tar.gz: 4c38a8d7c9d052ff18167e6bd8cac75b6e07b0d2
5
5
  SHA512:
6
- metadata.gz: 68e9cbdb82269fdd2ff06d0ad29d4ce188f97ee1821e06385d265e97e1b3635e1615dd9e35363557b0419f928be200a54dfe0e12146434100baa0ae6fbbb9cbb
7
- data.tar.gz: 1d490de2e454403aaafc33a65dceec9265e8a8e78ae5ab0606acb827eda87bdc1dfb146aebe24f93929160c7b645ef4816d7812aa89b925673402fbaaa22ae11
6
+ metadata.gz: d1d76351d2e6ae6b14fbe6319f69d4607aa81a0d7f579d2f12fb8563d46776c99eab45affc7ae7a458a8fdf0964cf68865a4afacca95f0c6aafa4bdeaabc99f7
7
+ data.tar.gz: 02b461db974b10181895c288e6d2d8985141a56453011f1fd3baa385957a4498d2c347486363914bcb21662904739b27faf3eee804a20b99b77fcd040bb60373
@@ -1,5 +1,9 @@
1
1
  # OpenStudio Calibration Gem
2
2
 
3
+ ## Version 0.1.3
4
+
5
+ * Require as openstudio-calibration-measures (not openstudio-calibration)
6
+
3
7
  ## Version 0.1.2
4
8
 
5
9
  * Fix name of gem in gemspec!
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-measures'
10
+ gem 'openstudio-calibration'
11
+
12
+ require 'openstudio-calibration-measures'
11
13
  ```
12
14
 
13
15
  And then execute:
@@ -35,6 +35,6 @@
35
35
 
36
36
  module OpenStudio
37
37
  module CalibrationMeasures
38
- VERSION = '0.1.2'.freeze
38
+ VERSION = '0.1.3'.freeze
39
39
  end
40
40
  end
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.2
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: {}