rspec-formatter-git_auto_commit 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,18 @@ module RSpec
5
5
  class GitAutoCommit < RSpec::Core::Formatters::BaseTextFormatter
6
6
  GIT_PROG = ENV["GIT_BIN"] || "git"
7
7
 
8
+ def message(message)
9
+ end
10
+
11
+ def dump_failures
12
+ end
13
+
14
+ def dump_pending
15
+ end
16
+
17
+ def seed
18
+ end
19
+
8
20
  def dump_summary(duration, example_count, failure_count, pending_count)
9
21
  state = failure_count == 0 ? "[green]" : "[red]"
10
22
  summary = summary_line(example_count, failure_count, pending_count)
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "rspec-formatter-git_auto_commit"
17
17
  gem.require_paths = ["lib"]
18
- gem.version = "0.0.4"
18
+ gem.version = "0.0.5"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-formatter-git_auto_commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-13 00:00:00.000000000 Z
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: 3117313353869678967
75
+ hash: -1242244284208330276
76
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  none: false
78
78
  requirements:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: 3117313353869678967
84
+ hash: -1242244284208330276
85
85
  requirements: []
86
86
  rubyforge_project:
87
87
  rubygems_version: 1.8.23