philiprehberger-env_diff 0.1.5 → 0.1.6

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: c46e7dc3ff055170419718218d069f0f38acd68a8011213dbe8ea221761e0b6f
4
- data.tar.gz: 98a9921f2c4b4dd8d35e9c18b27b65ec33906b886c36370ad25948cce7db707f
3
+ metadata.gz: 34d74a94b44c930d4a8dd20516ed4910a5555583c1b3b205fa7130f286731036
4
+ data.tar.gz: efae60241fcfdff735901d9509b1fda72044d2c45d70a8707bd5234f363a120a
5
5
  SHA512:
6
- metadata.gz: 26f5b46e6bd10062759a60022ffa79eb1337a8fc1948aa4dc45c1ea04d3197bdbb1c88d8e31040bd544a23934fa1cb935d8c46253c98b617982425df99797b3d
7
- data.tar.gz: 0ad472fc4fe74bdfdf47945fe0aa3979b1e3255bc6ee5a5fa53e4a7c7f59b5a4b6574f0864adaf5dfa569b6132677bf3c0b1dbfaa531655f20586ba1d2c84b47
6
+ metadata.gz: 3145c5a04aca6acf20caf78e4e5ba16bd84cfccb77a96b0a3c7ac6b18e5233232febb464648b5c5978e3909d8d86cca836b89ffaf76b999f868cc4a79b0a328a
7
+ data.tar.gz: f9f72c04b30026bcfcb8f70250030a29def661ae8dea295020050f9a3e4ddd163a9caeebe129c5096c45eb2117ec1c2e7f4db9c6b78091253a602d0a775ab453
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.6] - 2026-03-26
11
+
12
+ ### Changed
13
+ - Add Sponsor badge to README
14
+ - Fix License section format
15
+
16
+
10
17
  ## [0.1.5] - 2026-03-24
11
18
 
12
19
  ### Fixed
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Tests](https://github.com/philiprehberger/rb-env-diff/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-env-diff/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-env_diff.svg)](https://rubygems.org/gems/philiprehberger-env_diff)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-env-diff)](LICENSE)
6
+ [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
6
7
 
7
8
  Compare environment variables across environments and report differences
8
9
 
@@ -91,4 +92,4 @@ bundle exec rubocop
91
92
 
92
93
  ## License
93
94
 
94
- MIT
95
+ [MIT](LICENSE)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module EnvDiff
5
- VERSION = "0.1.5"
5
+ VERSION = "0.1.6"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-env_diff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-25 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parse .env files or environment hashes, compare them, and get a clear
14
14
  report of added, removed, changed, and unchanged variables.