shaped 0.7.1 → 0.7.2

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: b3fda7351bf12258e204d3b16b43728f2d42daeee4cf67a022ad0b6bb2a46c70
4
- data.tar.gz: 72866461bd6422824d424f2593659d89eab25b66f9f834ecec11aae690f4d5fd
3
+ metadata.gz: c17eca1a62726455801d77acc63877eadf199ad58ceba789262917f93a8fd56a
4
+ data.tar.gz: 723367acf980be0ac1e427aa792825f9e4b513b917e8929ed41f16b02ee67d5c
5
5
  SHA512:
6
- metadata.gz: 154eb78ea527ab740be7bea30b6dec6687706707e5c32da17fc68bd0095137d06b6cc18c202358e86967c82fdcb0b983eed25ba19cdffc049138f99f69f18ab7
7
- data.tar.gz: 6f94a4300de38ad85718ce7f7e953ebc6ed131bb0a77973633a7bf88ced9db1135fa7d20b64da416f77923f409d13ad16119a3673e58fe295679cbc9e5173e58
6
+ metadata.gz: 6232fb1b87dca1f98184ef631444c05b9a74be191ed82d12af8263b30dad6df8826b91eb27ad9ed85543fb65f9a19c2900cd925cde0730b582b7806be17ee491
7
+ data.tar.gz: 53b0b230f2b1fe6f0b13c1cfd624ec2f62284ad7aafb4d60bf2625fc33c8f2d83cdd2cc6bb657eff88166ea4cdb171de4adcff76aabedd8de079db022ff7e160
@@ -1,3 +1,7 @@
1
+ ## v0.7.2 (2020-07-13)
2
+ ### Dependencies
3
+ - Bump `rubocop` to 0.88.0 and `runger_style` to 0.2.3
4
+
1
5
  ## v0.7.1 (2020-07-02)
2
6
  ### Internal
3
7
  - Source Rubocop rules/config from `runger_style` gem
@@ -9,14 +9,14 @@ GIT
9
9
 
10
10
  GIT
11
11
  remote: https://github.com/davidrunger/runger_style.git
12
- revision: 6aef7c7978c9b5306e518c18a067e2fdad2c8da1
12
+ revision: 3d13e2985df67c4b9ce60c6039433ffa14ea87c9
13
13
  specs:
14
- runger_style (0.2.1)
14
+ runger_style (0.2.3)
15
15
 
16
16
  PATH
17
17
  remote: .
18
18
  specs:
19
- shaped (0.7.1)
19
+ shaped (0.7.2)
20
20
  activemodel (~> 6.0)
21
21
  activesupport (~> 6.0)
22
22
 
@@ -34,11 +34,12 @@ GEM
34
34
  amazing_print (1.2.1)
35
35
  ast (2.4.1)
36
36
  byebug (11.1.3)
37
- codecov (0.1.17)
37
+ codecov (0.2.0)
38
+ colorize
38
39
  json
39
40
  simplecov
40
- url
41
41
  coderay (1.1.3)
42
+ colorize (0.8.1)
42
43
  concurrent-ruby (1.1.6)
43
44
  diff-lcs (1.3)
44
45
  docile (1.3.2)
@@ -56,7 +57,7 @@ GEM
56
57
  guard-compat (1.2.1)
57
58
  i18n (1.8.3)
58
59
  concurrent-ruby (~> 1.0)
59
- json (2.3.0)
60
+ json (2.3.1)
60
61
  listen (3.2.1)
61
62
  rb-fsevent (~> 0.10, >= 0.10.3)
62
63
  rb-inotify (~> 0.9, >= 0.9.10)
@@ -96,33 +97,33 @@ GEM
96
97
  diff-lcs (>= 1.2.0, < 2.0)
97
98
  rspec-support (~> 3.9.0)
98
99
  rspec-support (3.9.3)
99
- rubocop (0.86.0)
100
+ rubocop (0.88.0)
100
101
  parallel (~> 1.10)
101
- parser (>= 2.7.0.1)
102
+ parser (>= 2.7.1.1)
102
103
  rainbow (>= 2.2.2, < 4.0)
103
104
  regexp_parser (>= 1.7)
104
105
  rexml
105
- rubocop-ast (>= 0.0.3, < 1.0)
106
+ rubocop-ast (>= 0.1.0, < 1.0)
106
107
  ruby-progressbar (~> 1.7)
107
108
  unicode-display_width (>= 1.4.0, < 2.0)
108
- rubocop-ast (0.0.3)
109
+ rubocop-ast (0.1.0)
109
110
  parser (>= 2.7.0.1)
110
- rubocop-performance (1.6.1)
111
- rubocop (>= 0.71.0)
112
- rubocop-rspec (1.40.0)
113
- rubocop (>= 0.68.1)
111
+ rubocop-performance (1.7.0)
112
+ rubocop (>= 0.82.0)
113
+ rubocop-rspec (1.42.0)
114
+ rubocop (>= 0.87.0)
114
115
  ruby-progressbar (1.10.1)
115
116
  shellany (0.0.1)
116
- simplecov (0.18.5)
117
+ simplecov (0.17.1)
117
118
  docile (~> 1.1)
118
- simplecov-html (~> 0.11)
119
- simplecov-html (0.12.2)
119
+ json (>= 1.8, < 3)
120
+ simplecov-html (~> 0.10.0)
121
+ simplecov-html (0.10.2)
120
122
  thor (1.0.1)
121
123
  thread_safe (0.3.6)
122
124
  tzinfo (1.2.7)
123
125
  thread_safe (~> 0.1)
124
126
  unicode-display_width (1.7.0)
125
- url (0.3.2)
126
127
  zeitwerk (2.3.1)
127
128
 
128
129
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shaped
4
- VERSION = '0.7.1'
4
+ VERSION = '0.7.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shaped
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel