ruby-progressbar 1.0.0rc1 → 1.0.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
@@ -1,5 +1,12 @@
1
- pkg/*
2
1
  *.gem
2
+ *.rbc
3
3
  .bundle
4
- source/Gemfile.temp
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ _yardoc
5
8
  coverage
9
+ lib/bundler/man
10
+ pkg
11
+ spec/reports
12
+ tmp
@@ -1,8 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.8.7
4
3
  - 1.9.2
5
4
  - 1.9.3
6
- - jruby-18mode # JRuby in 1.8 mode
7
5
  - jruby-19mode # JRuby in 1.9 mode
8
6
  script: bundle exec rspec spec
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source "http://rubygems.org"
2
2
 
3
+ gem 'rake'
4
+
3
5
  gemspec
@@ -14,6 +14,7 @@ GEM
14
14
  guard-rspec (0.6.0)
15
15
  guard (>= 0.10.0)
16
16
  multi_json (1.0.4)
17
+ rake (0.9.2.2)
17
18
  rspec (2.8.0)
18
19
  rspec-core (~> 2.8.0)
19
20
  rspec-expectations (~> 2.8.0)
@@ -36,6 +37,7 @@ DEPENDENCIES
36
37
  bundler (~> 1.0)
37
38
  guard (~> 1.0)
38
39
  guard-rspec (~> 0.6)
40
+ rake
39
41
  rspec (~> 2.8)
40
42
  ruby-progressbar!
41
43
  simplecov (~> 0.5)
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env rake
2
+ require "bundler/gem_tasks"
@@ -1,3 +1,3 @@
1
1
  class ProgressBar
2
- VERSION = '1.0.0rc1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-progressbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0rc1
5
- prerelease: 5
4
+ version: 1.0.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - thekompanee
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-04 00:00:00.000000000 Z
13
+ date: 2012-08-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -132,6 +132,7 @@ files:
132
132
  - Guardfile
133
133
  - LICENSE
134
134
  - README.md
135
+ - Rakefile
135
136
  - lib/progress_bar/base.rb
136
137
  - lib/progress_bar/components.rb
137
138
  - lib/progress_bar/components/bar.rb
@@ -175,12 +176,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
176
  - - ! '>='
176
177
  - !ruby/object:Gem::Version
177
178
  version: '0'
179
+ segments:
180
+ - 0
181
+ hash: 1971535675958620088
178
182
  required_rubygems_version: !ruby/object:Gem::Requirement
179
183
  none: false
180
184
  requirements:
181
- - - ! '>'
185
+ - - ! '>='
182
186
  - !ruby/object:Gem::Version
183
- version: 1.3.1
187
+ version: '0'
188
+ segments:
189
+ - 0
190
+ hash: 1971535675958620088
184
191
  requirements: []
185
192
  rubyforge_project: ruby-progressbar
186
193
  rubygems_version: 1.8.24