valorant_daily_store 1.0.4 → 1.0.5

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: 3550b5396b9b0d4f0678df635e3a5dadef6d2f980209ca9b8450b7915ba3db50
4
- data.tar.gz: a65b6c18978021e2a898ebe26f75818a25ade2afe4f3aba116379b5eb998c157
3
+ metadata.gz: bfae6c212d84828f57e3a34a58a8dbdc4d984029ce45e71dff80ed4f0fc5b393
4
+ data.tar.gz: b079081c1a3a46a3a8d5a972589562d5d2aac4d970e8028bcd64045056a30367
5
5
  SHA512:
6
- metadata.gz: 77f7eaaa49c67b8e17f960f9236671e8c7c2e280da028d92ef5bb235ec17491a1023e4e234c93764fe8c7a712a5efb276135c936101382edff4c9b5eec05f7af
7
- data.tar.gz: 88fdd72000fb68e991d39f8444bf2f5a0ff9bc37d5992388e79979ccd928fbb0d1de59d5049d598670e03d476753711967babff8c2f91e65c1854205f08106ec
6
+ metadata.gz: 5c6d290d43ae810248140f55a67521ef7e7f033135a859228b31101d07ba1928f72b14fef43ecfa7ad5134c6663274e79b8aaa1b5403c514770e223fcc2df391
7
+ data.tar.gz: b161ef1b84a239c9417b6041d8f4633cee4ac55bd9a14b37e720a03ac5ef1381a6d2b6cf3d571afd1bb88cf124bbed2193474746dee182ea77d80bf88788521c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.5](https://github.com/Vegann/valorant_daily_store/compare/v1.0.4...v1.0.5) (2022-01-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * dont require pry in the skin class ([df22e48](https://github.com/Vegann/valorant_daily_store/commits/df22e485d5fadac7853c4c0f06f6d24f96c4fd4a))
11
+
5
12
  ### [1.0.4](https://github.com/Vegann/valorant_daily_store/compare/v1.0.3...v1.0.4) (2022-01-29)
6
13
 
7
14
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- valorant_daily_store (1.0.4)
4
+ valorant_daily_store (1.0.5)
5
5
  faraday (~> 2.1)
6
6
  faraday-cookie_jar (~> 0.0.7)
7
7
  thor (~> 1.2.1)
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/valorant_daily_store.svg)](https://rubygems.org/gems/valorant_daily_store)
1
2
  # Valorant Daily Store
2
3
 
3
4
  This gem will let you see your daily store without opening the game
@@ -1,4 +1,3 @@
1
- require "pry"
2
1
  module ValorantDailyStore
3
2
  class Skin
4
3
  def initialize(name:, price:, photo:, video:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ValorantDailyStore
4
- VERSION = "1.0.4"
4
+ VERSION = "1.0.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valorant_daily_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vegann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-29 00:00:00.000000000 Z
11
+ date: 2022-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday-cookie_jar