sudoku_genius 2.0 → 2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/sudoku_genius/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a442339ca0ec1b67ee790b08c7b2dd76a84921f07eebbed5e6dab4a82948c2b
|
|
4
|
+
data.tar.gz: 8ee17039e465d86817bcc5440a5254b24006c0dfe9177e7ebd70c4ce18d05969
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e58c889c9bf2e46d9655d81b8552fcdedb1fff687aa939da7cca0b921e34727179ad6d9d3913782083dc2e4cf97c2cd0d54c52582994102b294549aedd06d41
|
|
7
|
+
data.tar.gz: 7b8ab0b549e62970b0577aa50470a9d47e81c3b52d89542c9310a9247a67aaeb3a568e5af4109e6d1c9ed0041dff5d04c8b0b0b67e3404070fb7b9604e06e4fa
|
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# SudokuGenius
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/4rlm/sudoku_genius)
|
|
3
4
|
[](https://badge.fury.io/rb/sudoku_genius)
|
|
4
5
|
[](https://opensource.org/licenses/MIT)
|
|
5
6
|
|
|
@@ -448,7 +449,6 @@ result = SudokuGenius.play(puzzles: puzzles)
|
|
|
448
449
|
]
|
|
449
450
|
```
|
|
450
451
|
|
|
451
|
-
|
|
452
452
|
## Development
|
|
453
453
|
|
|
454
454
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|