teyvatdb 0.5.7 → 0.5.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a3a0a06c2cd6e244a41a95c54b2ddad843c8a56bb3683ff215d29dbdb829338
4
- data.tar.gz: b60886bc27f65afcac03a30b0f7fa082b73ffeae2ff73538960bc7a3a0e54a26
3
+ metadata.gz: 97db0f9c6ad84d7dd8df05e9598d2cb9aa0f3932d75d13cd58e06c8639bc69bc
4
+ data.tar.gz: d9a4e08605010b2ef13d2279024e5259310287362fad83c9ce10360a0c277972
5
5
  SHA512:
6
- metadata.gz: 43e2616dc516150f747716e0c47f7c73afd9b031fec737070cae534cc17ecc9d33f8e3692642986a0d8daabbd28dc6d602be74b26c1d013e80650f4e8aaf653b
7
- data.tar.gz: 4b23d8e6b68e9434035fc984602c23c3dc04aedde41f31de8329b3e900d9721efa3d49ee50a4ac41f8e38126c1075636dfcb4603017837a735c96ba3d66dad58
6
+ metadata.gz: 3f6b07752e24e04d4b9466a75679c8e148287efdd1431b46869cfe70f017322ed88610dfb45368a00b343a65148b11cf5cf552e6433cf479030716d56fe2e05f
7
+ data.tar.gz: d2e9211af81dd9787485781156386df92e4052220bb721b93cac146dcb14c701a66013603ef6d420e570f42c60f93d80b40484608699e2c0bf12c9d4a776127c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.5.7.1] - 2025-07-06
2
+ - Add missing material
3
+ - Red Berryshroom
4
+ - Fix typo in DenialAndJudgement
5
+
1
6
  ## [0.5.7] - 2025-06-17
2
7
  - Add new Characters
3
8
  - Skirk (5)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- teyvatdb (0.5.6.1)
4
+ teyvatdb (0.5.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -252,7 +252,7 @@ module GenshinData
252
252
  weapon_type: :catalyst,
253
253
  talent_book_name: :kindling,
254
254
  talent_rare_material_name: :fang,
255
- talent_boss_material_name: "DenialAndJudgement",
255
+ talent_boss_material_name: "DenialAndJudgment",
256
256
  ascension_boss_material_name: "TalismanOfTheEnigmaticLand",
257
257
  ascension_gathering_material_name: "QuenepaBerry",
258
258
  ascension_enemy_material_name: :fang
@@ -537,7 +537,7 @@ module GenshinData
537
537
  weapon_type: :polearm,
538
538
  talent_book_name: :contention,
539
539
  talent_rare_material_name: :whistle,
540
- talent_boss_material_name: "DenialAndJudgement",
540
+ talent_boss_material_name: "DenialAndJudgment",
541
541
  ascension_boss_material_name: "EnsnaringGaze",
542
542
  ascension_gathering_material_name: "Dracolite",
543
543
  ascension_enemy_material_name: :whistle
@@ -702,7 +702,7 @@ module GenshinData
702
702
  weapon_type: :claymore,
703
703
  talent_book_name: :kindling,
704
704
  talent_rare_material_name: :fang,
705
- talent_boss_material_name: "DenialAndJudgement",
705
+ talent_boss_material_name: "DenialAndJudgment",
706
706
  ascension_boss_material_name: "OverripeFlamegranate",
707
707
  ascension_gathering_material_name: "SaurianClawSucculent",
708
708
  ascension_enemy_material_name: :fang
@@ -307,7 +307,7 @@ module GenshinData
307
307
  ).freeze
308
308
 
309
309
  DENIAL_AND_JUDGEMENT = GenshinObject::Material.new(
310
- kamera_key: "DenialAndJudgement",
310
+ kamera_key: "DenialAndJudgment",
311
311
  name: "Denial and Judgement",
312
312
  rarity: 5,
313
313
  family: :the_knave_loot,
@@ -429,6 +429,16 @@ module GenshinData
429
429
  source_sub_category: :cooking
430
430
  ).freeze
431
431
 
432
+ RED_BERRYSHROOM = GenshinObject::Material.new(
433
+ kamera_key: "RedBerryshroom",
434
+ name: "Red Berryshroom",
435
+ rarity: 1,
436
+ family: nil,
437
+ inventory_type: :standard_material,
438
+ source_category: :gathering,
439
+ source_sub_category: :cooking
440
+ ).freeze
441
+
432
442
  RICE = GenshinObject::Material.new(
433
443
  kamera_key: "Rice",
434
444
  name: "Rice",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TeyvatDB
4
- VERSION = "0.5.7"
4
+ VERSION = "0.5.7.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teyvatdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Haberer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-18 00:00:00.000000000 Z
11
+ date: 2025-07-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Gem to provide basic genshin data to my other projects
14
14
  email: