rspec_spinner 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
@@ -6,7 +6,7 @@ module RspecSpinner
6
6
  @current = 0
7
7
  @total = example_count
8
8
  @error_state = :all_passing
9
- @pbar = Rtui::Progress.new("#{example_count} examples", example_count,
9
+ @pbar = RTUI::Progress.new("#{example_count} examples", example_count,
10
10
  {:out => output})
11
11
  end
12
12
  end
@@ -20,7 +20,7 @@ module RspecSpinner
20
20
  @current = 0
21
21
  @total = example_count
22
22
  @error_state = :all_passing
23
- @pbar = Rtui::Progress.new("#{example_count} examples", example_count,
23
+ @pbar = RTUI::Progress.new("#{example_count} examples", example_count,
24
24
  {:out => output, :components => [:percentage, :spinner, :stat]})
25
25
  end
26
26
 
@@ -5,7 +5,7 @@ module RspecSpinner
5
5
  @current = 0
6
6
  @total = example_count
7
7
  @error_state = :all_passing
8
- @pbar = Rtui::Progress.new("#{example_count} examples", example_count,
8
+ @pbar = RTUI::Progress.new("#{example_count} examples", example_count,
9
9
  {:out => output, :components => [:percentage, :spinner, :subject, :stat]})
10
10
  @pbar.subject = "Starting..."
11
11
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rspec_spinner}
8
- s.version = "1.1.2"
8
+ s.version = "1.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marcos Augusto"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marcos Augusto