guard-notifier-stumpwm 0.0.1 → 0.0.2

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: e2e74b80f5847371c60404980aa219e6a9914616
4
- data.tar.gz: 01200e6d801067b6da4063d0247612ccc7dc4c2c
3
+ metadata.gz: 200eafa689dd4c58188bb560cb00cea8a6cbca09
4
+ data.tar.gz: bc8d16b375d091f93b400cfaa5635f2659ef80c3
5
5
  SHA512:
6
- metadata.gz: 20d09cbc2ed651e08692c7d2eab370d62298587bc66f06338727fc01ff71f5c4e34c07e7052c31acfc3fbbca2d7c09c98827c2ec9a029d8dfad151cf03e5f41f
7
- data.tar.gz: 9c475fdc85c33df1d9cccbb03f09bdeb441bd8b574073a6e5fa3c05e5dd17ab13e538e9f7e7847f31d66e35c4358e3452dfe6ad7bc87bb54bb9b8f4b8b3a8d29
6
+ metadata.gz: 6ef0c30de68bf42dc1ea81e063c67a80fa16a491f19f6d2a04c84ca114a64a8f9a07112c0677171bee192b7af90df914f8edf7ebe8a0d6f8a53a3496aee63940
7
+ data.tar.gz: e92f7182ebd6dedb401c3307d68076198775aa20110be0abc3c112a4596fda39e787bee61c1b9ddfd054215fc902cbc820359684b9f2cd2945b1cdd27c320d14
data/README.md CHANGED
@@ -14,7 +14,11 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install guard-notifier-stumpwm
17
+ $ gem install guard-notifier-stumpwm
18
+
19
+ Add this line to your application's Guardfile:
20
+
21
+ require 'guard/notifier/stumpwm'
18
22
 
19
23
  ## Contributing
20
24
 
@@ -3,7 +3,7 @@ require 'guard/notifier'
3
3
  module Guard
4
4
  module Notifier
5
5
  class Stumpwm < Base
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
 
8
8
  def self.available?(opts={})
9
9
  !!`stumpish version`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-notifier-stumpwm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAHARA Yoshinori
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-02 00:00:00.000000000 Z
11
+ date: 2015-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard