minitest_visible 0.1.1 → 0.1.2

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: 5ada91a454e6dd8ce8428397e1a624e867d09339
4
- data.tar.gz: cc79c1ab2b28698c6de0be4b3963bf603f8eddf0
3
+ metadata.gz: d603f3d2a770f665c10384a2546de472ecc3a5d6
4
+ data.tar.gz: 227010de3adeb0b272ad51054608cad2cf4169ba
5
5
  SHA512:
6
- metadata.gz: 8194e10b11a6b55cf974aa895b8414376e3b27dba0e1e1a0e7902d2600ba44d6eec3e42b1f6bb2a828f4b2f02dcc93869416e815be2f13f244cd6303306210f5
7
- data.tar.gz: c9d47d3d9455f51447233d2723f3e9b25b614f19922e249f65495ba684ac8a1445d3b63f3217288fc6b83d667fb41fd1ccd3195e18fb7f0aaf795492f0fef5fe
6
+ metadata.gz: ee1da3234947a0a99aa1570c1160674e7de881759c39ecf9ca76f6f5384dff67fb5b9af2cd3e1ad4d214cdd8443a71373396acb9615b856c5b5e0f59bfccb971
7
+ data.tar.gz: 8f95a2260e9aa9a64d90b36e81098f3f8f7078464223e28f6247a8098e4e509c28841f564e4a7b216425e18f29dbee3b036aeb344449c06e74a9f0d9ae774854
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at peter.c.camilleri@gmail.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/README.md CHANGED
@@ -63,6 +63,9 @@ Or install it yourself as:
63
63
 
64
64
  $ gem install minitest_visible
65
65
 
66
+ The minitest_visible gem is at: ( https://rubygems.org/gems/minitest_visible )
67
+
68
+
66
69
  ## Usage
67
70
 
68
71
  Simply add the line:
@@ -1,4 +1,4 @@
1
1
  module MinitestVisible
2
2
  #The version of this module.
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest_visible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Camilleri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-22 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,13 +88,14 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - ".gitignore"
91
+ - CODE_OF_CONDUCT.md
91
92
  - Gemfile
92
93
  - LICENSE.txt
93
94
  - README.md
94
- - Rakefile
95
95
  - lib/minitest_visible.rb
96
96
  - lib/minitest_visible/version.rb
97
97
  - minitest_visible.gemspec
98
+ - rakefile.rb
98
99
  - template/xyzzy_tests.rb
99
100
  - tests/part_one_tests.rb
100
101
  - tests/part_three_tests.rb