philiprehberger-random_data 0.1.0 → 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: a441239782445bb54655de85c9b1b25a999bd599db30de5d65f51fb10c4c86fc
4
- data.tar.gz: 7f3433b2b1ceb2964fd61d955db4ff8033ac6600b21cdcca5c4cb90c5a35c640
3
+ metadata.gz: bc59c9537b24d8722279a5a50cd3abb978903b85d8b1c7e10a12085ab7c6f84c
4
+ data.tar.gz: 9c26fc074adf147613fd4477fb685863670e1c012b84d90d6c7a5de6f4b33b13
5
5
  SHA512:
6
- metadata.gz: 6aac8842fc9f6de9dd5112cd167099e1b6bac5ee2d183101ba0ca8cbde6501f251bfe22d734bb23edd66dab9e44a14bd9850b69293eb31257249fffb1338b26f
7
- data.tar.gz: f8e442d3a4078607e5e9fe88be0c08c6b60ecf770c3302566977aad033970607d1531c98b9624aecacaaf43b308cd00bd01fc196c6470031710c3bf698d5a3c7
6
+ metadata.gz: 55918ad9641e091a2313a331a443ff2648a7569f6988af920ee7ae284ae0562704af6018d8a22031055e516ec3edc7e3591efe0525f7bf0a2c6771a7bb869bf2
7
+ data.tar.gz: 46c7e33465996ec2542e5713731bf639e1c29aaac79c68d75ba61876337750f07e40f0786932082c4678d0e5ee43261bd439cb0dcff5a2ce6fe4701e1eb31b38
data/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2] - 2026-03-23
11
+
12
+ ### Fixed
13
+ - Standardize README description to match template guide
14
+ - Update gemspec summary to match README description
15
+
16
+ ## [0.1.1] - 2026-03-22
17
+
18
+ ### Added
19
+ - Add bug_tracker_uri metadata to gemspec
20
+
10
21
  ## [0.1.0] - 2026-03-22
11
22
 
12
23
  ### Added
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-random_data.svg)](https://rubygems.org/gems/philiprehberger-random_data)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-random-data)](LICENSE)
6
6
 
7
- Lightweight random test data generator for names, emails, and common types. Includes 50 first names, 50 last names, and lorem ipsum words for realistic test fixtures.
7
+ Lightweight random test data generator for names, emails, and common types
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module RandomData
5
- VERSION = '0.1.0'
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-random_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - philiprehberger
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-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Generate random test data including names, emails, phone numbers, UUIDs,
14
14
  sentences, paragraphs, dates, numbers, and more. Includes 50 first names, 50 last
@@ -32,6 +32,7 @@ metadata:
32
32
  homepage_uri: https://github.com/philiprehberger/rb-random-data
33
33
  source_code_uri: https://github.com/philiprehberger/rb-random-data
34
34
  changelog_uri: https://github.com/philiprehberger/rb-random-data/blob/main/CHANGELOG.md
35
+ bug_tracker_uri: https://github.com/philiprehberger/rb-random-data/issues
35
36
  rubygems_mfa_required: 'true'
36
37
  post_install_message:
37
38
  rdoc_options: []