ricardochimal-taps 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
data/lib/taps/config.rb CHANGED
@@ -2,7 +2,7 @@ require 'sequel'
2
2
 
3
3
  module Taps
4
4
 
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
 
7
7
  class Config
8
8
  class << self
@@ -17,7 +17,7 @@ class ProgressBar
17
17
  @total = total
18
18
  @out = out
19
19
  @terminal_width = 80
20
- @bar_mark = "o"
20
+ @bar_mark = "="
21
21
  @current = 0
22
22
  @previous = 0
23
23
  @finished_p = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ricardochimal-taps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Chimal, Jr.
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-10 00:00:00 -08:00
13
+ date: 2009-02-11 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -83,12 +83,12 @@ files:
83
83
  - spec/server_spec.rb
84
84
  - spec/utils_spec.rb
85
85
  - lib/taps/db_session.rb
86
- - lib/taps/progress_bar.rb
87
86
  - lib/taps/utils.rb
88
87
  - lib/taps/schema.rb
89
88
  - lib/taps/cli.rb
90
89
  - lib/taps/client_session.rb
91
90
  - lib/taps/server.rb
91
+ - lib/taps/progress_bar.rb
92
92
  - lib/taps/config.rb
93
93
  - README.rdoc
94
94
  - LICENSE