eye-slack 0.0.1 → 0.0.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 +4 -4
- data/README.md +2 -0
- data/eye-slack.gemspec +3 -3
- data/lib/eye/notify/slack/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9effcf7a79617b84c7c1b230e2d031b2611d0361
|
|
4
|
+
data.tar.gz: f2c9341eb7cb3482b937803ab204b93f8cba5521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99c8a4505d5a44b370b2b39405a6143c1370e2f7fd1a081441f6be7885a5218437f294acbe7d1eb02d9450b5e5e18baaf7c7a44c12571ad325ee5446df97fa3d
|
|
7
|
+
data.tar.gz: 70aefc57cfc4c28f7d5d774b886e6aebfb9ee539a1f2d69586826f885262e44f9eaf05c0f6b2331fa2f84d67a9377d7e84ab06923e6bbe76aa9f84d5bf14d55c
|
data/README.md
CHANGED
data/eye-slack.gemspec
CHANGED
|
@@ -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
|
|
12
|
-
spec.description = %q{Eye to
|
|
13
|
-
spec.homepage = "https://github.com/tmeinlschmidt/eye-
|
|
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")
|
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.
|
|
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-
|
|
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
|
|
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-
|
|
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
|
|
106
|
+
summary: Eye to Slack notification
|
|
107
107
|
test_files: []
|