mysh 0.1.8 → 0.1.9

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: 00a8a4bcc46bf1d1fa16d25a11daba50febf1545
4
- data.tar.gz: 946dc26130f615b4d4b5e93a0b2f63ceb2317d1e
3
+ metadata.gz: e0b4c496315c92dcfdb4b1c543d4e63364d13e75
4
+ data.tar.gz: f9885bc762c88e3411299a5c39375083054084c5
5
5
  SHA512:
6
- metadata.gz: a6902d8da26a056692c2c3bd0841f6c8be59ef47cd9826df1b62adac8b22de54db43ff65501a452ee486cd05f32e7c7ca053b8273b324f375630b38df9bad1a7
7
- data.tar.gz: 758333b1e649b23694e090f6992c8ce630fe0be8cc9f0f35b5b76400a366f26ebf0128f522abb45f5506fd1da316670ef6b088982e482ee384ee7e101a4dc815
6
+ metadata.gz: 7ee6785a005d64073e5ec31bdfa831b6699960fea8b31a2ca6e6dbf3455a9ee3c0e9bc89f759588f0d81bad5c9a83fdfc83720ef1cb0217463fe0d669cc4d731
7
+ data.tar.gz: 9de8dbf54a0f6e0b6a239865a84ab729072028ffc6e247194fcbdea75f9da351b299e0157def64838fdc4ae128c618d6c7565a984d80eedee48f8fb6d305610e
@@ -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/
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Mysh
4
4
  #The version string of MY SHell.
5
- VERSION = "0.1.8"
5
+ VERSION = "0.1.9"
6
6
 
7
7
  #A brief summary of this gem.
8
8
  SUMMARY = "mysh -- a Ruby inspired command shell"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Camilleri
@@ -131,6 +131,7 @@ extensions: []
131
131
  extra_rdoc_files: []
132
132
  files:
133
133
  - ".gitignore"
134
+ - CODE_OF_CONDUCT.md
134
135
  - Gemfile
135
136
  - LICENSE.txt
136
137
  - README.md