spree_dev_tools 0.2.3 → 0.2.4

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: 49ea890501f4e37f70fd5a3bcd05b53a0a47a9b42d9e04ae6e75f49696e249c2
4
- data.tar.gz: a4fc94b06f5fe697ec5858114bd0b0d4942ed0bbe966e87e5bf9ef2d36fdc68d
3
+ metadata.gz: bbd9b46c832ca09bed021a5199d4f3b5935cfd1fe2093689c916ddba197d0abc
4
+ data.tar.gz: 4f26bae11200fb15fb5f0309f0e357528e36a7c59ee6788cf954bebafc375d12
5
5
  SHA512:
6
- metadata.gz: db36d04196ccbbbf3eefdb82ee0e770b936f837b072b7ae8659633458c7787a328fb21c83f12b0f3a1d516b87b9af65d3998b463cca4a892ec8f84f40dccba71
7
- data.tar.gz: f308aa0063ed6739ffe23762c8f72de826a453932c9dfdc956081d51a10a89f1e6625c4649e6b5294bee4135e9598fbfb2b01ab3d91c66aff083c7b549669c38
6
+ metadata.gz: f5ec29b524dbaf06aae35d4a7635ba49d446006789e06581d30a7c0e72bb80a2b3413553a68ee6a0fbf0257e00ac777924ff3721ddb236534b675508a3b66e29
7
+ data.tar.gz: 137a0fe4b47e69c5a1c971e4c57c786e803949e32688e30ea3b0c2ec2f53fea60a6f65345e1907227644ec7af3cf4a89c3a22d39ba1dc01891a04db240823f03
@@ -0,0 +1,11 @@
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version: 2
7
+ updates:
8
+ - package-ecosystem: "bundler" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "weekly"
@@ -47,6 +47,7 @@ RSpec.configure do |config|
47
47
  end
48
48
 
49
49
  config.before :each do
50
+ I18n.locale = :en
50
51
  Rails.cache.clear
51
52
 
52
53
  country = create(:country, name: 'United States of America', iso_name: 'UNITED STATES', iso: 'US', states_required: true)
@@ -1,5 +1,5 @@
1
1
  module SpreeDevTools
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
 
4
4
  # Returns the version of the currently loaded SpreeDevTools as a
5
5
  # <tt>Gem::Version</tt>.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_dev_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spark Solutions
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appraisal
@@ -395,6 +395,7 @@ extensions: []
395
395
  extra_rdoc_files: []
396
396
  files:
397
397
  - ".bundle/config"
398
+ - ".github/dependabot.yml"
398
399
  - ".gitignore"
399
400
  - Gemfile
400
401
  - LICENSE
@@ -433,7 +434,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
433
434
  version: '0'
434
435
  requirements:
435
436
  - none
436
- rubygems_version: 3.3.26
437
+ rubygems_version: 3.5.3
437
438
  signing_key:
438
439
  specification_version: 4
439
440
  summary: Spree Dev Tools