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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 773c767d9054373c84771c9ddc4d8d0a0b83b823
4
- data.tar.gz: a56609df4cc57d0f978206562d6962dd3a673ee2
3
+ metadata.gz: dffa4c0625d1ca79ca244814595b56cfa6bce46f
4
+ data.tar.gz: 2391cfa180c308bac174889e6c21ddd4ed8ac927
5
5
  SHA512:
6
- metadata.gz: 6278978743f8c42ac2a3a35bff2dc2e6de520ccd9786e484d7b168b2b0243a30bfbedc75083b490181361f922b7b2705d5108dc2dbef11445f1d8919574256d1
7
- data.tar.gz: 8c2f2e5514b45ce1f646d3785b0d8aae0dc62d17d4386b35216d32b568a63227b6c7212f86710bc4c435dba3b7abb2ab9e004fd41ccd5507546a9cbdead7e722
6
+ metadata.gz: 790dcdacdf07acdb4098576f56eb7f727933d74b0c8f39f775b65bed813deef4734a798206b81187b64459629e5b3d44f5702bf0994a4f90b796ea92265c32ee
7
+ data.tar.gz: a409dabe41997987e080cea9c40cbbecc5f2022f073ef6a3e3a39b954c749b635bb5096c653b738ac10776fd429e4a9097e551c20bd7c13c6012c44a845dc8d8
@@ -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
- In Bundler:
113
+ gem install mendel
114
114
 
115
- gem 'mendel', git: (this repo address)
115
+ Or in Bundler:
116
+
117
+ gem 'mendel'
116
118
 
117
119
  ## Naming
118
120
 
@@ -1,3 +1,3 @@
1
1
  module Mendel
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -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.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: {}