philiprehberger-assert 0.1.1 → 0.1.2

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: 0c31f52ec0931f246b6319415cd94403637975101e7072556cd1b527ce306b02
4
- data.tar.gz: ceb55d858cdfcff1a456f6bd3a95ded5ff1c43e44a4b6b0da7eaf16cbb043bb0
3
+ metadata.gz: 6bbbad776e762559f8426ec0fa6a42cc103b95579988e10167147942216e9e8f
4
+ data.tar.gz: 619884d3a43ad9346ac735fb78270f7cb0df8e13bf98d95ffa5d3aa61a8d6f84
5
5
  SHA512:
6
- metadata.gz: 19fee319b29dfa793a3f6925b3a222195b1b35685faecd98f9b3047b232a4bc726444ae1b41adea18733550f309296d9938b8328a2c0d50babcf1c0dd44fc6fa
7
- data.tar.gz: c517317adb20571513cb20cfe770ebb767a8484a3b809e6955f73f2b25f80d1f2567bec611eb1401902e0b218173124125ed8909b8f3dab437e478d4cbff37d4
6
+ metadata.gz: 1e7942880223d95278e3fe3e825ec1ec9cfa5b1baeb5b8dcb713c95454d02b4d5f5e932f53e37905869d78a7a10eecb278b2b776d0c663c500a431b9d13e0206
7
+ data.tar.gz: a4b83d3c75eece1cccf92bfae4a0a1ea0d914f3f419660ff34d2926b423541632069530c375e69b884222fd678914b84d3a07c484d89f994733e9bdbafaf2cdd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2
4
+
5
+ - Add License badge to README
6
+ - Add bug_tracker_uri to gemspec
7
+
3
8
  All notable changes to this gem will be documented in this file.
4
9
 
5
10
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-assert/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-assert/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-assert.svg)](https://rubygems.org/gems/philiprehberger-assert)
5
+ [![License](https://img.shields.io/github/license/philiprehberger/rb-assert)](LICENSE)
5
6
 
6
7
  Standalone runtime assertion library with chainable matchers for Ruby.
7
8
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module Assert
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-assert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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-15 00:00:00.000000000 Z
11
+ date: 2026-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A lightweight runtime assertion library for Ruby with chainable matchers,
14
14
  soft assertions, and Design by Contract preconditions.
@@ -32,6 +32,7 @@ metadata:
32
32
  homepage_uri: https://github.com/philiprehberger/rb-assert
33
33
  source_code_uri: https://github.com/philiprehberger/rb-assert
34
34
  changelog_uri: https://github.com/philiprehberger/rb-assert/blob/main/CHANGELOG.md
35
+ bug_tracker_uri: https://github.com/philiprehberger/rb-assert/issues
35
36
  rubygems_mfa_required: 'true'
36
37
  post_install_message:
37
38
  rdoc_options: []