eye-slack 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: dd6e47778991df25d079105c984b28b488801f11
4
- data.tar.gz: 7d650b35ea86be934e710c717ded864df66cf3eb
3
+ metadata.gz: 9effcf7a79617b84c7c1b230e2d031b2611d0361
4
+ data.tar.gz: f2c9341eb7cb3482b937803ab204b93f8cba5521
5
5
  SHA512:
6
- metadata.gz: 189dcdab591ec8fdb2b271d7cdb18aa90012127557dd4737d1f69408db8f5f1f5c943f86153620cb29c6d7bbbd15a36d484a43e4d13a9d0ef7127e3cca922540
7
- data.tar.gz: 0259cb39fdafe59a8f75d9c33c60b078e3fc5df5b4c9e659c282f64aab3bdb76b2954973327256d02164fc16a52f5abdb0ac505695c57cc7920cc9b5039135cd
6
+ metadata.gz: 99c8a4505d5a44b370b2b39405a6143c1370e2f7fd1a081441f6be7885a5218437f294acbe7d1eb02d9450b5e5e18baaf7c7a44c12571ad325ee5446df97fa3d
7
+ data.tar.gz: 70aefc57cfc4c28f7d5d774b886e6aebfb9ee539a1f2d69586826f885262e44f9eaf05c0f6b2331fa2f84d67a9377d7e84ab06923e6bbe76aa9f84d5bf14d55c
data/README.md CHANGED
@@ -49,6 +49,8 @@ Eye.application 'test' do
49
49
  end
50
50
  ````
51
51
 
52
+ **NOTE** You need to quit eye and load it back after adding `require`.
53
+
52
54
  # Configuration
53
55
 
54
56
  * add `slack` line to `Eye.config` section and check following parameters
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Eye::Notify::Slack::VERSION
9
9
  spec.authors = ["Tom Meinlschmidt"]
10
10
  spec.email = ["tomas@meinlschmidt.org"]
11
- spec.summary = %q{Eye to hipchat notification}
12
- spec.description = %q{Eye to hipchat notification}
13
- spec.homepage = "https://github.com/tmeinlschmidt/eye-hipchat"
11
+ spec.summary = %q{Eye to Slack notification}
12
+ spec.description = %q{Eye to Slack notification}
13
+ spec.homepage = "https://github.com/tmeinlschmidt/eye-slack"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -4,7 +4,7 @@ module Eye
4
4
  class Eye::Notify::Custom < Eye::Notify; end
5
5
 
6
6
  class Slack < Eye::Notify::Custom
7
- VERSION = "0.0.1"
7
+ VERSION = "0.0.2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eye-slack
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
  - Tom Meinlschmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-15 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0.5'
69
- description: Eye to hipchat notification
69
+ description: Eye to Slack notification
70
70
  email:
71
71
  - tomas@meinlschmidt.org
72
72
  executables: []
@@ -80,7 +80,7 @@ files:
80
80
  - eye-slack.gemspec
81
81
  - lib/eye/notify/slack.rb
82
82
  - lib/eye/notify/slack/version.rb
83
- homepage: https://github.com/tmeinlschmidt/eye-hipchat
83
+ homepage: https://github.com/tmeinlschmidt/eye-slack
84
84
  licenses:
85
85
  - MIT
86
86
  metadata: {}
@@ -103,5 +103,5 @@ rubyforge_project:
103
103
  rubygems_version: 2.4.5
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: Eye to hipchat notification
106
+ summary: Eye to Slack notification
107
107
  test_files: []