teyvatdb 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eb3cfd912c143c5d0677ac1dcbcf15bf0705a3fc0121fcac2445b5204a38684
4
- data.tar.gz: 7e4998903b237dcd764b11a5defd9b0f2f499660cb0923a2dc52b1f04e1c7302
3
+ metadata.gz: 12adb98b348a163cb022dd22b35e27d3fc8b611834e6d3a7d565e939f1c00509
4
+ data.tar.gz: f41670908247d215dd2a816c4dece9a7f2164ef167c6545d471abdb7ecc509f5
5
5
  SHA512:
6
- metadata.gz: b236180fa676c5866496bcf4860ae282ec8cccd1ce30574a3fc703f36056ad3dfd5c782325c6a98141bc014d0a5f3bc581837fab36c198e9b7cb7a02499de9bc
7
- data.tar.gz: 8133b38b5fe48fba1e8222c0d2be08a5c0b5da9b62657bc4ece7cb891cd707218cdaf63e3c7f3840a3ed8db24084b78a83690005d467371b99f2f53caaed1281
6
+ metadata.gz: 4eab47f4f81eb04d166ad5fe7e84d9e976974df4180982a7cbbb7cc51f3113254e535433327a78f03a1082e9691b7f0ec5851bbc1374dd76c3448aade627e486
7
+ data.tar.gz: e6c6c96811cd85b24c51e405f8dbda4614a1e9880b5d112e4f8713a880e151fcb9ea8b5b87ddab70eaa3a14c1ff18756281b49a0090bc5790c9eea05fa38d0f9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- teyvatdb (0.2.1)
4
+ teyvatdb (0.2.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,7 +3,7 @@
3
3
  module GenshinObject
4
4
  # Base class to represent various Genshin Artifact Sets
5
5
  class ArtifactSet
6
- attr_accessor :kamera_key, :name, :max_rarity, :slots
6
+ attr_accessor :kamera_key, :name, :max_rarity, :slots, :bonuses
7
7
 
8
8
  ALL_SLOTS = %i[flower plume sands goblet circlet].freeze
9
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TeyvatDB
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.1.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.2.1
4
+ version: 0.2.1.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: 2024-01-12 00:00:00.000000000 Z
11
+ date: 2024-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Gem to provide basic genshin data to my other projects
14
14
  email: