progressbar 0.12.0 → 0.20.0

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.
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ rdoc
20
20
  pkg
21
21
 
22
22
  ## PROJECT::SPECIFIC
23
+ /.rake_t_cache
@@ -2,7 +2,5 @@ rvm:
2
2
  - 1.8.7
3
3
  - 1.9.2
4
4
  - 1.9.3
5
- - rbx-2.0
6
5
  - jruby
7
- - ruby-head
8
6
  - ree
@@ -86,8 +86,8 @@ The latest version of Ruby/ProgressBar is available at
86
86
  transfered bytes and transfer rate.
87
87
 
88
88
  --- ProgressBar#long_running
89
- Use adaptative running average ton compute ETA, more effective for
90
- long-running jobs of jobs whose pseed may vary.
89
+ Use adaptative running average to compute ETA, more effective for
90
+ long-running jobs or jobs whose speed may vary.
91
91
 
92
92
 
93
93
  ReverseProgressBar class is also available. The
@@ -10,7 +10,7 @@
10
10
  #
11
11
 
12
12
  class ProgressBar
13
- VERSION = "0.12.0"
13
+ VERSION = "0.20.0"
14
14
 
15
15
  def initialize (title, total, out = STDERR)
16
16
  @title = title
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "http://github.com/peleteiro/progressbar"
11
11
  s.summary = "Ruby/ProgressBar is a text progress bar library for Ruby."
12
12
  s.description = "Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time."
13
+ s.license = "Ruby"
13
14
 
14
15
  s.required_rubygems_version = ">= 1.3.6"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: progressbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.20.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-30 00:00:00.000000000 Z
13
+ date: 2013-02-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -130,7 +130,8 @@ files:
130
130
  - progressbar.gemspec
131
131
  - test/test.rb
132
132
  homepage: http://github.com/peleteiro/progressbar
133
- licenses: []
133
+ licenses:
134
+ - Ruby
134
135
  post_install_message:
135
136
  rdoc_options:
136
137
  - --charset=UTF-8