faker 3.2.1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d53bbdb52aa714d065ea68bcddd91aad8ca346b3e00ce828e5a95a7f32fb9cc
4
- data.tar.gz: 05fa5f30f28a2b00825253650e23ea433f26457c43bf822117628f7494b660a1
3
+ metadata.gz: a39a95efd06da2c5f87dfd84f6c251e7731ece3edffc9c9d52a6f95a5ec0751e
4
+ data.tar.gz: a881cedce22c1ca2c8bd7d1cc8789371e99829f354872e325ebeada4460de382
5
5
  SHA512:
6
- metadata.gz: 253c37f13596516e56f85bfbd7e509ececcfa1dd77d9ceec3cd92d127fed1249a4197dbd1ccbb0699ee9895870eaa30d61f59288bc0d954fa9805f3526346539
7
- data.tar.gz: 2e1f76f104cd9b0a3852366c26847692620129e795bb321ada197829b2d981a0a0e21f723597c741971a78a540597a84d0c86a2b9bda5fdf059e05f1f2b57c7f
6
+ metadata.gz: ed6d8dfc1d75c7639f26ff617755cd421f7bff7152277aa999c26af5991d94c8efe9bb9abfdaadf1349bfd93d2b3ddb16d5c36783680fa463cf86f5836698b39
7
+ data.tar.gz: 6d2f16a39cca245bfc2e28cd55f4a76f5066787719bb371b3ee4edb53fbf59c31098c7c0997e32ad6af280e3b1e742762dbbd6d6a569fba91665427775c4925d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11)
4
+
5
+ Happy August with a new Faker release! 🎉
6
+
7
+ This version:
8
+
9
+ - adds generators
10
+ - fixes bugs
11
+ - updates dev dependencies
12
+
13
+ This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see [How to set the default locale for in threaded server environments](https://github.com/faker-ruby/faker/blob/main/lib/locales/README.md#how-to-set-the-default-locale-for-in-threaded-server-environments).
14
+
15
+ Other changes included in this version:
16
+
17
+ ## Features
18
+ * Add Final Fantasy XIV by @old-dead-account in https://github.com/faker-ruby/faker/pull/2742
19
+ * Add the Ukrainian country calling code by @kyrylo in https://github.com/faker-ruby/faker/pull/2758
20
+ * Add `exclude_words` filter to `Faker::Lorem.word` generator by @geophilusd in https://github.com/faker-ruby/faker/pull/2761
21
+ * Add Japanese translations for Sports category. by @yamat47 in https://github.com/faker-ruby/faker/pull/2770
22
+ * Add type support for Faker::Types.rb_array by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2771
23
+ * Added Archer into tv category. by @lepari23 in https://github.com/faker-ruby/faker/pull/2750
24
+ * Add train station generator by @AngusDSR in https://github.com/faker-ruby/faker/pull/2755
25
+ * Add custom start date for `Faker::Date.forward` by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2791
26
+ * Add `max_rut` option to `Faker::ChileRut.rut` by @hacktivista in https://github.com/faker-ruby/faker/pull/2778
27
+ * Add Faker::Date.day_of_week_between by @aramvisser in https://github.com/faker-ruby/faker/pull/2713
28
+ * Html generator for Faker by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2769
29
+
30
+ ## Bug fixes
31
+ * Fix locale setting by @mateusdeap in https://github.com/faker-ruby/faker/pull/2734
32
+ * add tests for password and fix an edge case by @DeepakRaj228 in https://github.com/faker-ruby/faker/pull/2741
33
+ * Remove broken chars from minecraft.yml by @ujihisa in https://github.com/faker-ruby/faker/pull/2765
34
+ * Fix flaky specs for `name` and `id` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2782
35
+ * Fixes `Faker::Music::Opera.saint_saens` issue by @devashishTaneja in https://github.com/faker-ruby/faker/pull/2792
36
+ * Fix flaky specs for dota `test_player` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2798
37
+ * Add prefixes to french name locale (`Faker::Name.name`) by @thdaraujo in https://github.com/faker-ruby/faker/pull/2800
38
+
39
+ ## What's Changed
40
+ * Introduce PositionalGenerator by @mike-burns in https://github.com/faker-ruby/faker/pull/2710
41
+ * Update South Park by @IvanReyesO7 in https://github.com/faker-ruby/faker/pull/2744
42
+ * Speed up Internet::Password generation using constants by @MicBruz in https://github.com/faker-ruby/faker/pull/2725
43
+ * Improve de-CH locale with new formats and content by @stefnnn in https://github.com/faker-ruby/faker/pull/2768
44
+
45
+ ## Update local dependencies
46
+ * Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2807
47
+ * Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2788
48
+ * Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2756
49
+ * Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
50
+ * Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804
51
+
52
+ ## New Contributors
53
+ * @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
54
+ * @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
55
+ * @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
56
+ * @MicBruz made their first contribution in https://github.com/faker-ruby/faker/pull/2725
57
+ * @kyrylo made their first contribution in https://github.com/faker-ruby/faker/pull/2758
58
+ * @ujihisa made their first contribution in https://github.com/faker-ruby/faker/pull/2765
59
+ * @geophilusd made their first contribution in https://github.com/faker-ruby/faker/pull/2761
60
+ * @stefnnn made their first contribution in https://github.com/faker-ruby/faker/pull/2768
61
+ * @yamat47 made their first contribution in https://github.com/faker-ruby/faker/pull/2770
62
+ * @ruban-thilak made their first contribution in https://github.com/faker-ruby/faker/pull/2782
63
+ * @lepari23 made their first contribution in https://github.com/faker-ruby/faker/pull/2750
64
+ * @AngusDSR made their first contribution in https://github.com/faker-ruby/faker/pull/2755
65
+ * @devashishTaneja made their first contribution in https://github.com/faker-ruby/faker/pull/2792
66
+ * @mike-burns made their first contribution in https://github.com/faker-ruby/faker/pull/2710
67
+ * @hacktivista made their first contribution in https://github.com/faker-ruby/faker/pull/2778
68
+ * @mateusdeap made their first contribution in https://github.com/faker-ruby/faker/pull/2734
69
+ * @aramvisser made their first contribution in https://github.com/faker-ruby/faker/pull/2713
70
+
71
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1
72
+
73
+ -------------------------
74
+
3
75
  ## [v3.2.0](https://github.com/faker-ruby/faker/tree/v3.2.0) (2023-04-14)
4
76
 
5
77
  Happy Spring with a new Faker release! 🌼
data/README.md CHANGED
@@ -411,6 +411,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'main
411
411
  - [Faker::Music::Prince](doc/music/prince.md)
412
412
  - [Faker::Music::RockBand](doc/music/rock_band.md)
413
413
  - [Faker::Music::Rush](doc/music/rush.md)
414
+ - [Faker::Music::SmashingPumpkins](doc/music/smashing_pumpkins.md)
414
415
  - [Faker::Music::UmphreysMcgee](doc/music/umphreys_mcgee.md)
415
416
  </details>
416
417
 
@@ -464,6 +464,61 @@ module Faker
464
464
  fetch('company.sic_code')
465
465
  end
466
466
 
467
+ ##
468
+ # Get a random Indian Goods and Services Tax (GST) number.
469
+ # For more on Indian tax number here:
470
+ # https://simple.wikipedia.org/wiki/GSTIN
471
+ # @params state code [String] Any state code.
472
+ #
473
+ # @return [String]
474
+ # @example
475
+ # Faker::Company.indian_gst_number #=> "15VQPNZ2126J2ZU"
476
+ # Faker::Company.indian_gst_number(state_code: "22") #=> "22ZVWEY6632K0ZN"
477
+ #
478
+ # @faker.version 3.2.1
479
+ def indian_gst_number(state_code: nil)
480
+ # Check if state code is valid
481
+ state_code_ranges = [('02'..'38'), ['98']]
482
+ if state_code && !(state_code_ranges[0].include?(state_code) || state_code == '98')
483
+ raise ArgumentError, 'state code must be in a range of 02 to 38 or 98'
484
+ end
485
+
486
+ PositionalGenerator.new(:string) do |gen|
487
+ # Generate a state code if not given
488
+ if state_code
489
+ gen.lit(state_code, name: :state_code_param)
490
+ else
491
+ gen.letter(name: :state_code_param, length: 1, ranges: state_code_ranges)
492
+ end
493
+
494
+ # Construct taxpayer number
495
+ gen.group(name: :taxpayer_number) do |g_|
496
+ g_.letter(length: 3, ranges: ['A'..'Z'])
497
+ g_.letter(length: 1, ranges: [%w[A B C F G H L J P T K]].to_a)
498
+ g_.letter(length: 1, ranges: ['A'..'Z'])
499
+ g_.int(length: 4, ranges: [0..9999])
500
+ g_.letter(length: 1, ranges: ['A'..'Z'])
501
+ end
502
+
503
+ gen.int(name: :registration_number, length: 1, ranges: [0..9])
504
+
505
+ gen.letter(name: :z_char, length: 1, ranges: [['Z']])
506
+
507
+ gen.computed(deps: %i[state_code_param taxpayer_number registration_number]) do |state_code_param, taxpayer_number, registration_number|
508
+ gst_base = "#{state_code_param}#{taxpayer_number}#{registration_number}"
509
+ chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.chars
510
+ values = gst_base.chars
511
+ sum = values.map.with_index do |char, index|
512
+ product = chars.index(char) * (index.odd? ? 2 : 1)
513
+ (product / chars.length).floor + (product % chars.length)
514
+ end.reduce(:+)
515
+
516
+ checksum = (chars.length - (sum % chars.length)) % chars.length
517
+ chars[checksum]
518
+ end
519
+ end.generate
520
+ end
521
+
467
522
  private
468
523
 
469
524
  # Mod11 functionality from https://github.com/badmanski/mod11/blob/master/lib/mod11.rb
@@ -605,6 +660,19 @@ module Faker
605
660
 
606
661
  result.to_s[0].to_i + result.to_s[1].to_i
607
662
  end
663
+
664
+ def calculate_gst_checksum(state_code, taxpayer_number, registration_number)
665
+ gst_base = "#{state_code}#{taxpayer_number}#{registration_number}"
666
+ chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.chars
667
+ values = gst_base.upcase.chars
668
+ sum = values.map.with_index do |char, index|
669
+ product = chars.index(char) * (index.odd? ? 2 : 1)
670
+ (product / chars.length).floor + (product % chars.length)
671
+ end.reduce(:+)
672
+
673
+ checksum = (chars.length - (sum % chars.length)) % chars.length
674
+ chars[checksum]
675
+ end
608
676
  end
609
677
  end
610
678
  end
@@ -0,0 +1,64 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'music'
4
+
5
+ module Faker
6
+ class Music
7
+ class SmashingPumpkins < Base
8
+ class << self
9
+ ##
10
+ # Produces the name of a member of the Smashing Pumpkins (current and former)
11
+ #
12
+ # @return [String]
13
+ #
14
+ # @example
15
+ # Faker::Music::SmashingPumpkins.musician #=> "Billy Corgan"
16
+ #
17
+ # @faker.version next
18
+ def musician
19
+ fetch('smashing_pumpkins.musicians')
20
+ end
21
+
22
+ ##
23
+ # Produces the name of an album by the Smashing Pumpkins.
24
+ #
25
+ # @return [String]
26
+ #
27
+ # @example
28
+ # Faker::Music::SmashingPumpkins.album #=> "Siamese Dream"
29
+ #
30
+ # @faker.version next
31
+ def album
32
+ fetch('smashing_pumpkins.albums')
33
+ end
34
+
35
+ ##
36
+ # Produces a random Smashing Pumpkins song lyric.
37
+ #
38
+ # @return [String]
39
+ #
40
+ # @example
41
+ # Faker::Music::SmashingPumpkins.lyric #=> "Despite all my rage, I am still just a rat in a cage"
42
+ # Faker::Music::SmashingPumpkins.lyric #=> "Breathin' underwater, and livin' under glass"
43
+ #
44
+ # @faker.version next
45
+ def lyric
46
+ fetch('smashing_pumpkins.lyric')
47
+ end
48
+
49
+ ##
50
+ # Produces the name of a song by the Smashing Pumpkins.
51
+ #
52
+ # @return [String]
53
+ #
54
+ # @example
55
+ # Faker::Music::SmashingPumpkins.song #=> "Stand Inside My Love"
56
+ #
57
+ # @faker.version next
58
+ def song
59
+ fetch('smashing_pumpkins.songs')
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
data/lib/faker/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Faker # :nodoc:
4
- VERSION = '3.2.1'
4
+ VERSION = '3.2.2'
5
5
  end
@@ -20,7 +20,7 @@ Faker::Hipster.word #=> "kogi"
20
20
 
21
21
  ## How to update a locale with more translations
22
22
 
23
- T update a locale with more translation features, simply add a new field to the .yml file that corresponds to an existing piece of functionality in the "en.yml" file. In this example, that would mean providing Chinese hipster words.
23
+ To update a locale with more translation features, simply add a new field to the .yml file that corresponds to an existing piece of functionality in the "en.yml" file. In this example, that would mean providing Chinese hipster words.
24
24
 
25
25
  ```yaml
26
26
  # /lib/locales/zh-CN.yml
@@ -52,6 +52,8 @@ da-DK:
52
52
  - "#{first_name} #{last_name} #{last_name}"
53
53
  - "#{first_name} #{last_name} #{last_name}"
54
54
 
55
+ country_code: ['45']
56
+
55
57
  phone_number:
56
58
  formats:
57
59
  - '## ## ## ##'
@@ -0,0 +1,382 @@
1
+ en:
2
+ faker:
3
+ smashing_pumpkins:
4
+ musicians:
5
+ - Billy Corgan
6
+ - James Iha
7
+ - D'arcy Wretzky
8
+ - Jimmy Chamberlin
9
+ - Jeff Schroeder
10
+ - Jack Bates
11
+ - Katie Cole
12
+ - Melissa Auf der Maur
13
+ - Ginger Pooley
14
+ - Mike Byrne
15
+ - Nicole Fiorentino
16
+ albums:
17
+ - Gish
18
+ - Siamese Dream
19
+ - Pisces Iscariot
20
+ - Mellon Collie and the Infinite Sadness
21
+ - The Aeroplane Flies High
22
+ - Adore
23
+ - Machina/The Machines of God
24
+ - Machina II/The Friends & Enemies of Modern Music
25
+ - Zeitgeist
26
+ - Oceania
27
+ - 'Teargarden by Kaleidyscope Vol. 1: Songs for a Sailor'
28
+ - 'Teargarden by Kaleidyscope Vol. 2: The Solstice Bare'
29
+ - Teargarden by Kaleidyscope - Volume III
30
+ - Monuments to an Elegy
31
+ - American Gothic
32
+ - 'Shiny and Oh So Bright, Vol. 1 / LP: No Past. No Future. No Sun.'
33
+ - Cyr
34
+ - 'Atum: A Rock Opera in Three Acts'
35
+ lyric:
36
+ - I am one as you are three, try to find a messiah in your trinity. Your city to burn, your city to burn, try to look for something in your city to burn, you'll burn
37
+ - Way down deep and in my heart, lies a soul that's torn apart. Tell me, tell me what you're after, I just want to get there faster
38
+ - Colors show, after the moon, I should go, See you in June...Your way
39
+ - All of you struggles beneath your disguise. You drink from the reasons that hold you alive. To ascend from the wounds of desire and pain. You must rise from the mounds of desire and change
40
+ - Nothing left to say, and all I've left to do, is run away from you. And she led me on, down, with secrets I can't keep
41
+ - I'm all by myself, as I've always felt, I'll betray myself, to anyone
42
+ - Fool enough to almost be it. Cool enough to not quite see it. Doomed
43
+ - Pick your pocket, full of sorrow, and run away with me tomorrow, June
44
+ - We'll try and ease the pain, but somehow, we'll feel the same. Well, no one knows where our secrets go
45
+ - I send a heart to all my dearies. When your life is so, so dreary...Dream
46
+ - I'm rumored to the straight and narrow, while the harlots of my perils scream
47
+ - And I fail, but when I can, I will try to understand that when I can, I will
48
+ - Mother, weep the years I'm missing. All our time can't be given...back
49
+ - Shut my mouth and strike the demons, that cursed you and your reasons. Out of hand and out of season, Out of love and out of feeling
50
+ - Fool enough to almost be it, and cool enough to not quite see it, and old enough to always feel this. Always old, I'll always feel this
51
+ - No more promise, no more sorrow, no longer will I follow. Can anybody hear me? I just want to be...me!
52
+ - Shot full of diamonds, and a million years, the disappointed disappear like they were never here
53
+ - In a dream we are connected, Siamese twins at the wrist. And then I knew we'd been forsaken, expelled from paradise. I can't believe them, when they say that it's alright
54
+ - Consume my love, devour my hate, only powers my escape. The moon is out, the stars invite, I think I'll leave tonight
55
+ - What moonsongs do you sing your babies? What sunshine do you bring?
56
+ - Who belongs? Who decides who's crazy? Who rights wrongs where others cling?
57
+ - Today is the greatest day I've ever known. Can't live for tomorrow, tomorrow's much too long. I'll burn my eyes out before I get out
58
+ - My angel wings were bruised and restrained. My belly stings"
59
+ - Disarm you with a smile, and cut you like you want me to, cut that little child, inside of me and such a part of you
60
+ - I used to be a little boy, so old in my shoes. And what I choose is my choice. What's a boy supposed to do?
61
+ - Disarm you with a smile, and leave you like they left me here, to wither in denial, the bitterness of one who's left alone
62
+ - The killer in me is the killer in you, my love. I send this smile over to you.
63
+ - Time is never time at all, you can never ever leave, without leaving a piece of youth
64
+ - And the embers never fade, in your city by the lake. The place where you were born
65
+ - The world is a vampire, sent to drain, secret destroyers, hold you up to the flames
66
+ - I fear that I'm ordinary just like everyone
67
+ - Despite all my rage, I am still just a rat in a cage
68
+ - Now I'm naked. Nothing but an animal. But can you fake it for just one more show?
69
+ - My reflection, dirty mirror, there's no connection to myself. I'm your lover, I'm your zero. I'm the face in your dreams of glass
70
+ - Emptiness is loneliness, and loneliness is cleanliness, and cleanliness is godliness, and God is empty just like me
71
+ - To runaround kids in get-go cars, With Vaseline afterbirths and neon coughs. Galaxies full of nobodies, Givin' us the farewell runarounds.
72
+ - Can I look up to you as you look down on me. Can I feel in to you as you felt in to me
73
+ - Machine gun blues. Her vacant rush is so steel. I'm unaware. Lost inside your visions
74
+ - Carve out your heart for keeps in an old oak tree, and hold me for goodbyes, and whispered lullabyes
75
+ - But I knew exactly where I was. And I knew the meaning of it all. And I knew the distance to the sun. And I knew the echo that is love
76
+ - And I knew the secrets in your spires. And I knew the emptiness of youth. And I knew the solitude of heart. And I knew the murmurs of the soul
77
+ - And I knew the silence of the world
78
+ - As far as you take me, that's where I believe. The realm of soft delusions, floatin' on the leaves
79
+ - On a distant shoreline she waves her arms to me, as all the thought police are closin' in for sleep
80
+ - The dilly dally of my bright-lit stay. The steam of my misfortunes has given me the power to be afraid
81
+ - King of the horseflies, dark prince of death. His tragic forces are heaven-sent. In sweet things, in a lover's breath. In knowing this was meant to be the last
82
+ - On dead highways, her black beauties roam. For June angels, so far from home. For a love lost, a faded picture. To tread lightning, to ink the lavender skies
83
+ - The tragedies reside in you, the secret sights hide in you, the lonely nights divide you in two, in two, in two
84
+ - Speak to me in a language I can hear, humor me before I have to go, deep in thought, I forgive everyone, as the cluttered streets greet me once again
85
+ - The earth laughs beneath my heavy feet, at the blasphemy in my old jangly walk, steeple guide me to my heart and home, the sun is out and up and down again
86
+ - These are the tears I've been crying my whole life, Like an ocean of desire / I'm reaching through the noise across the dusk of time, within the lilting lies, I am singing out to you.
87
+ - Sleep will not come to this tired body now. Peace will not come to this lonely heart
88
+ - And for a moment I lose myself, wrapped up in the pleasures of the world, I've journeyed here and there and back again, but in the same old haunts, I still find my friends. Mysteries not ready to reveal, sympathies I'm ready to return.
89
+ - Shakedown 1979. Cool kids never have the time. On a live wire right up off the street, you and I should meet
90
+ - Junebug skippin' like a stone, with the headlights pointed at the dawn. We were sure we'd never see an end to it all
91
+ - Justine never knew the rules, hung down with the freaks and ghouls. No apologies ever need be made. I know you better than you fake it, to see
92
+ - Breathin' underwater, and livin' under glass
93
+ - And if you spin your love around, the secrets of your dreams, you may find your love is gone and is not quite what it seemed. To appear to disappear, beneath all your darkest fears
94
+ - I believe in never, I believe in all the way. But belief is not to notice, belief is just some faith. And faith can't help you to escape
95
+ - The night has come to hold us young
96
+ - And are you just like me? Dead eyes, dead eyes, are you just like me?
97
+ - Her eyes, her eyes were as vacant as the seas, yeah. Dead eyes, dead eyes, are you just like me?
98
+ - We only come out at night. We only come out at night. The days are much too bright. We only come out at night
99
+ - I am made of shamrocks. I am made of stern stuff. I am never enough. I am the forgotten child
100
+ - I don't look in the mirror. I don't like what I see staring back at me. Everything is clearer, I'll never see what you see. It's not me, so beautiful and free
101
+ - I'll never be what you need, can't help it at all. I was born so beautiful, but now I'm ugly
102
+ - I'm good enough, but I don't care. I'm good enough, but I'm not there. I'm good enough, but I don't care. The sun is out, but I'm not there
103
+ - Stay with me, I'll set you free, 'cause I can tell you once were pretty. Rose so sad, you've lost your petals. Lost the luster off your tattle-tales
104
+ - I need a love to help me find my way. I need a strength that I cannot betray. I need a word to say what I can't say. I need a lover!, lover!
105
+ - Lovely girl, you're the murder in my world, dressing coffins for the souls I've left to die. Drinking mercury to the mystery, of all that you should ever leave behind. In time
106
+ - Kiss and kill me sweetly, come and drive me home. drag the miles in me, I am yours alone
107
+ - Come and kiss me sweetly, ride the telephone, drag the miles to me, I am yours alone
108
+ - Desire me so deeply, drain and kick me hard, whisper secrets for me, try to go too far
109
+ - Inside, where it's warm. Wrap myself in you. Outside, where I'm torn. Fight myself in two. In two. Into...you
110
+ - You're gonna walk on home, You're gonna walk alone. You're gonna see this through. Don't let them get to you
111
+ - Blank page is all the rage, Never meant to say anything, In bed, I was half dead tired of dreaming of rest
112
+ - I catch the rainfall, through the leaking roof, that you had left behind. You remind me, of that leak in my soul
113
+ - The rain falls, my friends call. Leaking rain on the phone
114
+ - Take a day, plant some trees. May they shade you from me. May your children play beneath
115
+ - Got dressed, drove the state line, looking for you at the five and dime. But there I was, picking pieces up. You are a ghost, of my indecision. No more, little girl
116
+ - But for the grace of love I'd will the meaning of Heaven from above
117
+ - Long horses we are born, creatures more than torn, mourning our way home
118
+ - What if the sun refused to shine? What if the clouds refused to rain? What if the wind refused to blow? What if the seas refused to wave?
119
+ - Darkness scares and unawares, is us selling you, behind these walls and in your faults, gains trust as sinew
120
+ - So here we are, upon your stage. The laughs we shared, the dreams we saved
121
+ - Yes lord, I'm sinking, I wonder just how far, What was I thinking, Oh when I fell apart
122
+ - Now you know where I've been, as you sleep, torn I am. Weighted down, patiently, born of love
123
+ - You know I'm, you know I'm not dead, I'm just living in my head, forever waiting
124
+ - On the ways of your desire, you always find a way, and through it all, onto us all you move, forgotten touch, forbidden thought, we can never have enough
125
+ - Found below, the creatures scream, stranglehold, a god machine. Begging to, tear us out, what is hell?
126
+ - We all want to hold in the everlasting gaze, enchanted in the rapture of his sentimental sway, but underneath the wheels lie the skulls of every cog, the fickle fascination of an everlasting God
127
+ - I peer through curtains on empty streets, behind a wall of caller ID, no one's out there to hear if I care, about the troubles in the air
128
+ - I've blown the dust off my guitar, in the attic with the stars, I read your letters to feel better, my tears upon the faded ink
129
+ - "'Cause I of the mourning now go, pick up where my thoughts left off, 'Cause I'm home to die on my own"
130
+ - You and me, meant to be, immutable, impossible, it's destiny, pure lunacy, incalculable, inseparable
131
+ - Who wouldn't be the one you love? Who wouldn't stand inside your love?
132
+ - To the center of the earth, or anywhere God decides, full of fever pulling forth, we hear our call as all
133
+ - To the center of the earth, as if written in, DNA is reaching out, to your frequency
134
+ - Black rooms are calling, to men in leather coats. White labs are cooking up the silver ghost.
135
+ - The glass migrates under her translucent skin. And all the spiders wonder what we've got us in
136
+ - So meets the final coda of a vinyl storm, one more cherry cola to lift up her dead arms. A dream of soft focus, sunsets filters through the dim. We are losing contact as she dials it in
137
+ - I have seen a thousand fractures, I have seen everything. 'Cause knowing is its own answer, love something in a book. There's not much left to ponder, not much left to cook
138
+ - This is the song I've been singing my whole life. I've been waiting like a knife, to cut open your heart, and bleed my soul into you. I did it all for you, you and you, and you, and you
139
+ - To clear up all the talk. Although, I'm selfish to a fault. Is it selfish, it's you I want? You, I did it all for you
140
+ - These are the tears I've been crying my whole life. Like an ocean of desire, I'm reaching through the noise. Across the dusk of time, within the lilting lies, I am singing out to you
141
+ - Left for dead as you sweep out the cold. Things we said we don't need anymore. Tale inside her like a fallen kite
142
+ songs:
143
+ - "...Said Sadly"
144
+ - '1979'
145
+ - 7 Shades of Black
146
+ - '77'
147
+ - Age of Innocence
148
+ - Annie-Dog
149
+ - Apathy's Last Kiss
150
+ - Appels + Oranjes
151
+ - Atum
152
+ - Ava Adore
153
+ - Avalanche
154
+ - Beautiful
155
+ - Because You Are
156
+ - Beguiled
157
+ - Behold! the Night Mare
158
+ - Believe
159
+ - Blank
160
+ - Blank Page
161
+ - Bleed
162
+ - Bleeding the Orchid
163
+ - Blew Away
164
+ - Blissed
165
+ - Blissed and Gone
166
+ - Blue
167
+ - Blue Skies Bring Tears
168
+ - Bodies
169
+ - Body + Soul
170
+ - Breath of Life
171
+ - Breathe
172
+ - Bullet with Butterfly Wings
173
+ - Bury Me
174
+ - Butterfly Suite
175
+ - By Starlight
176
+ - Bye June
177
+ - Cherry
178
+ - Cherub Rock
179
+ - Christmastime
180
+ - Confessions of a Dopamine Addict
181
+ - Crestfallen
182
+ - Crush
183
+ - Cupid de Locke
184
+ - Cyr
185
+ - Czarina
186
+ - Daphne Descends
187
+ - Daydream
188
+ - Death from Above
189
+ - Disarm
190
+ - Disco King
191
+ - Doomsday Clock
192
+ - Dorian
193
+ - Drain
194
+ - Dross
195
+ - Drown
196
+ - Drum + Fife
197
+ - Dulcet in E
198
+ - Egg
199
+ - Empires
200
+ - Every Morning
201
+ - Eye
202
+ - Farewell and Goodnight
203
+ - For God and Country
204
+ - For Martha
205
+ - Frail and Bedazzled
206
+ - French Movie Theme
207
+ - G.L.O.W.
208
+ - Galapogos
209
+ - Geek U.S.A.
210
+ - Germans in Leather Pants
211
+ - Glass and the Ghost Children
212
+ - Glass' Theme
213
+ - Glissandra
214
+ - Glynis
215
+ - Go
216
+ - God
217
+ - Gossamer
218
+ - Heavy Metal Machine
219
+ - Hello Kitty Kat
220
+ - Here Is No Why
221
+ - Here's to the Atom Bomb
222
+ - Honeyspider
223
+ - Hooligan
224
+ - Hooray!
225
+ - Hummer
226
+ - Huzzah!
227
+ - I Am My End
228
+ - I Am One
229
+ - I Am One Part II
230
+ - I of the Mourning
231
+ - I Said
232
+ - I'll Never Change
233
+ - I'm a Believer
234
+ - I'm Going Crazy
235
+ - If There Is a God
236
+ - In Lieu Of Failure
237
+ - In My Body
238
+ - In the Arms of Sleep
239
+ - Infinite Sadness
240
+ - Innosense
241
+ - Intergalatic
242
+ - Jackboot
243
+ - Jellybelly
244
+ - Jennifer Ever
245
+ - Jesus is the Sun
246
+ - Jesus Loves His Babies
247
+ - Jimmy James
248
+ - Joy
249
+ - Jupiter's Lament
250
+ - Knights of Malta
251
+ - Knuckles
252
+ - La Dolly Vita
253
+ - Le Deux Machina
254
+ - Let Me Give the World to You
255
+ - Let You In
256
+ - Lily (My One and Only)
257
+ - Love
258
+ - Lover
259
+ - Lucky 13
260
+ - Lucky Lad
261
+ - Luna
262
+ - Marquis in Spades
263
+ - Mayonaise
264
+ - Medellia of the Gray Skies
265
+ - Meladori Magpie
266
+ - Mellon Collie and the Infinite Sadness
267
+ - Methusela
268
+ - Moleasskiss
269
+ - Monuments
270
+ - Moonkids
271
+ - Morning Jam
272
+ - Morning Star
273
+ - Mouths of Babes
274
+ - Muzzle
275
+ - My Dahlia
276
+ - My Eternity
277
+ - My Love Is Winter
278
+ - My Mistake
279
+ - My Poor Troubled Heart
280
+ - Neophyte
281
+ - Obscured
282
+ - Oceania
283
+ - Of Wings
284
+ - Once in a While
285
+ - Once Upon a Time
286
+ - Opal
287
+ - Panopticon
288
+ - Pastichio Medley
289
+ - Peace + Love
290
+ - Pennies
291
+ - Perfect
292
+ - Pissant
293
+ - Plume
294
+ - Pomp and Circumstances
295
+ - Porcelina
296
+ - Porcelina of the Vast Oceans
297
+ - Pug
298
+ - Purple Blood
299
+ - Purr Snickety
300
+ - Quiet
301
+ - Raindrops + Sunshowers
302
+ - Ramona
303
+ - Real Love
304
+ - Rhinoceros
305
+ - Rocket
306
+ - Rotten Apples
307
+ - Saturnine
308
+ - Set The Ray To Jerry
309
+ - Shame
310
+ - Siamese Dream
311
+ - Siva
312
+ - Slow Dawn
313
+ - Slunk
314
+ - Smiley
315
+ - Snail
316
+ - So So Pretty
317
+ - Solara
318
+ - Soma
319
+ - Soothe
320
+ - Spaceboy
321
+ - Spaced
322
+ - Spacer
323
+ - Spangled
324
+ - Speed Kills
325
+ - Stand Inside Your Love
326
+ - Starla
327
+ - Stars Fall In
328
+ - Stumbleine
329
+ - Suffer
330
+ - Sweet Sweet
331
+ - Take Me Down
332
+ - Tales of a Scorched Earth
333
+ - Tarantula
334
+ - Tear
335
+ - That Which Animates The Spirit
336
+ - That's the Way (My Love Is)
337
+ - The Aeroplane Flies High (Turns Left, Looks Right)
338
+ - The Beginning Is the End Is the Beginning
339
+ - The Bells
340
+ - The Boy
341
+ - The Colour of Love
342
+ - The Crying Tree of Mercury
343
+ - The Culling
344
+ - The Dauphine
345
+ - The End Is the Beginning Is the End
346
+ - The Everlasting Gaze
347
+ - The Good In Goodbye
348
+ - The Groover
349
+ - The Imploding Voice
350
+ - The Last Song
351
+ - The Sacred and Profane
352
+ - The Tale of Dusty and Pistol Pete
353
+ - Thirty-Three
354
+ - Thru the Eyes of Ruby
355
+ - To Forgive
356
+ - To Sheila
357
+ - To The Grays
358
+ - Today
359
+ - Tonight, Tonight
360
+ - Tonite Reprise
361
+ - Transformer
362
+ - Tribute to Johnny
363
+ - Tristessa
364
+ - Try, Try, Try
365
+ - Ugly
366
+ - United States
367
+ - Waiting
368
+ - Waiting for You Now
369
+ - Walking Country
370
+ - We Only Come Out at Night
371
+ - Where Boys Fear to Tread
372
+ - Whir
373
+ - White Spyder
374
+ - Why Am I So Tired
375
+ - Wildflower
376
+ - Window Paine
377
+ - Winterlong
378
+ - Wound
379
+ - Wyttch
380
+ - X.Y.U.
381
+ - Zeitgeist
382
+ - Zero
@@ -0,0 +1,466 @@
1
+ ja:
2
+ faker:
3
+ games:
4
+ touhou:
5
+ games:
6
+ - 東方靈異伝
7
+ - 東方封魔録
8
+ - 東方夢時空
9
+ - 東方幻想郷
10
+ - 東方怪綺談
11
+ - 東方紅魔郷
12
+ - 東方妖々夢
13
+ - 東方永夜抄
14
+ - 東方花映塚
15
+ - 東方文花帖
16
+ - 東方風神録
17
+ - 東方地霊殿
18
+ - 東方星蓮船
19
+ - ダブルスポイラー
20
+ - 妖精大戦争
21
+ - 東方神霊廟
22
+ - 東方輝針城
23
+ - 弾幕アマノジャク
24
+ - 東方紺珠伝
25
+ - 東方天空璋
26
+ - 秘封ナイトメアダイアリー
27
+ - 東方鬼形獣
28
+ - 東方虹龍洞
29
+ - 東方獣王園
30
+ characters:
31
+ - 博麗霊夢
32
+ - 霧雨魔理沙
33
+ - ルーミア
34
+ - チルノ
35
+ - 紅美鈴
36
+ - パチュリー・ノーレッジ
37
+ - 十六夜咲夜
38
+ - レミリア・スカーレット
39
+ - フランドール・スカーレット
40
+ - レティ・ホワイトロック
41
+ - 橙
42
+ - アリス・マーガトロイド
43
+ - リリーホワイト
44
+ - ルナサ・プリズムリバー
45
+ - メルラン・プリズムリバー
46
+ - リリカ・プリズムリバー
47
+ - 魂魄 妖夢
48
+ - 西行寺 幽々子
49
+ - 八雲藍
50
+ - 八雲紫
51
+ - リグル・ナイトバグ
52
+ - ミスティア・ローレライ
53
+ - 上白沢慧音
54
+ - 因幡てゐ
55
+ - 鈴仙・優曇華院・イナバ
56
+ - 八意永琳
57
+ - 蓬莱山輝夜
58
+ - 藤原妹紅
59
+ - 伊吹萃香
60
+ - 射命丸文
61
+ - メディスン・メランコリー
62
+ - 風見幽香
63
+ - 小野塚小町
64
+ - 四季映姫・ヤマザナドゥ
65
+ - 秋静葉
66
+ - 秋穣子
67
+ - 鍵山雛
68
+ - 河城にとり
69
+ - 犬走椛
70
+ - 東風谷早苗
71
+ - 八坂神奈子
72
+ - 洩矢諏訪子
73
+ - 永江衣玖
74
+ - 比那名居天子
75
+ - キスメ
76
+ - 黒谷ヤマメ
77
+ - 水橋パルスィ
78
+ - 星熊勇儀
79
+ - 古明地さとり
80
+ - 火焔猫燐
81
+ - 霊烏路空
82
+ - 古明地こいし
83
+ - ナズーリン
84
+ - 多々良小傘
85
+ - 雲居一輪
86
+ - 村紗水蜜
87
+ - 寅丸星
88
+ - 聖白蓮
89
+ - 封獣 ぬえ
90
+ - 大ナマズ
91
+ - 姫海棠 はたて
92
+ - サニーミルク
93
+ - スターサファイア
94
+ - ルナチャイルド
95
+ - 幽谷響子
96
+ - 宮古芳香
97
+ - 霍青娥
98
+ - 蘇我屠自古
99
+ - 物部布都
100
+ - 豊聡耳神子
101
+ - 二ッ岩マミゾウ
102
+ - 秦こころ
103
+ - わかさぎ姫
104
+ - 赤蛮奇
105
+ - 今泉影狼
106
+ - 九十九弁々
107
+ - 九十九八橋
108
+ - 鬼人正邪
109
+ - 少名針妙丸
110
+ - 堀川雷鼓
111
+ - 茨木華扇
112
+ - 宇佐見菫子
113
+ - 清蘭
114
+ - 鈴瑚
115
+ - ドレミー・スイート
116
+ - 稀神 サグメ
117
+ - クラウンピース
118
+ - 純狐
119
+ - ヘカーティア・ラピスラズリ
120
+ - エタニティラルバ
121
+ - 坂田ネムノ
122
+ - 高麗野あうん
123
+ - 矢田寺成美
124
+ - 爾子田里乃
125
+ - 丁礼田舞
126
+ - 摩多羅隠岐奈
127
+ - 依神女苑
128
+ - 依神紫苑
129
+ - 戎瓔花
130
+ - 牛崎潤美
131
+ - 庭渡久侘歌
132
+ - 吉弔八千慧
133
+ - 杖刀偶磨弓
134
+ - 埴安神袿姫
135
+ - 驪駒早鬼
136
+ - 饕餮尤魔
137
+ - 豪徳寺ミケ
138
+ - 山城たかね
139
+ - 駒草山如
140
+ - 玉造魅須丸
141
+ - 飯綱丸龍
142
+ - 菅牧典
143
+ - 天弓千亦
144
+ - 姫虫百々世
145
+ - 孫美天
146
+ - 三頭慧ノ子
147
+ - 天火人ちやり
148
+ - 豫母都日狭美
149
+ - 日白残無
150
+ spell_cards:
151
+ - 恋符「マスタースパーク」
152
+ - 禁忌「レーヴァテイン」
153
+ - 紫奥義「弾幕結界」
154
+ - 桜符「完全なる墨染の桜」
155
+ - 「百万鬼夜行」
156
+ - 「深弾幕結界 -夢幻泡影-」
157
+ - 日符「ロイヤルフレア」
158
+ - 神槍「スピア・ザ・グングニル」
159
+ - 新難題「金閣寺の一枚天井」
160
+ - 凍符「パーフェクトフリーズ」
161
+ - 蓬莱「凱風快晴 -フジヤマヴォルケイノ-」
162
+ - 「レッドマジック」
163
+ - 魔砲「ファイナルマスタースパーク」
164
+ - 「夢想天生」
165
+ - 無題「空を飛ぶ不思議な巫女」
166
+ - QED「495年の波紋」
167
+ - 神鬼「レミリアストーカー」
168
+ - 彗星「ブレイジングスター」
169
+ - 審判「浄頗梨審判 -射命丸文-」
170
+ - 人鬼「未来永劫斬」
171
+ - 天呪「アポロ13」
172
+ - 秘弾「そして誰もいなくなるか?」
173
+ - 日&月符「ロイヤルダイアモンドリング」
174
+ - 幻想「花鳥風月、嘯風弄月」
175
+ - 禁忌「恋の迷路」
176
+ - 疾風「風神少女」
177
+ - 霊符「夢想封印」
178
+ - 「紅色の幻想郷」
179
+ - 氷符「アイシクルフォール」
180
+ - 虹符「彩虹の風鈴」
181
+ - 「インペリシャブルシューティング」
182
+ - 幽曲「リポジトリ・オブ・ヒロカワ」
183
+ - 銀符「パーフェクトメイド」
184
+ - 月&木符「サテライトヒマワリ」
185
+ - 審判「ラストジャッジメント」
186
+ - 滅罪「正直者の死」
187
+ - 禁薬「蓬莱の薬」
188
+ - 魔符「スターダストレヴァリエ」
189
+ - 境符「波と粒の境界」
190
+ - 魔符「全世界ナイトメア」
191
+ - 鬼神「ミッシングパープルパワー」
192
+ - 秘術「天文密葬法」
193
+ - 紅符「スカーレットマイスタ」
194
+ - 神宝「ブリリアントドラゴンバレッタ」
195
+ - 月符「サイレントセレナ」
196
+ - 大合葬「霊車コンチェルトグロッソ」
197
+ - 咒詛「首吊り蓬莱人形」
198
+ - 火水木金土符「賢者の石」
199
+ - 式神「橙」
200
+ - 鬼神「飛翔毘沙門天」
201
+ locations:
202
+ - 博麗神社
203
+ - 人間の里
204
+ - 鈴奈庵
205
+ - 鯢呑亭
206
+ - 命蓮寺
207
+ - 夢殿大祀廟
208
+ - 霧の湖
209
+ - 廃洋館
210
+ - 紅魔館
211
+ - 魔法の森
212
+ - 香霖堂
213
+ - 霧雨魔法店
214
+ - マーガトロイド邸
215
+ - 玄武の沢
216
+ - 再思の道
217
+ - 無縁塚
218
+ - 妖怪の山
219
+ - 守矢神社
220
+ - 虹龍洞
221
+ - 大蝦蟇の池
222
+ - 聖地ヤマンバの地
223
+ - 茨華仙の屋敷
224
+ - マヨヒガ
225
+ - 間欠泉地下センター
226
+ - 中有の道
227
+ - 三途の川
228
+ - 迷いの竹林
229
+ - 永遠亭
230
+ - 無名の丘
231
+ - 太陽の畑
232
+ - 旧都
233
+ - 地霊殿
234
+ - 旧血の池地獄
235
+ - 冥界
236
+ - 白玉楼
237
+ - 天界
238
+ - 彼岸
239
+ - 地獄
240
+ - 畜生界
241
+ - 霊長園
242
+ - 魔界
243
+ - 法界
244
+ - 仙界
245
+ - 後戸の国
246
+ - 八雲紫の屋敷
247
+ - 輝針城
248
+ - 月の都
249
+ - 外の世界
250
+ - 夢の世界
251
+ songs:
252
+ - 赤より紅い夢
253
+ - ほおずきみたいに紅い魂
254
+ - 妖魔夜行
255
+ - ルーネイトエルフ
256
+ - おてんば恋娘
257
+ - 明治十七年の上海アリス
258
+ - ヴワル魔法図書館
259
+ - ラクトガール ~ 少女密室
260
+ - メイドと血の懐中時計
261
+ - 月時計 ~ ルナ・ダイアル
262
+ - ツェペシュの幼き末裔
263
+ - 亡き王女の為のセプテット
264
+ - 魔法少女達の百年祭
265
+ - 紅より儚い永遠
266
+ - クリスタライズシルバー
267
+ - 遠野幻想物語
268
+ - ブクレシュティの人形師
269
+ - 人形裁判 ~ 人の形弄びし少女
270
+ - 天空の花の都
271
+ - アルティメットトゥルース
272
+ - ボーダーオブライフ
273
+ - 妖々跋扈
274
+ - ネクロファンタジア
275
+ - 春風の夢
276
+ - もう歌しか聞こえない
277
+ - プレインエイジア
278
+ - 恋色マスタースパーク
279
+ - ヴォヤージュ1969
280
+ - ヴォヤージュ1970
281
+ - エクステンドアッシュ ~ 蓬莱人
282
+ - 月まで届け、不死の煙
283
+ - 月見草
284
+ - 東方妖怪小町
285
+ - オリエンタルダークフライト
286
+ - フラワリングナイト
287
+ - おてんば恋娘の冒険
288
+ - お宇佐さまの素い幡
289
+ - 花の映る塚
290
+ - 此岸の塚
291
+ - 花は幻想のままに
292
+ - 東の国の眠らない夜
293
+ - レトロスペクティブ京都
294
+ - 風神少女
295
+ - 封印されし神々
296
+ - 稲田姫様に叱られるから
297
+ - 運命のダークサイド
298
+ - 神々が恋した幻想郷
299
+ - フォールオブフォール ~ 秋めく滝
300
+ - 少女が見た日本の原風景
301
+ - 信仰は儚き人間の為に
302
+ - 明日ハレの日、ケの昨日
303
+ - ネイティブフェイス
304
+ - 麓の神社
305
+ - プレイヤーズスコア
306
+ - 幼心地の有頂天
307
+ - 地霊達の起床
308
+ - 暗闇の風穴
309
+ - 渡る者の途絶えた橋
310
+ - 緑眼のジェラシー
311
+ - 旧地獄街道を行く
312
+ - 華のさかづき大江山
313
+ - ハートフェルトファンシー
314
+ - 廃獄ララバイ
315
+ - 業火マントル
316
+ - ラストリモート
317
+ - ハルトマンの妖怪少女
318
+ - 地霊達の帰宅
319
+ - 青空の影
320
+ - 春の湊に
321
+ - 小さな小さな賢将
322
+ - 閉ざせし雲の通い路
323
+ - 万年置き傘にご注意を
324
+ - スカイルーイン
325
+ - 時代親父とハイカラ少女
326
+ - 幽霊客船の時空を越えた旅
327
+ - キャプテン・ムラサ
328
+ - 魔界地方都市エソテリア
329
+ - 虎柄の毘沙門天
330
+ - 法界の火
331
+ - 夜空のユーフォーロマンス
332
+ - 平安のエイリアン
333
+ - 妖怪寺
334
+ - ニュースハウンド
335
+ - あなたの町の怪事件
336
+ - 妖怪モダンコロニー
337
+ - ネメシスの要塞
338
+ - 春の氷精
339
+ - 可愛い大戦争のリフレーン
340
+ - いたずらに命をかけて
341
+ - 年中夢中の好奇心
342
+ - 真夜中のフェアリーダンス
343
+ - ルーズレイン
344
+ - メイガスナイト
345
+ - 春の氷精 - 静 -
346
+ - 欲深き霊魂
347
+ - 死霊の夜桜
348
+ - ゴーストリード
349
+ - 妖怪寺へようこそ
350
+ - 門前の妖怪小娘
351
+ - 素敵な墓場で暮しましょ
352
+ - リジッドパラダイス
353
+ - デザイアドライブ
354
+ - 古きユアンシェン
355
+ - 夢殿大祀廟
356
+ - 大神神話伝
357
+ - 小さな欲望の星空
358
+ - 妖怪裏参道
359
+ - 佐渡の二ッ岩
360
+ - 神社の新しい風
361
+ - デザイアドリーム
362
+ - 幻想郷の二ッ岩
363
+ - 亡失のエモーション
364
+ - 不思議なお祓い棒
365
+ - ミストレイク
366
+ - 秘境のマーメイド
367
+ - 運河を行き交う人妖
368
+ - 柳の下のデュラハン
369
+ - 満月の竹林
370
+ - 孤独なウェアウルフ
371
+ - マジカルストーム
372
+ - 幻想浄瑠璃
373
+ - 空中に沈む輝針城
374
+ - リバースイデオロギー
375
+ - 針小棒大の天守閣
376
+ - 魔力の雷雲
377
+ - 小槌の魔力
378
+ - 不思議な不思議な道具達
379
+ - 反則の狼煙を上げろ
380
+ - 不可能弾幕には反則を
381
+ - ミッドナイトスペルカード
382
+ - ロマンチック逃飛行
383
+ - 永遠の三日天下
384
+ - 華狭間のバトルフィールド
385
+ - ラストオカルティズム ~ 現し世の秘術師
386
+ - 宇宙巫女現る
387
+ - 忘れがたき、よすがの緑
388
+ - 兎は舞い降りた
389
+ - 湖は浄めの月光を映して
390
+ - 九月のパンプキン
391
+ - 宇宙を飛ぶ不思議な巫女
392
+ - 永遠の春夢
393
+ - 凍り付いた永遠の都
394
+ - 逆転するホイールオブフォーチュン
395
+ - 遥か38万キロのボヤージュ
396
+ - 星条旗のピエロ
397
+ - 故郷の星が映る海
398
+ - ピュアヒューリーズ ~ 心の在処
399
+ - 見た事も無い悪夢の世界
400
+ - パンデモニックプラネット
401
+ - 神社から見える月
402
+ - 宇宙巫女帰還する
403
+ - 桜舞い散る天空
404
+ - 希望の星は青霄に昇る
405
+ - 真夏の妖精の夢
406
+ - 色無き風は妖怪の山に
407
+ - 山奥のエンカウンター
408
+ - 桜色の海を泳いで
409
+ - 一対の神獣
410
+ - 幻想のホワイトトラベラー
411
+ - 魔法の笠地蔵
412
+ - 禁断の扉の向こうは、この世かあの世か
413
+ - クレイジーバックダンサーズ
414
+ - イントゥ・バックドア
415
+ - 秘匿されたフォーシーズンズ
416
+ - もうドアには入れない
417
+ - 不自然な自然
418
+ - 白い旅人
419
+ - 物言わぬ獣の霊
420
+ - 地蔵だけが知る哀嘆
421
+ - ジェリーストーン
422
+ - ロストリバー
423
+ - 石の赤子と水中の牛
424
+ - 不朽の曼珠沙華
425
+ - セラフィックチキン
426
+ - アンロケイテッドヘル
427
+ - トータスドラゴン ~幸運と不運
428
+ - ビーストメトロポリス
429
+ - セラミックスの杖刀人
430
+ - エレクトリックヘリテージ
431
+ - 輝かしき弱肉強食の掟
432
+ - 畜生達の休息
433
+ - 地下からの帰還
434
+ - 虹の架かる幻想郷
435
+ - 妖異達の通り雨
436
+ - 大吉キトゥン
437
+ - 深緑に隠された断崖
438
+ - バンデットリィテクノロジー
439
+ - 駒草咲くパーペチュアルスノー
440
+ - スモーキングドラゴン
441
+ - 廃れゆく産業遺構
442
+ - 神代鉱石
443
+ - 待ちわびた逢魔が時
444
+ - 星降る天魔の山
445
+ - ルナレインボー
446
+ - 幻想の地下大線路網
447
+ - 龍王殺しのプリンセス
448
+ - 嵐の後の日曜日
449
+ - 虹色の世界
450
+ - コレクターの憂鬱な午後
451
+ - ワクワクする見慣れた幻想郷
452
+ - 妖怪フックオン
453
+ - 闇市場は場所を選ばない
454
+ - 100回目のブラックマーケット
455
+ - ルナティックドリーマー
456
+ - 獣の知性
457
+ - 世界は可愛く出来ている
458
+ - 魔獣スクランブル
459
+ - 鬼は悠久の山に
460
+ - タイニーシャングリラ
461
+ - 勇敢で有閑な妖獣
462
+ - 吸血怪獣チュパカブラ
463
+ - 振り向かない黄泉の道
464
+ - 強欲な獣のメメント
465
+ - 獣王達の休息
466
+ - 獣に知性はあるか
@@ -0,0 +1,17 @@
1
+ # Ref: https://pay.weixin.qq.com/docs/merchant/development/chart/bank-of-deposit.html
2
+ zh-CN:
3
+ faker:
4
+ bank:
5
+ name:
6
+ - 工商银行
7
+ - 交通银行
8
+ - 招商银行
9
+ - 民生银行
10
+ - 中信银行
11
+ - 浦发银行
12
+ - 兴业银行
13
+ - 光大银行
14
+ - 广发银行
15
+ - 平安银行
16
+ - 建设银行
17
+ - 邮政储蓄银行
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Curtis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-08-11 00:00:00.000000000 Z
12
+ date: 2023-11-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -140,7 +140,6 @@ files:
140
140
  - lib/faker/default/placeholdit.rb
141
141
  - lib/faker/default/programming_language.rb
142
142
  - lib/faker/default/relationship.rb
143
- - lib/faker/default/release notes.md
144
143
  - lib/faker/default/religion.rb
145
144
  - lib/faker/default/restaurant.rb
146
145
  - lib/faker/default/science.rb
@@ -227,6 +226,7 @@ files:
227
226
  - lib/faker/music/rock_band.rb
228
227
  - lib/faker/music/rush.rb
229
228
  - lib/faker/music/show.rb
229
+ - lib/faker/music/smashing_pumpkins.rb
230
230
  - lib/faker/music/umphreys_mcgee.rb
231
231
  - lib/faker/quotes/chiquito.rb
232
232
  - lib/faker/quotes/quote.rb
@@ -474,6 +474,7 @@ files:
474
474
  - lib/locales/en/silicon_valley.yml
475
475
  - lib/locales/en/simpsons.yml
476
476
  - lib/locales/en/slack_emoji.yml
477
+ - lib/locales/en/smashing_pumpkins.yml
477
478
  - lib/locales/en/sonic_the_hedgehog.yml
478
479
  - lib/locales/en/source.yml
479
480
  - lib/locales/en/south_park.yml
@@ -579,6 +580,7 @@ files:
579
580
  - lib/locales/ja/subscription.yml
580
581
  - lib/locales/ja/super_mario.yml
581
582
  - lib/locales/ja/super_smash_bros.yml
583
+ - lib/locales/ja/touhou.yml
582
584
  - lib/locales/ja/university.yml
583
585
  - lib/locales/ja/zelda.yml
584
586
  - lib/locales/ko.yml
@@ -599,6 +601,7 @@ files:
599
601
  - lib/locales/uk.yml
600
602
  - lib/locales/vi.yml
601
603
  - lib/locales/zh-CN.yml
604
+ - lib/locales/zh-CN/bank.yml
602
605
  - lib/locales/zh-TW.yml
603
606
  homepage: https://github.com/faker-ruby/faker
604
607
  licenses:
@@ -1,59 +0,0 @@
1
-
2
-
3
- ## What's Changed
4
- * Add Final Fantasy XIV by @old-dead-account in https://github.com/faker-ruby/faker/pull/2742
5
- * Update rubocop requirement from = 1.50.1 to = 1.50.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2752
6
- * Update South Park by @IvanReyesO7 in https://github.com/faker-ruby/faker/pull/2744
7
- * add tests for password and fix an edge case by @DeepakRaj228 in https://github.com/faker-ruby/faker/pull/2741
8
- * Speed up Internet::Password generation using constants by @MicBruz in https://github.com/faker-ruby/faker/pull/2725
9
- * Add the Ukrainian country calling code by @kyrylo in https://github.com/faker-ruby/faker/pull/2758
10
- * Update test-unit requirement from = 3.5.7 to = 3.5.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2760
11
- * Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2756
12
- * Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
13
- * Remove broken chars from minecraft.yml by @ujihisa in https://github.com/faker-ruby/faker/pull/2765
14
- * Update test-unit requirement from = 3.5.8 to = 3.5.9 by @dependabot in https://github.com/faker-ruby/faker/pull/2766
15
- * Add `exclude_words` filter to `Faker::Lorem.word` generator by @geophilusd in https://github.com/faker-ruby/faker/pull/2761
16
- * Improve de-CH locale with new formats and content by @stefnnn in https://github.com/faker-ruby/faker/pull/2768
17
- * Add Japanese translations for Sports category. by @yamat47 in https://github.com/faker-ruby/faker/pull/2770
18
- * Fix flaky specs for `name` and `id` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2782
19
- * Add type support for Faker::Types.rb_array by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2771
20
- * Added Archer into tv category. by @lepari23 in https://github.com/faker-ruby/faker/pull/2750
21
- * Add train station generator by @AngusDSR in https://github.com/faker-ruby/faker/pull/2755
22
- * Fixes `Faker::Music::Opera.saint_saens` issue by @devashishTaneja in https://github.com/faker-ruby/faker/pull/2792
23
- * Add custom start date for `Faker::Date.forward` by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2791
24
- * Fix flaky specs for dota `test_player` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2798
25
- * Update minitest requirement from = 5.18.0 to = 5.18.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2781
26
- * Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2788
27
- * Introduce PositionalGenerator by @mike-burns in https://github.com/faker-ruby/faker/pull/2710
28
- * Bump rubocop 1.54.2 + offenses fixes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2801
29
- * Add prefixes to french name locale (`Faker::Name.name`) by @thdaraujo in https://github.com/faker-ruby/faker/pull/2800
30
- * Add `max_rut` option to `Faker::ChileRut.rut` by @hacktivista in https://github.com/faker-ruby/faker/pull/2778
31
- * Fix locale setting by @mateusdeap in https://github.com/faker-ruby/faker/pull/2734
32
- * Test default locale + and update README by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2802
33
- * Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804
34
- * Bump rubocop from 1.54.2 to 1.55.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2803
35
- * Bump rubocop from 1.55.0 to 1.55.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2805
36
- * Add Faker::Date.day_of_week_between by @aramvisser in https://github.com/faker-ruby/faker/pull/2713
37
- * Html generator for Faker by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2769
38
- * Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2807
39
-
40
- ## New Contributors
41
- * @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
42
- * @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
43
- * @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
44
- * @MicBruz made their first contribution in https://github.com/faker-ruby/faker/pull/2725
45
- * @kyrylo made their first contribution in https://github.com/faker-ruby/faker/pull/2758
46
- * @ujihisa made their first contribution in https://github.com/faker-ruby/faker/pull/2765
47
- * @geophilusd made their first contribution in https://github.com/faker-ruby/faker/pull/2761
48
- * @stefnnn made their first contribution in https://github.com/faker-ruby/faker/pull/2768
49
- * @yamat47 made their first contribution in https://github.com/faker-ruby/faker/pull/2770
50
- * @ruban-thilak made their first contribution in https://github.com/faker-ruby/faker/pull/2782
51
- * @lepari23 made their first contribution in https://github.com/faker-ruby/faker/pull/2750
52
- * @AngusDSR made their first contribution in https://github.com/faker-ruby/faker/pull/2755
53
- * @devashishTaneja made their first contribution in https://github.com/faker-ruby/faker/pull/2792
54
- * @mike-burns made their first contribution in https://github.com/faker-ruby/faker/pull/2710
55
- * @hacktivista made their first contribution in https://github.com/faker-ruby/faker/pull/2778
56
- * @mateusdeap made their first contribution in https://github.com/faker-ruby/faker/pull/2734
57
- * @aramvisser made their first contribution in https://github.com/faker-ruby/faker/pull/2713
58
-
59
- **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1