advent 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/advent/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cdf5d96352bc47ad63cceb8ce3c796fe57a86a00174687ec998b3ad196b408a
4
- data.tar.gz: 4e04dca6d1b461511df17894298587e2457470813c0b6a30f43229ba5e8fc098
3
+ metadata.gz: 2c0c39c2988dbc38f5b3131ddf89f6bd401a40a43b1d9bfc6abdf1c95209f337
4
+ data.tar.gz: 7e118fad809b0b052fc7bf3bb52f3076e610a083efba687f1474a5fe8904ee9f
5
5
  SHA512:
6
- metadata.gz: e4e083b0e213e4180716c2791b163ed510754bfa9b172a31986440e108ae54f68e88813a95aedc6df66ddce445cae340a7979b5ce4bb3907f8b4845906edfd9c
7
- data.tar.gz: cc56db526c42d93f16869a2f05fdf1c8e4f8b2edd10d243fea72d4145cec6264ddc9ecbca1ebdd3901937e17a05d34fbeb7eb2a54458dac6190e2ab1a75bdd04
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/[USERNAME]/advent.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/dnlgrv/advent-rb.
30
32
 
31
33
  ## License
32
34
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Advent
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: []