carrier-pigeon 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.org +3 -2
- data/lib/carrier-pigeon/version.rb +1 -1
- metadata +2 -2
data/README.org
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
* Usage
|
2
|
+
|
2
3
|
: require 'carrier-pigeon'
|
3
4
|
:
|
4
5
|
: # In the open
|
5
|
-
: CarrierPigeon.send(
|
6
|
+
: CarrierPigeon.send(:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "cooooo, coo coo")
|
6
7
|
:
|
7
8
|
: # SSL
|
8
|
-
: CarrierPigeon.send(
|
9
|
+
: CarrierPigeon.send(:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "coo, secret plan", :ssl => true)
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: carrier-pigeon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Sean Porter
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-06-
|
13
|
+
date: 2011-06-15 00:00:00 +09:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|