rspec-pending_for 0.1.14 → 0.1.15

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
  SHA256:
3
- metadata.gz: 8e2ced8877790c2a151b6a24f12207a257158726ee30cfdfb43e6e758ff039d2
4
- data.tar.gz: e656f51d4975e3baf946545b07b1b614e5bbae19e39716d4fbf9668e4baebeaf
3
+ metadata.gz: a76788abf9a2f19a44ecd077e9caa18e12333fcf8d3d1adf44e712c8e4c225dd
4
+ data.tar.gz: 25815c5675690bf8c2fbd559f0145b3e4ba308d04ea7a3c94b4af05cb07b9e8b
5
5
  SHA512:
6
- metadata.gz: 06e645f40e7018d3813870a6c5bb6d4ae270982cd34a3bfc5402c6eb745529179e4cfec79aa2a9278f1b727c18e53ceb15f1adabced674585f8ca0c715911513
7
- data.tar.gz: bce3c362cf082868576670990de15616bddb03d9c7ca3fe7f8f77b525ba55dba024f52d77db022c183623eba1f5ca9cd1c52e98e1c58ce6046cbffee664a7501
6
+ metadata.gz: f33ad878f5c0128253e9331fdf59bf7e397d46dc3ec7a9f87c7997dc6cfae72f113968cfcba7945f57522d2b854665204c62723ad88f91e9a5cd22c546ac6f52
7
+ data.tar.gz: 88c8e8b84499187c9fd29396fb367a79734522ed90c0a38c22b9e6cfbb0922288d8c9a89c1820622aba87a0ebd9e653a7b9c05f0233c2fcada56656aa9746a03
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at peter.boling@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rspec
4
4
  module PendingFor
5
- VERSION = '0.1.14'
5
+ VERSION = '0.1.15'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-pending_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -121,6 +121,7 @@ executables: []
121
121
  extensions: []
122
122
  extra_rdoc_files: []
123
123
  files:
124
+ - CODE_OF_CONDUCT.md
124
125
  - LICENSE
125
126
  - README.md
126
127
  - lib/rspec/pending_for.rb
@@ -133,14 +134,15 @@ licenses:
133
134
  - MIT
134
135
  metadata: {}
135
136
  post_install_message:
136
- rdoc_options: []
137
+ rdoc_options:
138
+ - "--charset=UTF-8"
137
139
  require_paths:
138
140
  - lib
139
141
  required_ruby_version: !ruby/object:Gem::Requirement
140
142
  requirements:
141
143
  - - ">="
142
144
  - !ruby/object:Gem::Version
143
- version: '0'
145
+ version: 1.8.7
144
146
  required_rubygems_version: !ruby/object:Gem::Requirement
145
147
  requirements:
146
148
  - - ">="