co2-notify 0.5.0 → 0.5.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 065abc8840072d9e343b09fd447661fad0a3ee1d
4
- data.tar.gz: 93b77b9e0c84592dc4a6bb8a5be7123528aceefb
3
+ metadata.gz: 634a1247c14ca3958176866e65ae66ff5d9c48f0
4
+ data.tar.gz: 5e997f55b54f2f1df0960df154d176f4e6e7a5ba
5
5
  SHA512:
6
- metadata.gz: 5523bfdb502d0d76f16d701f5ba0fc359faa6cf8ab0e1261380b4ec933a9fe21b4bb4f4df53484bd2a5eef23cc1647a5c3e25ca82ae42f6d0adc4d7c76f9f96d
7
- data.tar.gz: 60e17f5aec5a814029398ca7258eef3fb9edc1c27da80c89d78784bc81931a414ecc7f6beab2349caedc5dd7c3c8ab13e833a6b177c7a740a88f4012bbd169b2
6
+ metadata.gz: a27d72a679f05d6bf3f11503520fa312e5b083c06606407ed2e180761e66a823ec973c928efe30e16d09498845d3b89adc350d4c9439889fcee9c3b19efdbfe6
7
+ data.tar.gz: 8e1d7f24aabd8b93074698334032274b17e99f1722598021951364fe5f4a2491760dc55259e5374ac8a99c29a9c8e2557f26538664275e93455fc3d021fdbf2a
@@ -66,7 +66,7 @@ class Co2Notify::Status
66
66
  if previous.is_a?(Normal) || previous.is_a?(Empty)
67
67
  "CO₂ level is normal - #{co2}."
68
68
  else
69
- "#{hc_mention}CO₂ level is normalized - #{co2}. You can close the windows."
69
+ "#{hc_mention}CO₂ level is normalized - #{co2}."
70
70
  end
71
71
  end
72
72
 
@@ -1,3 +1,3 @@
1
1
  class Co2Notify
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: co2-notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkadiy Butermanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-16 00:00:00.000000000 Z
11
+ date: 2016-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor