unified2 0.3.1 → 0.3.2
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/ChangeLog.rdoc +4 -0
- data/example/basic-example.rb +1 -1
- data/example/connect.rb +2 -2
- data/example/mysql-example.rb +1 -1
- data/lib/unified2/version.rb +1 -1
- metadata +1 -1
data/ChangeLog.rdoc
CHANGED
data/example/basic-example.rb
CHANGED
data/example/connect.rb
CHANGED
data/example/mysql-example.rb
CHANGED
@@ -41,7 +41,7 @@ end
|
|
41
41
|
# The second argument is the last event processed by
|
42
42
|
# the sensor. If the last_event_id column is blank in the
|
43
43
|
# sensor table it will begin at the first available event.
|
44
|
-
Unified2.watch('/
|
44
|
+
Unified2.watch('seeds/unified2', sensor ? sensor.last_event_id + 1 : :first) do |event|
|
45
45
|
next if event.signature.blank?
|
46
46
|
|
47
47
|
puts event
|
data/lib/unified2/version.rb
CHANGED