guard-notifier-blink1 0.2.1 → 0.2.2

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: 42e9125b8c730b6904522361f57743f1abdcf946
4
- data.tar.gz: a440495683bf1ce5edbab2c6c4c63dca98a1accf
3
+ metadata.gz: acd353905eb8d0e779e625c84d745097108ead60
4
+ data.tar.gz: f6fb177520a20bb7d52a3e672c109867ddaefff3
5
5
  SHA512:
6
- metadata.gz: 3285cb8ab056baaadc1c74098e5e1d3b6c6bb96ff4cdd6130435a50fa1d38c57cc406b02e7bb14bc52fc460ad86f52c230984df65dba257bffe6c6de67190381
7
- data.tar.gz: a494b8fed25fc50a7496b29d4f98dd28d90e883022eca76487c772014c1b43bd84aeb7338e638d85609cb1039862cb1b2b6b7d7dcbf7e91a09f9f4b63da10949
6
+ metadata.gz: 7a792c095d75952df362aa0231a8aac5259b0996df7d8c72d8b9f9e444b0ff997abcec9b83e6b8590818c117c2483d88ead1cbf1617d5321c29ea76d3a24feb2
7
+ data.tar.gz: ae6c85b16e3d9f5e0b41fad252fa9d099463f9cbdcfe72183b75cf4ad193975fec2bc7544c8f357297fe234cee866b7a9aeef3ef6a30f3417fc4e8d9fbe67d3d
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.2
4
+
5
+ * Fix bug about new version of Guard - [@Sixeight]
6
+
3
7
  ## 0.2.1
4
8
 
5
9
  * Change Guard's version dependency - [@Sixeight]
@@ -1,5 +1,5 @@
1
1
 
2
2
  module GuardNotifierBlink1
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
 
@@ -78,7 +78,7 @@ module Guard
78
78
  end
79
79
  end
80
80
 
81
- NOTIFIERS << {blink1: Blink1}
81
+ SUPPORTED << {blink1: Blink1}
82
82
  end
83
83
  end
84
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-notifier-blink1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomohiro Nishimura