mikras_utils 0.4.2 → 0.4.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 915ba433c0a3f170bcdd8c762b962425949fb8fae4edc05983bf6d6f6fe26eed
4
- data.tar.gz: 12d2a8c77eec67068b6caba5c561e6c02c965b279d6bc5edf414c127c64ba42a
3
+ metadata.gz: 3ab95c37caacbe1ab7ed069d6d6fb83b6a234e1b64e5206e1a5382d5e7eb6507
4
+ data.tar.gz: a778c6dd04db370c1be6b6af571929dbadc2b5220148726c21da74527a84693a
5
5
  SHA512:
6
- metadata.gz: d722d414f72788dce677f493695def665272f517bf28a85198abc3a72cef774d43796c86820ec8cc1cacbf84a37e7cd91105b036b81f0a3767fd8f5b313e5d41
7
- data.tar.gz: 81baffab8c6f7d5113fb335ae6b374ed58bc6663f8f66aaecc01e7cecbd74bcfecdb764d5d9bba530e1cbaf97b564e07acbd38bcf606cdc35e4a09e348a25572
6
+ metadata.gz: 84004bdb6c46d4f41a992fc5929d557704b886a975ba167011a2afd8e867cdf0787703a8cc12aa61443a4987b8b05a7a8c70595714bafcd81510cd37524c309d
7
+ data.tar.gz: 3bece44a7fba65f2db3a7016a9a9d26595c1e7d97b4c1b5759628977e23cd0db980307c6d73987dbb75bd74cc3f0184fd9cd7440d2c1d571573aa90df4af62d9
data/lib/mikras.rb CHANGED
@@ -1,4 +1,6 @@
1
1
 
2
+ require 'yaml'
3
+
2
4
  module Prick
3
5
  # FIXME Hardcoded to avoid dragging in the whole prick environment. Should be
4
6
  # kept in sync with Prick::PRICK_STATE_FILE
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MikrasUtils
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mikras_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen