peeping_tom 0.1 → 0.1.1

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.
Files changed (2) hide show
  1. data/lib/peeping_tom/dsl.rb +3 -3
  2. metadata +2 -1
@@ -68,8 +68,8 @@ module PeepingTom
68
68
  @channels << channel
69
69
  end
70
70
 
71
- def site(name, site)
72
- PeepingTom.peeper.register(name, site)
71
+ def site(name, site, opts = {})
72
+ PeepingTom.peeper.register(name, site, opts)
73
73
  end
74
74
 
75
75
  def irc(msg)
@@ -80,4 +80,4 @@ module PeepingTom
80
80
  PeepingTom::Notifier::Email.notify(msg)
81
81
  end
82
82
  end
83
- end
83
+ end
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Terry Heath