progress 0.0.9.2 → 0.0.9.3

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 (4) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/progress.rb +1 -1
  3. data/progress.gemspec +2 -2
  4. metadata +2 -2
@@ -1 +1 @@
1
- [0, 0, 9, 2]
1
+ [0, 0, 9, 3]
@@ -127,7 +127,7 @@ protected
127
127
  unless lines?
128
128
  previous_length = @previous_length || 0
129
129
  @previous_length = message.length
130
- message = message.ljust(previous_length, '>') + "\r"
130
+ message = message.ljust(previous_length, ' ') + "\r"
131
131
  end
132
132
 
133
133
  if highlight?
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{progress}
5
- s.version = "0.0.9.2"
5
+ s.version = "0.0.9.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["toy"]
9
- s.date = %q{2009-07-28}
9
+ s.date = %q{2009-08-06}
10
10
  s.description = %q{A library to show progress of long running tasks.}
11
11
  s.email = %q{}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "lib/progress/enumerable.rb", "lib/progress/integer.rb", "lib/progress/with_progress.rb", "lib/progress.rb", "README.rdoc", "tasks/rspec.rake"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: progress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9.2
4
+ version: 0.0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - toy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-28 00:00:00 +04:00
12
+ date: 2009-08-06 00:00:00 +04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15