color_pound_spec_reporter 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17440c1cd2502cef101cfa37c85cf1234f982863
4
- data.tar.gz: 7ec96a79dc68f7edc22ad7c54bb93cd35f5bcb2e
3
+ metadata.gz: 5adfc35605d1205584091359d27bebf1b6c58787
4
+ data.tar.gz: 199082ad21977be5388177a8dde461c260c88ad3
5
5
  SHA512:
6
- metadata.gz: 05162864b24e8cf0a69ca34632782810eb76d383f306212ad42eca4e86f2844c898b48474354fb6b0d37bfb9fa6dbe82e81c62a3d49f936c33d7d5fc98dedcf0
7
- data.tar.gz: df2aecd452b4f448065091256b4a061a36789a0293c8b7e51c4b441c6ba825dcf96b90c77eed513c73efc4cd34ececd0b07a754fbc4342ea584ea8e73501f264
6
+ metadata.gz: 8982112fdf326e3310282bba9a2d53881aa53e00172dc041823fba0d956996e69fa209fb6a7e2929c88e6e7900aae3941f596b76679ba6a6a7833d62691b58b2
7
+ data.tar.gz: 68a9b3e05a365f08e2927563832374b23519dd9163f58e4206ba3e5fb5cbae6d68c98600dab9d74392b8a4b28ae08d84f62564f878786b1729e879e9dfb862dd
@@ -1,13 +1,3 @@
1
1
  # Contributor Code of Conduct
2
2
 
3
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
-
5
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
6
-
7
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
-
9
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
-
11
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
-
13
- This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
3
+ For you, brethren, have been called to liberty; only do not use liberty as an opportunity for the flesh, but through love serve one another. For all the law is fulfilled in one word, even in this: “You shall love your neighbor as yourself.” But if you bite and devour one another, beware lest you be consumed by one another! - [Galatians 5:13-15](https://www.biblegateway.com/passage/?search=Gal.5.13-Gal.5.15&version=NKJV)
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://github.com/danielpclark/color_pound_spec_reporter"
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|example)/}) }
17
17
  spec.require_paths = ["lib"]
18
18
 
19
19
  spec.required_ruby_version = '>= 1.9.1'
@@ -1,4 +1,4 @@
1
1
  require 'minitest/reporters'
2
2
  class ColorPoundSpecReporter < Minitest::Reporters::SpecReporter
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: color_pound_spec_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel P. Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-10 00:00:00.000000000 Z
11
+ date: 2016-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,7 +83,6 @@ files:
83
83
  - bin/console
84
84
  - bin/setup
85
85
  - color_pound_spec_reporter.gemspec
86
- - example/color-output.png
87
86
  - lib/color_pound_spec_reporter.rb
88
87
  - lib/color_pound_spec_reporter/version.rb
89
88
  homepage: https://github.com/danielpclark/color_pound_spec_reporter
@@ -106,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
105
  version: '0'
107
106
  requirements: []
108
107
  rubyforge_project:
109
- rubygems_version: 2.4.7
108
+ rubygems_version: 2.6.4
110
109
  signing_key:
111
110
  specification_version: 4
112
111
  summary: Modifies your SpecReporter for easy to follow colored output.
Binary file