gtalk 0.0.0 → 0.0.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/README +21 -0
  2. metadata +5 -3
data/README ADDED
@@ -0,0 +1,21 @@
1
+ = Gtalk
2
+
3
+ installation:
4
+
5
+ sudo gem install gtalk
6
+
7
+ setup:
8
+
9
+ vim ~/.bashrc
10
+ export GTALK_ME="me@gmail.com"
11
+ export GTALK_US="me@gmail.com,him@gmail.com"
12
+ export GTALK_HEADER="["`hostname`"] "
13
+ export GTALK_LOGIN="me"
14
+ export GTALK_PASSWORD="pwd"
15
+ export
16
+
17
+ usage:
18
+
19
+ pry
20
+ require 'gtalk'
21
+ gtalk "test"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,13 +27,15 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: Once require it provides you with gtalkme(msg) gtalkto(to,msg)
30
+ description: Once required it provides you with gtalk[me-us-to]([to,] msg)
31
31
  email: tobeportable@gmail.com
32
32
  executables: []
33
33
  extensions: []
34
- extra_rdoc_files: []
34
+ extra_rdoc_files:
35
+ - README
35
36
  files:
36
37
  - lib/gtalk.rb
38
+ - README
37
39
  homepage: ''
38
40
  licenses: []
39
41
  post_install_message: