flex_array 0.3.4 → 0.3.5

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: 6222b14c078c26591a64b3bb97c4a1fe2dfa1d48
4
- data.tar.gz: 90006c528466e8c16420ad0e03b144f182e9309d
3
+ metadata.gz: f8a2ffc260fe1a786395e26576283e344a772d54
4
+ data.tar.gz: 2c314b80cac241e0442a61889fa648027ad7daae
5
5
  SHA512:
6
- metadata.gz: f86ba5b8086d23e8d323320ed3229161a6950afc5d8de0b4bd1129efb9aa202c14ade1e6d037157eaff5e8f0192c14a2ccdbd6620eb14b9d809636b1ee0d6ee1
7
- data.tar.gz: ddf04804da0710b0a678d8769d1cd33a09d774aea30a333a4808f32eb963095575c17503a32b0f34048862890e6a596b1ae42d63d0adfc30de6264482225db56
6
+ metadata.gz: 85c0c995f99a42f39d5f401adcddb67e7a09103c7ff931fb5e23cb71230cb92dc35d94958b5bb201fbda321099f907a7e3e6a4d97e5cb717e8387c56a4e5712a
7
+ data.tar.gz: 4663bc54d8d906df52e03492100848e9f51cb9301ae4fabfa5b06480bc1d78b979467d1b4df1f39a4633284d3ca892ca20ae5768c31e7dbaf7575900efb165f0
@@ -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/
@@ -3,5 +3,5 @@
3
3
  #* version.rb - The version string for flex array.
4
4
  class FlexArray
5
5
  #The version string for flex array.
6
- VERSION = "0.3.4"
6
+ VERSION = "0.3.5"
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex_array
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
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-08-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
@@ -116,6 +116,7 @@ extra_rdoc_files:
116
116
  - license.txt
117
117
  files:
118
118
  - ".gitignore"
119
+ - CODE_OF_CONDUCT.md
119
120
  - Gemfile
120
121
  - README.md
121
122
  - docs/Flex_Array_UG.odt