rgrmux 0.0.2 → 0.0.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 (3) hide show
  1. data/lib/rgrmux/rspec.rb +3 -3
  2. data/rgrmux.gemspec +1 -1
  3. metadata +5 -6
data/lib/rgrmux/rspec.rb CHANGED
@@ -24,10 +24,10 @@ module Rgrmux
24
24
  summary << ", " << pluralize(failure_count, "failure")
25
25
  summary << ", #{pending_count} pending" if pending_count > 0
26
26
 
27
- if pending_count > 0
28
- @tmux_color = "yellow"
29
- elsif failure_count > 0
27
+ if failure_count > 0
30
28
  @tmux_color = "red"
29
+ elsif pending_count > 0
30
+ @tmux_color = "yellow"
31
31
  else
32
32
  @tmux_color = "green"
33
33
  end
data/rgrmux.gemspec CHANGED
@@ -10,5 +10,5 @@ Gem::Specification.new do |gem|
10
10
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
11
11
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
12
12
  gem.require_paths = ["lib"]
13
- gem.version = '0.0.2'
13
+ gem.version = '0.0.3'
14
14
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgrmux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
4
  prerelease:
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matt Rohrer
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-30 00:00:00.000000000 Z
12
+ date: 2013-02-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Red Green Refactor (t)mux
15
15
  email:
@@ -34,22 +34,21 @@ rdoc_options: []
34
34
  require_paths:
35
35
  - lib
36
36
  required_ruby_version: !ruby/object:Gem::Requirement
37
- none: false
38
37
  requirements:
39
38
  - - ! '>='
40
39
  - !ruby/object:Gem::Version
41
40
  version: '0'
42
- required_rubygems_version: !ruby/object:Gem::Requirement
43
41
  none: false
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ! '>='
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
47
+ none: false
48
48
  requirements: []
49
49
  rubyforge_project:
50
- rubygems_version: 1.8.24
50
+ rubygems_version: 1.8.23
51
51
  signing_key:
52
52
  specification_version: 3
53
53
  summary: An RSpec formater for tmux notifications
54
54
  test_files: []
55
- has_rdoc: