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 CHANGED
@@ -1,8 +1,9 @@
1
1
  * Usage
2
+
2
3
  : require 'carrier-pigeon'
3
4
  :
4
5
  : # In the open
5
- : CarrierPigeon.send({:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "cooooo, coo coo"})
6
+ : CarrierPigeon.send(:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "cooooo, coo coo")
6
7
  :
7
8
  : # SSL
8
- : CarrierPigeon.send({:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "coo, secret plan", :ssl => true})
9
+ : CarrierPigeon.send(:uri => "irc://nick:password@irc.domain.com:6667/#channel", :message => "coo, secret plan", :ssl => true)
@@ -1,5 +1,5 @@
1
1
  module Carrier
2
2
  module Pigeon
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
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.2
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-14 00:00:00 +09:00
13
+ date: 2011-06-15 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency