aoc_utils 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aoc_utils.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 040c3095a812f3c14566d221b44acb53bd2f2f1787c7881ccd9a75061f37730a
4
- data.tar.gz: 70f8f5953faed22acf404ddac8fb030024290121e24f46a6983032b511f154b4
3
+ metadata.gz: 4670d22399c334352f749fb796e8c716c744f61f9f2e72bf5b29f42c8bfe5085
4
+ data.tar.gz: 3aae281d8b3dc3f79d9ddf7a5aec236ddeb4e32b5c4dce69d703b8ed0ff1d489
5
5
  SHA512:
6
- metadata.gz: f965e4c23e79da146e0b711521247de292cfc8b7851e5b802a474c143b3765ae49f40e49e23747c65ccbe48786b09d99a06ec64f4262745a31c0b3c8dca163e2
7
- data.tar.gz: 81f93a2d5ceb77c270f644e2d39c2ee4c6a2ddf0f99829abfc4049214ba8b83c1d3f1fd7cd6ebe5b42b7c5e3854db3e03fefc4c7a8379605e4616cc8dba25d1f
6
+ metadata.gz: 3ebf25e5a9fd9456e7e6a31d7c97a1b956fecf654252639cf8ce266fe01c4d1d58ef81740145a03f387779e97802069f26ee42ea0a435af22b419bbe1f815883
7
+ data.tar.gz: 852c5342561f289945ec55039ed0ea236fab3797e9cb3f6223f0cdb9fa82cca8d17cdd5feece379efbdd7acce0d8fc25450b7a0eba894f88ffa76a32b882f1bc
data/lib/aoc_utils.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Desc: Utility functions for Advent of Code problems
2
- class AocUtils
2
+ module AocUtils
3
3
  # extracts all integers from the specified file
4
4
  # @param filename [String] the name of the file to read from
5
5
  # @param other_characters [Array<String>] will save the first non integer character in the line for further usage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aoc_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lennard Clicque