default-avatar-generator 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: 74971c4d340f209e3c83dc104158b023f74ce58c47bbf01c99b4f716bb2b75d0
4
- data.tar.gz: 34d505f98d67c5d944001bd5a0d7de6b78bf9dd75226088cc9e53416c0678890
3
+ metadata.gz: ba14722007572dda45346282f8cd12a6a007df8ba1bfc3e95af15c5e9a618741
4
+ data.tar.gz: fb4d2232a66e29b2da64187daf5c83d063f0eda32597eb1a3d922178c29c58ba
5
5
  SHA512:
6
- metadata.gz: '03832b376aad000e209eafdd17c114aa94672e8916013375ac4eff993eb0652a8b1d4646e3dcea81deece7b802ac3f233dad14c010fe939164d109fdfe69b1d0'
7
- data.tar.gz: f3203f2a6adc655f5a8ec8e736aafa586e10550e0082fbee9ce1c269fc4a8bce666d61d94003be78c9f41f80883429c04cdf491d4e4dd00ca22d83d2d96bb637
6
+ metadata.gz: 9a4d161d9acf28192d71b8e7248bca9cf7b2c0b127f08af16a60eca4b6578b8dc04dee629903f8d66ae30e892d9b505d28199b0fab857ce1aa82539005d78f36
7
+ data.tar.gz: 4b9ac8fc453028bbfe6f1620eac606496e54deb1fce427fadeacc24aeb7ae9822a09e1a0b40e74d5552af7a80419150fab59ce7dce9d67a1d8b2bae121b0b996
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 PAS Ventures LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Default Avatar Generator
2
2
 
3
3
  [![CI](https://github.com/pas256/default-avatar-generator/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/pas256/default-avatar-generator/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/default-avatar-generator.svg)](https://badge.fury.io/rb/default-avatar-generator)
4
5
 
5
6
  A Ruby gem that generates beautiful default avatars for user accounts when no custom avatar is provided.
6
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DefaultAvatarGenerator
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: default-avatar-generator
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
  - Peter Sankauskas
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: nokogiri
@@ -45,6 +45,7 @@ extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
47
  - CHANGELOG.md
48
+ - LICENSE
48
49
  - README.md
49
50
  - lib/assets/backgrounds/gradient-2h.svg
50
51
  - lib/assets/backgrounds/gradient-3h.svg
@@ -92,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  - !ruby/object:Gem::Version
93
94
  version: '0'
94
95
  requirements: []
95
- rubygems_version: 3.6.2
96
+ rubygems_version: 3.6.7
96
97
  specification_version: 4
97
98
  summary: Generate unique, default avatars for user accounts
98
99
  test_files: []