gtalk 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. data/{README → README.rdoc} +2 -1
  2. metadata +3 -3
@@ -3,6 +3,7 @@
3
3
  installation:
4
4
 
5
5
  sudo gem install gtalk
6
+
6
7
 
7
8
  setup:
8
9
 
@@ -12,8 +13,8 @@ setup:
12
13
  export GTALK_HEADER="["`hostname`"] "
13
14
  export GTALK_LOGIN="me"
14
15
  export GTALK_PASSWORD="pwd"
15
- export
16
16
 
17
+
17
18
  usage:
18
19
 
19
20
  pry
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -32,10 +32,10 @@ email: tobeportable@gmail.com
32
32
  executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files:
35
- - README
35
+ - README.rdoc
36
36
  files:
37
37
  - lib/gtalk.rb
38
- - README
38
+ - README.rdoc
39
39
  homepage: ''
40
40
  licenses: []
41
41
  post_install_message: