connect_n_game 0.0.1 → 0.0.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: d8c22e80821cd3f7868d2fb55e1382c2fcdb8f64
4
- data.tar.gz: 1e71e994e2930b55160aef91e9f637df6675f24b
3
+ metadata.gz: 77cbc1def307ddafb436d4e17ee6771aa0ed6600
4
+ data.tar.gz: e8223189e2a93f3c02f2e7fb7d447c4cf98cc462
5
5
  SHA512:
6
- metadata.gz: 4131de533d207ecc4e94f88d7a9c33139ea5f0e272adf202222b5f0a25f19b034cf68cb24c00a90ccfe375a7f5166eafad79fba38851e54c01a9df76a57dc69e
7
- data.tar.gz: 01ddd823edb705af2593621f6da26dce0d9bf7abbc55f40653f197d46303890923e6e0a45f1f85c4c43d8058a47735497db7ebcb102960dca09ade448c62da0a
6
+ metadata.gz: 7083511e82dc98d5ef961089aa3cabb3f439d01bdf533c88a76ec0e5c4e7b76883f70460578d354e4b862bd85ff5d4cba2bb48d14eb34cc77a076eded6b6184d
7
+ data.tar.gz: 668e52a0da7d18a9472522a83f4dadcb3bf019697394949d4446cbdcc54bc35e5b8e59cbb7cc9d6225797344906c3739f9fa219a9dfd817745cbd2e399b8615c
@@ -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/
Binary file
@@ -1,5 +1,5 @@
1
1
 
2
2
  module ConnectNGame
3
3
  #The version of the Connect N \Game.
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: connect_n_game
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.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: 2015-09-30 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
@@ -75,6 +75,8 @@ extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
77
  - ".gitignore"
78
+ - CODE_OF_CONDUCT.md
79
+ - Captains_Mistress.pdf
78
80
  - Gemfile
79
81
  - LICENSE.txt
80
82
  - README.md
@@ -131,3 +133,4 @@ signing_key:
131
133
  specification_version: 4
132
134
  summary: The Connect 4 (or more) Game gem.
133
135
  test_files: []
136
+ has_rdoc: