taps 0.2.1 → 0.2.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.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
@@ -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: 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
@@ -89,12 +89,12 @@ files:
89
89
  - spec/server_spec.rb
90
90
  - spec/utils_spec.rb
91
91
  - lib/taps/db_session.rb
92
- - lib/taps/progress_bar.rb
93
92
  - lib/taps/utils.rb
94
93
  - lib/taps/schema.rb
95
94
  - lib/taps/cli.rb
96
95
  - lib/taps/client_session.rb
97
96
  - lib/taps/server.rb
97
+ - lib/taps/progress_bar.rb
98
98
  - lib/taps/config.rb
99
99
  - README.rdoc
100
100
  - LICENSE