philiprehberger-env_diff 0.1.4 → 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: '089124adf2f351e000fb31811f25af45afcf9aae793b9ec43dd9c75ab81967de'
4
- data.tar.gz: c562e7e55fe4cc6d471ab5c54f2c731503397929f28b95d76fa88e18228527b8
3
+ metadata.gz: 34d74a94b44c930d4a8dd20516ed4910a5555583c1b3b205fa7130f286731036
4
+ data.tar.gz: efae60241fcfdff735901d9509b1fda72044d2c45d70a8707bd5234f363a120a
5
5
  SHA512:
6
- metadata.gz: 374594c55f47a5f63b47a96e4e2cd04f2323e61c5a4f7a315cb47b8d2913ed79be73142c81550594ff24b93b36d0f0d20d5b2e1421afddf1fa93a6077136691b
7
- data.tar.gz: 11211e836eb87c7b245701d3a0a29052060a30f070447bd495cecbdc7016a136e9d09c307a23a1ddaf32b52714ab6fab7a3bc2c7887b416748049209a6bbea54
6
+ metadata.gz: 3145c5a04aca6acf20caf78e4e5ba16bd84cfccb77a96b0a3c7ac6b18e5233232febb464648b5c5978e3909d8d86cca836b89ffaf76b999f868cc4a79b0a328a
7
+ data.tar.gz: f9f72c04b30026bcfcb8f70250030a29def661ae8dea295020050f9a3e4ddd163a9caeebe129c5096c45eb2117ec1c2e7f4db9c6b78091253a602d0a775ab453
data/CHANGELOG.md CHANGED
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.1.5] - 2026-03-22
10
+ ## [0.1.6] - 2026-03-26
11
+
12
+ ### Changed
13
+ - Add Sponsor badge to README
14
+ - Fix License section format
15
+
16
+
17
+ ## [0.1.5] - 2026-03-24
18
+
19
+ ### Fixed
20
+ - Remove inline comments from Development section to match template
21
+
22
+ ## [0.1.4] - 2026-03-22
11
23
 
12
24
  ### Changed
13
25
 
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
 
@@ -85,10 +86,10 @@ ENV
85
86
 
86
87
  ```bash
87
88
  bundle install
88
- bundle exec rspec # Run tests
89
- bundle exec rubocop # Check code style
89
+ bundle exec rspec
90
+ bundle exec rubocop
90
91
  ```
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.4"
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.4
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-22 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.