philiprehberger-env_diff 0.1.3 → 0.1.4

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: a736ceeb8b5134179c0e9bbf34ea91edd5d4de3992373c4e28b01bb692af806e
4
- data.tar.gz: bfd3d600aa6f7c7316875dfa6dd95e35e793f06c9a34d74461a70d61067e8cec
3
+ metadata.gz: '089124adf2f351e000fb31811f25af45afcf9aae793b9ec43dd9c75ab81967de'
4
+ data.tar.gz: c562e7e55fe4cc6d471ab5c54f2c731503397929f28b95d76fa88e18228527b8
5
5
  SHA512:
6
- metadata.gz: f0a14691e852b169b10dac6ae6223da475ba5ff0bc540a4aae4ee2fc62e9b62652e7157e9f71978f4b975ed2e3cf5eb07b43a53636b4f2521c9a381105f13c35
7
- data.tar.gz: bd818cab3e37ce8345b066953eb52f52dead9b767d7d2c7dca63d1f79e0695618ad11d8680aebddb90c598ef6567a15d235c8cf43c4f4b24f052362478af7318
6
+ metadata.gz: 374594c55f47a5f63b47a96e4e2cd04f2323e61c5a4f7a315cb47b8d2913ed79be73142c81550594ff24b93b36d0f0d20d5b2e1421afddf1fa93a6077136691b
7
+ data.tar.gz: 11211e836eb87c7b245701d3a0a29052060a30f070447bd495cecbdc7016a136e9d09c307a23a1ddaf32b52714ab6fab7a3bc2c7887b416748049209a6bbea54
data/CHANGELOG.md CHANGED
@@ -1,10 +1,5 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.3
4
-
5
- - Add License badge to README
6
- - Add bug_tracker_uri to gemspec
7
-
8
3
  All notable changes to this gem will be documented in this file.
9
4
 
10
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -12,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
7
 
13
8
  ## [Unreleased]
14
9
 
10
+ ## [0.1.5] - 2026-03-22
11
+
12
+ ### Changed
13
+
14
+ - Expand test coverage to 30+ examples with edge cases for identical environments, empty inputs, case sensitivity, whitespace handling, and parser edge cases
15
+
16
+ ## [0.1.4] - 2026-03-21
17
+
18
+ ### Fixed
19
+ - Standardize Installation section in README
20
+
21
+ ## [0.1.3] - 2026-03-16
22
+
23
+ ### Changed
24
+ - Add License badge to README
25
+ - Add bug_tracker_uri to gemspec
26
+
15
27
  ## [0.1.2] - 2026-03-13
16
28
 
17
29
  ### Fixed
data/README.md CHANGED
@@ -4,7 +4,7 @@
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
6
 
7
- Compare environment variables across environments and report differences.
7
+ Compare environment variables across environments and report differences
8
8
 
9
9
  ## Requirements
10
10
 
@@ -18,12 +18,6 @@ Add to your Gemfile:
18
18
  gem "philiprehberger-env_diff"
19
19
  ```
20
20
 
21
- Then run:
22
-
23
- ```bash
24
- bundle install
25
- ```
26
-
27
21
  Or install directly:
28
22
 
29
23
  ```bash
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module EnvDiff
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
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-16 00:00:00.000000000 Z
11
+ date: 2026-03-22 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.
@@ -32,6 +32,7 @@ metadata:
32
32
  homepage_uri: https://github.com/philiprehberger/rb-env-diff
33
33
  source_code_uri: https://github.com/philiprehberger/rb-env-diff
34
34
  changelog_uri: https://github.com/philiprehberger/rb-env-diff/blob/main/CHANGELOG.md
35
+ bug_tracker_uri: https://github.com/philiprehberger/rb-env-diff/issues
35
36
  rubygems_mfa_required: 'true'
36
37
  post_install_message:
37
38
  rdoc_options: []