poundie 0.0.3 → 0.0.4
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/README.md +3 -1
- data/lib/poundie.rb +1 -0
- metadata +3 -3
data/README.md
CHANGED
|
@@ -58,4 +58,6 @@ That's about it for now.
|
|
|
58
58
|
## Available Plugins
|
|
59
59
|
|
|
60
60
|
* [poundie-last-tweet](https://github.com/nakajima/poundie-last-tweet) - Posts the last tweet from a given Twitter user to campfire
|
|
61
|
-
* [poundie-weather](https://github.com/nakajima/poundie-weather) - Posts weather information for a given city to campfire
|
|
61
|
+
* [poundie-weather](https://github.com/nakajima/poundie-weather) - Posts weather information for a given city to campfire
|
|
62
|
+
* [poundie-wikipedia](https://github.com/nakajima/poundie-wikipedia) - Search wikipedia from campfire
|
|
63
|
+
* [poundie-pic](https://github.com/nakajima/poundie-pic) - Post first google image result for a given term to campfire
|
data/lib/poundie.rb
CHANGED
metadata
CHANGED