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.
Files changed (3) hide show
  1. data/README.md +3 -1
  2. data/lib/poundie.rb +1 -0
  3. 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
@@ -1,3 +1,4 @@
1
+ $VERBOSE = nil # screw "warning: peer certificate won't be verified in this SSL session"
1
2
  $LOAD_PATH << File.dirname(__FILE__)
2
3
 
3
4
  require "tinder"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poundie
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pat Nakajima