mendel 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +9 -0
- data/README.md +4 -2
- data/lib/mendel/version.rb +1 -1
- data/mendel.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dffa4c0625d1ca79ca244814595b56cfa6bce46f
|
4
|
+
data.tar.gz: 2391cfa180c308bac174889e6c21ddd4ed8ac927
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 790dcdacdf07acdb4098576f56eb7f727933d74b0c8f39f775b65bed813deef4734a798206b81187b64459629e5b3d44f5702bf0994a4f90b796ea92265c32ee
|
7
|
+
data.tar.gz: a409dabe41997987e080cea9c40cbbecc5f2022f073ef6a3e3a39b954c749b635bb5096c653b738ac10776fd429e4a9097e551c20bd7c13c6012c44a845dc8d8
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# Contributor Code of Conduct
|
2
|
+
|
3
|
+
Mendel is meant to be a community effort. Everyone should feel welcome to contribute to it, ask questions, or make suggestions.
|
4
|
+
|
5
|
+
All contributors and maintainers must behave in a respectful and kind manner when working on this project. Harassment, sexual language or images, insults, and otherwise offensive behavior will not be tolerated.
|
6
|
+
|
7
|
+
Any contributions that violate this standard may be edited or deleted, and the offending contributor may have their right to participate revoked.
|
8
|
+
|
9
|
+
If you see behavior that violates this standard, please either open an issue or email one of the project maintainers.
|
data/README.md
CHANGED
@@ -110,9 +110,11 @@ If you need to apply other criteria besides the score, use lazy enumeration and
|
|
110
110
|
|
111
111
|
## Installation
|
112
112
|
|
113
|
-
|
113
|
+
gem install mendel
|
114
114
|
|
115
|
-
|
115
|
+
Or in Bundler:
|
116
|
+
|
117
|
+
gem 'mendel'
|
116
118
|
|
117
119
|
## Naming
|
118
120
|
|
data/lib/mendel/version.rb
CHANGED
data/mendel.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["nathanmlong@gmail.com"]
|
11
11
|
spec.summary = %q{Mendel breeds the best combinations of lists that you provide.}
|
12
12
|
spec.description = %q{Mendel breeds the best combinations of N lists without building all possible combinations.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/nathanl/mendel"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mendel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Long
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- ".gitignore"
|
106
106
|
- ".rspec"
|
107
107
|
- ".ruby-version"
|
108
|
+
- CODE_OF_CONDUCT.md
|
108
109
|
- Gemfile
|
109
110
|
- LICENSE.txt
|
110
111
|
- README.md
|
@@ -137,7 +138,7 @@ files:
|
|
137
138
|
- spec/support/foosball_team.rb
|
138
139
|
- visualizer_spec/ascii_spec.rb
|
139
140
|
- visualizer_spec/base_spec.rb
|
140
|
-
homepage:
|
141
|
+
homepage: https://github.com/nathanl/mendel
|
141
142
|
licenses:
|
142
143
|
- MIT
|
143
144
|
metadata: {}
|