configem 1.0.3 → 1.0.7

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 +2 -0
  3. data/lib/configem.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 951be63c4c472185405fc9b8f97ed8bae90153029549f4db7309fc9b004b5d63
4
- data.tar.gz: cb38c9cada27277f697e846c0cebc1bc6b2e0c07dc7ce09d65c0570f19562d96
3
+ metadata.gz: 48ed3b022f9c657bf2380dd9afb62d8e8c9e4bdf74b955ff3084acea1cbdb616
4
+ data.tar.gz: 65f19837f6e68ed98d6d7c150d4fc1d08e68614bc74c9aa82e0ad0907ab84ec9
5
5
  SHA512:
6
- metadata.gz: 0d01792a831239547eec1bbd134a07ae8e3574f7e3186dee194a397b5c13b290a46725d86ed36d38f633c684d08f327e9fc41d2bd5fd27e507d8bd6acada4922
7
- data.tar.gz: 7a19c00a8190b1461cde8e91969de64c06b44d792a758f0801774e876af5200f339f93b71e99d0d83c181e3d608de973d6f4625324cd127076718d55f4599f12
6
+ metadata.gz: 973d7cfcbe2f0ae283a1c09dea672e0f0f881a7f6efdffc344065b97ddb43c4c80fe86ae8bfce8ab866d059f8aab88e7d43e557822a14774e87f0ec956131807
7
+ data.tar.gz: fea479fbc49f349bb6d649d98186e590f0056d6f51ec99512c1cb98855c8948b0cdf8184e967825cc3ecb1adf5bc4ccb6f91d05d44883e684ae877ebd96d699d
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Ruby](https://github.com/alekpopovic/configem/actions/workflows/ruby.yml/badge.svg)](https://github.com/alekpopovic/configem/actions/workflows/ruby.yml)
4
4
 
5
+ [![Ruby Gem](https://github.com/alekpopovic/configem/actions/workflows/gem-push.yml/badge.svg)](https://github.com/alekpopovic/configem/actions/workflows/gem-push.yml)
6
+
5
7
  A simple mixin to add configuration functionality to your classes
6
8
 
7
9
  ## Installation
data/lib/configem.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Configem
4
- VERSION = "1.0.3"
4
+ VERSION = "1.0.7"
5
5
 
6
6
  class << self
7
7
  def included(base)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic