rspec-formatter-git_auto_commit 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.
@@ -3,8 +3,6 @@ require "rspec/core/formatters/base_text_formatter"
|
|
3
3
|
module RSpec
|
4
4
|
module Formatter
|
5
5
|
class GitAutoCommit < RSpec::Core::Formatters::BaseTextFormatter
|
6
|
-
VERSION = "0.0.2"
|
7
|
-
|
8
6
|
GIT_PROG = ENV["GIT_BIN"] || "git"
|
9
7
|
|
10
8
|
def dump_summary(duration, example_count, failure_count, pending_count)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
require File.expand_path('../lib/rspec/formatter/git_auto_commit', __FILE__)
|
2
|
+
require File.expand_path('../lib/rspec/formatter/git_auto_commit/version', __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["joker1007"]
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.summary = %q{RSpec git auto commit formatter}
|
9
9
|
gem.homepage = "https://github.com/joker1007/rspec-formatter-git_auto_commit"
|
10
10
|
|
11
|
-
gem.add_dependency('rspec', '~>2.11
|
11
|
+
gem.add_dependency('rspec', '~>2.11')
|
12
12
|
gem.add_development_dependency('rake')
|
13
13
|
|
14
14
|
gem.files = `git ls-files`.split($\)
|
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
|
+
version: 0.0.3
|
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
|
+
date: 2012-12-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.11
|
21
|
+
version: '2.11'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 2.11
|
29
|
+
version: '2.11'
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: rake
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- Rakefile
|
58
58
|
- lib/rspec-formatter-git_auto_commit.rb
|
59
59
|
- lib/rspec/formatter/git_auto_commit.rb
|
60
|
+
- lib/rspec/formatter/git_auto_commit/version.rb
|
60
61
|
- rspec-formatter-git_auto_commit.gemspec
|
61
62
|
homepage: https://github.com/joker1007/rspec-formatter-git_auto_commit
|
62
63
|
licenses: []
|
@@ -72,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
72
73
|
version: '0'
|
73
74
|
segments:
|
74
75
|
- 0
|
75
|
-
hash:
|
76
|
+
hash: -4194893769082244773
|
76
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
78
|
none: false
|
78
79
|
requirements:
|
@@ -81,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
82
|
version: '0'
|
82
83
|
segments:
|
83
84
|
- 0
|
84
|
-
hash:
|
85
|
+
hash: -4194893769082244773
|
85
86
|
requirements: []
|
86
87
|
rubyforge_project:
|
87
88
|
rubygems_version: 1.8.23
|