taskclient 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/taskclient-config +5 -5
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.1.0
@@ -3,8 +3,8 @@ require 'yaml'
3
3
 
4
4
  @config_file = {
5
5
  'customer' => {
6
- 'user' => 'casa@suportecasa.com.br',
7
- 'password' => 'casa1908'
6
+ 'user' => 'customer@yoursite.com',
7
+ 'password' => 'customer1010'
8
8
  },
9
9
  'database' => {
10
10
  'bkpfile' => 'c:\backup.fbk',
@@ -13,9 +13,9 @@ require 'yaml'
13
13
  'datafile' => 'c:\database.fdb',
14
14
  },
15
15
  'ftp' => {
16
- 'server' => 'ftp.siverti.com.br',
17
- 'user' => 'siverti',
18
- 'password' => 'BoatMeleca'
16
+ 'server' => 'ftp.yoursite.com',
17
+ 'user' => 'ftpuser',
18
+ 'password' => 'ftppwd'
19
19
  }
20
20
  }
21
21
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 3
9
- version: 0.0.3
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alexandre da Silva