ircnotify 0.0.2 → 0.0.3
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.
- data/ircnotify.gemspec +1 -1
- data/lib/ircnotify/version.rb +1 -1
- metadata +2 -2
data/ircnotify.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["lukasz@coffeesounds.com"]
|
|
11
11
|
gem.description = %q{Send a message to your IRC server/channel straight from the terminal}
|
|
12
12
|
gem.summary = %q{IRC notifier, useful for automating messages sent by deployment tools or test runners}
|
|
13
|
-
gem.homepage = ""
|
|
13
|
+
gem.homepage = "https://github.com/lukaszkorecki/ircnotify"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/ircnotify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ircnotify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -80,7 +80,7 @@ files:
|
|
|
80
80
|
- lib/ircnotify/notifier.rb
|
|
81
81
|
- lib/ircnotify/null_logger.rb
|
|
82
82
|
- lib/ircnotify/version.rb
|
|
83
|
-
homepage:
|
|
83
|
+
homepage: https://github.com/lukaszkorecki/ircnotify
|
|
84
84
|
licenses: []
|
|
85
85
|
post_install_message:
|
|
86
86
|
rdoc_options: []
|