rspec-formatter-git_auto_commit 0.0.3 → 0.0.4

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.
@@ -1,5 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/rspec/formatter/git_auto_commit/version', __FILE__)
3
2
 
4
3
  Gem::Specification.new do |gem|
5
4
  gem.authors = ["joker1007"]
@@ -16,5 +15,5 @@ Gem::Specification.new do |gem|
16
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
16
  gem.name = "rspec-formatter-git_auto_commit"
18
17
  gem.require_paths = ["lib"]
19
- gem.version = RSpec::Formatter::GitAutoCommit::VERSION
18
+ gem.version = "0.0.4"
20
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,7 +57,6 @@ 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
61
60
  - rspec-formatter-git_auto_commit.gemspec
62
61
  homepage: https://github.com/joker1007/rspec-formatter-git_auto_commit
63
62
  licenses: []
@@ -73,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
73
72
  version: '0'
74
73
  segments:
75
74
  - 0
76
- hash: -4194893769082244773
75
+ hash: 3117313353869678967
77
76
  required_rubygems_version: !ruby/object:Gem::Requirement
78
77
  none: false
79
78
  requirements:
@@ -82,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  version: '0'
83
82
  segments:
84
83
  - 0
85
- hash: -4194893769082244773
84
+ hash: 3117313353869678967
86
85
  requirements: []
87
86
  rubyforge_project:
88
87
  rubygems_version: 1.8.23
@@ -1,7 +0,0 @@
1
- module RSpec
2
- module Formatter
3
- class GitAutoCommit
4
- VERSION = "0.0.3"
5
- end
6
- end
7
- end