octospy 0.0.7 → 0.0.8
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 +1 -1
- data/lib/octospy/version.rb +1 -1
- data/octospy.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a73c640fd360e1e16615586c052e08e38c88303
|
|
4
|
+
data.tar.gz: f7b6ea37bb938458d8222293e2866b252155d689
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fc62aa57019b25d910d998669a21ac23fdbaf745eec989ff167d2f68fa81639a86986081403760a3adfb5668fab17be10c36c1734e62f35048930983bbe115c
|
|
7
|
+
data.tar.gz: b23ca9be2d3ce6ca52a2eea1e41fe9a1cd6d64e250b1db8218ef92d081da66140a1cd07a3efb2cf51294d84cce04060c302af97ce49721b84abc191419ea9570
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Octospy
|
|
|
13
13
|
[codeclimate]: https://codeclimate.com/github/linyows/octospy
|
|
14
14
|
[coveralls]: https://coveralls.io/r/linyows/octospy
|
|
15
15
|
|
|
16
|
-
Octospy notifies
|
|
16
|
+
Octospy notifies eventsf github repositories to IRC channels.
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
19
|
<img src="http://octodex.github.com/images/daftpunktocat-thomas.gif" width="300">
|
data/lib/octospy/version.rb
CHANGED
data/octospy.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Octospy::VERSION
|
|
9
9
|
spec.authors = ['linyows']
|
|
10
10
|
spec.email = ['linyows@gmail.com']
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary = %q{Octospy notifies
|
|
11
|
+
spec.description = %q{Octospy notifies eventsf github repositories to IRC channels.}
|
|
12
|
+
spec.summary = %q{Octospy notifies eventsf github repositories to IRC channels.}
|
|
13
13
|
spec.homepage = 'https://github.com/linyows/octospy'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octospy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- linyows
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0.10'
|
|
111
|
-
description:
|
|
111
|
+
description: Octospy notifies eventsf github repositories to IRC channels.
|
|
112
112
|
email:
|
|
113
113
|
- linyows@gmail.com
|
|
114
114
|
executables:
|
|
@@ -201,7 +201,7 @@ rubyforge_project:
|
|
|
201
201
|
rubygems_version: 2.2.2
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
|
-
summary: Octospy notifies
|
|
204
|
+
summary: Octospy notifies eventsf github repositories to IRC channels.
|
|
205
205
|
test_files:
|
|
206
206
|
- spec/fixtures/commit_comment_event.json
|
|
207
207
|
- spec/fixtures/create_event.json
|