ws-style 6.13.5 → 6.13.6

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: 037da84be2b394b42f7ad88871b02616ead95249969e4d0c4d0d0af3ffca0324
4
- data.tar.gz: ed3dcd4123ac5a41cd376c80358aa56a59f4875855bb1b2d076ed45030fbb083
3
+ metadata.gz: 8170be12629eb5298e525ef78e30eabe1d45c96fd731a97bdad03fcfc00eaef8
4
+ data.tar.gz: 5340febadf8f75a0a3317be44bdde13cf8672b3c4f3e451d0c86cb388b2c45e8
5
5
  SHA512:
6
- metadata.gz: d28945eeb98cb66250931b1ee37ea113c62fb028db8d115349a9373917cbef8cec2bd2474f43c2f55ef5b999a639c0bc05cdaef262abda59cd79633ca9c3af95
7
- data.tar.gz: 6b8610ef7b20cb00d61c3b25c386973c5afed4dac39867561e59a48f72bc31ec4b918d95af29203e88985e13c40c22472c31353c360c38661dcb42b5fc18350f
6
+ metadata.gz: d0f7f1a3b8a549bc273460beea06b611459e1b7930a136a82d6c1f5c8e071a2df590c2157f5ae82faa85db5ee65107040819fe7faa8b5609fbe4dc422f166bfd
7
+ data.tar.gz: 24a9d104b11f84e9bdebce44330cba5370e281589f2ef914481d2e21cd1a61b7fc589b886eda0ff9024c4fd17e67c94987cf88883e1d5343e87be2a5cfee764d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.13.6 - 2022-01-31
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.13.5 - 2022-01-24
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.5)
4
+ ws-style (6.13.6)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -24,7 +24,7 @@ GEM
24
24
  diff-lcs (1.5.0)
25
25
  git (1.10.2)
26
26
  rchardet (~> 1.8)
27
- i18n (1.8.11)
27
+ i18n (1.9.1)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.6.1)
30
30
  keepachangelog (0.6.1)
@@ -44,12 +44,12 @@ GEM
44
44
  rspec-core (~> 3.10.0)
45
45
  rspec-expectations (~> 3.10.0)
46
46
  rspec-mocks (~> 3.10.0)
47
- rspec-core (3.10.1)
47
+ rspec-core (3.10.2)
48
48
  rspec-support (~> 3.10.0)
49
49
  rspec-expectations (3.10.2)
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.10.0)
52
- rspec-mocks (3.10.2)
52
+ rspec-mocks (3.10.3)
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.10.0)
55
55
  rspec-support (3.10.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.5'.freeze
3
+ VERSION = '6.13.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.13.5
4
+ version: 6.13.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop