faussaire 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.
data/sig/faussaire.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Faussaire
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: faussaire
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - ikramagix
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-09-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Faussaire is a Ruby gem that allows you to effortlessly generate a diverse
14
+ set of fake data in multiple languages, including French and Greek. Whether you're
15
+ developing and testing applications or need placeholder content for design mockups,
16
+ Faussaire provides a simple and flexible way to create realistic-looking data on
17
+ demand.
18
+ email:
19
+ - hello@ikramagix.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - ".rspec"
25
+ - ".rubocop.yml"
26
+ - CHANGELOG.md
27
+ - CONTRIBUTING.md
28
+ - CUPHEAD.gif
29
+ - LICENSE.txt
30
+ - README.md
31
+ - Rakefile
32
+ - bonjour.png
33
+ - faussaire.gemspec
34
+ - hello.png
35
+ - jadore-rire.gif
36
+ - lib/faussaire.rb
37
+ - lib/faussaire/address.rb
38
+ - lib/faussaire/ancien.rb
39
+ - lib/faussaire/base.rb
40
+ - lib/faussaire/bizness.rb
41
+ - lib/faussaire/citation.rb
42
+ - lib/faussaire/cosmos.rb
43
+ - lib/faussaire/creamerie.rb
44
+ - lib/faussaire/gardinerie.rb
45
+ - lib/faussaire/music.rb
46
+ - lib/faussaire/name.rb
47
+ - lib/faussaire/tv.rb
48
+ - lib/faussaire/version.rb
49
+ - lib/faussaire/wine.rb
50
+ - locale/fr.yml
51
+ - sig/faussaire.rbs
52
+ homepage: https://github.com/ikramagix/faussaire
53
+ licenses:
54
+ - MIT
55
+ metadata:
56
+ homepage_uri: https://github.com/ikramagix/faussaire
57
+ source_code_uri: https://github.com/ikramagix/faussaire
58
+ changelog_uri: https://github.com/ikramagix/faussaire/blob/main/CHANGELOG.md
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: 2.6.0
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ requirements: []
74
+ rubygems_version: 3.5.16
75
+ signing_key:
76
+ specification_version: 4
77
+ summary: Generate a wide range of fake data in French and Greek
78
+ test_files: []