advent 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/advent/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c0c39c2988dbc38f5b3131ddf89f6bd401a40a43b1d9bfc6abdf1c95209f337
|
4
|
+
data.tar.gz: 7e118fad809b0b052fc7bf3bb52f3076e610a083efba687f1474a5fe8904ee9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23e3da22b885aab74015af7120f1645e4c069f960f68f5bf30d72c2559b815cd8ee03fdcbb6de4784ccb99c7e4e0d992a156e83dedd38905013e0f028e174de4
|
7
|
+
data.tar.gz: d554cded9c2cf182aec0ef74d40638471c4f34994ca9e97e5d1d7c860d69b1f1ebad74d17be99d6764a5bc2dc5d437aff23420faa52807955ffe4a5b97bb3260
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Advent
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/advent.svg)](https://badge.fury.io/rb/advent)
|
4
|
+
|
3
5
|
Have fun with the [Advent of Code](https://rubygems.org) using Ruby.
|
4
6
|
|
5
7
|
## Installation
|
@@ -26,7 +28,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
26
28
|
|
27
29
|
## Contributing
|
28
30
|
|
29
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
31
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/dnlgrv/advent-rb.
|
30
32
|
|
31
33
|
## License
|
32
34
|
|
data/lib/advent/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: advent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Grieve
|
@@ -41,7 +41,7 @@ files:
|
|
41
41
|
- lib/advent/cli/solver.rb
|
42
42
|
- lib/advent/solution.rb
|
43
43
|
- lib/advent/version.rb
|
44
|
-
homepage: https://github.com/dnlgrv/advent
|
44
|
+
homepage: https://github.com/dnlgrv/advent-rb
|
45
45
|
licenses:
|
46
46
|
- MIT
|
47
47
|
metadata: {}
|
@@ -63,5 +63,5 @@ requirements: []
|
|
63
63
|
rubygems_version: 3.3.7
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
|
-
summary: Have fun with the Advent of Code.
|
66
|
+
summary: Have fun with the Advent of Code using Ruby.
|
67
67
|
test_files: []
|