zayef 0.1.0 → 0.1.1
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 +4 -4
- data/lib/zayef/version.rb +1 -1
- data/zayef.gemspec +5 -5
- metadata +10 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec36e9eb4ae50aaddeceec5f5a26d6de587815080b5e7f3377d817bf4d363b11
|
4
|
+
data.tar.gz: 6e508fbad03aa8f2c729f3f1a36ab0c99f8bb8cb9d797c65de1b6828e68537ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d53a109a4739104bf9fab3ed54156e6aa91080d7e0daa7e69b63d7075f511daab4e48d4b21d93ea544fb1c47ca9d733e9f1611382f800abbd410b6ad56e6ea02
|
7
|
+
data.tar.gz: f002dbb520af617f3737c5cf9606c6acd29076f6cdcc9764f447704d3e7c8956229bb21a4f5544702a833f407a02e9d51b7eb5d5fc75ee2c31f661d8965d6282
|
data/lib/zayef/version.rb
CHANGED
data/zayef.gemspec
CHANGED
@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Merouane AMQOR"]
|
9
9
|
spec.email = ["marouane.amqor@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "Zayef -
|
12
|
-
spec.description = "Zayef
|
13
|
-
spec.homepage = "https://github.com/
|
11
|
+
spec.summary = "🇲🇦 Zayef - Authentic Moroccan Data Generator for Ruby"
|
12
|
+
spec.description = "Zayef (زايف) is the first Ruby gem dedicated to generating authentic Moroccan data. Perfect for testing, development, and localization with 300+ real Moroccan names, cities, companies, and cultural elements. From traditional dishes to medical specialties - everything Moroccan! 🔥"
|
13
|
+
spec.homepage = "https://github.com/merouaneamqor/zayef"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
16
16
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
21
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
20
|
+
spec.metadata["source_code_uri"] = "https://github.com/merouaneamqor/zayef"
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/merouaneamqor/zayef/blob/main/CHANGELOG.md"
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zayef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Merouane AMQOR
|
@@ -10,8 +10,10 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2025-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Zayef
|
14
|
-
|
13
|
+
description: "Zayef (زايف) is the first Ruby gem dedicated to generating authentic
|
14
|
+
Moroccan data. Perfect for testing, development, and localization with 300+ real
|
15
|
+
Moroccan names, cities, companies, and cultural elements. From traditional dishes
|
16
|
+
to medical specialties - everything Moroccan! \U0001F525"
|
15
17
|
email:
|
16
18
|
- marouane.amqor@gmail.com
|
17
19
|
executables: []
|
@@ -91,14 +93,14 @@ files:
|
|
91
93
|
- vendor/bundle/ruby/3.0.0/gems/rake-13.3.0/rake.gemspec
|
92
94
|
- vendor/bundle/ruby/3.0.0/specifications/rake-13.3.0.gemspec
|
93
95
|
- zayef.gemspec
|
94
|
-
homepage: https://github.com/
|
96
|
+
homepage: https://github.com/merouaneamqor/zayef
|
95
97
|
licenses:
|
96
98
|
- MIT
|
97
99
|
metadata:
|
98
100
|
allowed_push_host: https://rubygems.org
|
99
|
-
homepage_uri: https://github.com/
|
100
|
-
source_code_uri: https://github.com/
|
101
|
-
changelog_uri: https://github.com/
|
101
|
+
homepage_uri: https://github.com/merouaneamqor/zayef
|
102
|
+
source_code_uri: https://github.com/merouaneamqor/zayef
|
103
|
+
changelog_uri: https://github.com/merouaneamqor/zayef/blob/main/CHANGELOG.md
|
102
104
|
post_install_message:
|
103
105
|
rdoc_options: []
|
104
106
|
require_paths:
|
@@ -117,5 +119,5 @@ requirements: []
|
|
117
119
|
rubygems_version: 3.3.5
|
118
120
|
signing_key:
|
119
121
|
specification_version: 4
|
120
|
-
summary: Zayef -
|
122
|
+
summary: "\U0001F1F2\U0001F1E6 Zayef - Authentic Moroccan Data Generator for Ruby"
|
121
123
|
test_files: []
|