jschat 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jschat/server_options.rb +1 -1
  2. metadata +2 -2
@@ -17,7 +17,7 @@ ServerConfigDefaults = {
17
17
  'db_name' => 'jschat',
18
18
  'db_host' => 'localhost',
19
19
  'db_port' => 27017,
20
- #'db_user' => '',
20
+ #'db_username' => '',
21
21
  #'db_password' => '',
22
22
  # Register your instance of JsChat here: http://twitter.com/apps/create
23
23
  # 'twitter' => { 'key' => '', 'secret' => '' }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alex R. Young