creed 0.2.0 → 0.3.0

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: 71ec85575cece4defb4fb57ca8521494d4c350aef99730269747872e17aa66c1
4
- data.tar.gz: 8c15a9cfd8f219140efec5a0d0b82ca6d92dd89020898f065f29ef1ed9ce7365
3
+ metadata.gz: c5b081f4c1d7a95c987d474b5b2ab027fbcb7070bcbd667888fc222527d134ee
4
+ data.tar.gz: 3138c7e26c47d6ed94bfa8e012322df0448cb78aabc522d6800ee9744cf83579
5
5
  SHA512:
6
- metadata.gz: '085d2028e4f104d642cda0490d94b6d91d100bd02f1f179fb9124592529a426c593b200d144c945bea4bb7c109b2650e6e822f486bbb5f75d9c78af37472876b'
7
- data.tar.gz: bd7c1d695f8f63cd5db1b1e7e586bdc35f56a9fa6983448ab8b67669e8ae33b1201fa1ac4a778fc1843ffc201c065c76b99488980ca5ab91a9bc29722ebeb221
6
+ metadata.gz: 0cf0b3550fda85365c79b25c9a33be810b1d674ad81bc71980856400b4d2e8e628cd557fdf50b6025d845836e5ad3b01c10f31fbeec5118d07c3c328f6d53edb
7
+ data.tar.gz: aaa1d622f442a44351e82fb7cfb12a6116e237356541c5e3754fc9307886c5080d282cc1b2260e6b220bc80d9ada0a4fb0f3afaf4918fbc7400661284d9d09e2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- creed (0.1.0)
4
+ creed (0.2.0)
5
5
  actionpack (>= 6.0)
6
6
  dry-initializer
7
7
  dry-types
@@ -11,33 +11,33 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (6.0.2.1)
15
- actionview (= 6.0.2.1)
16
- activesupport (= 6.0.2.1)
14
+ actionpack (6.0.3.1)
15
+ actionview (= 6.0.3.1)
16
+ activesupport (= 6.0.3.1)
17
17
  rack (~> 2.0, >= 2.0.8)
18
18
  rack-test (>= 0.6.3)
19
19
  rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
21
- actionview (6.0.2.1)
22
- activesupport (= 6.0.2.1)
21
+ actionview (6.0.3.1)
22
+ activesupport (= 6.0.3.1)
23
23
  builder (~> 3.1)
24
24
  erubi (~> 1.4)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
27
- activemodel (6.0.2.1)
28
- activesupport (= 6.0.2.1)
29
- activesupport (6.0.2.1)
27
+ activemodel (6.0.3.1)
28
+ activesupport (= 6.0.3.1)
29
+ activesupport (6.0.3.1)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 0.7, < 2)
32
32
  minitest (~> 5.1)
33
33
  tzinfo (~> 1.1)
34
- zeitwerk (~> 2.2)
34
+ zeitwerk (~> 2.2, >= 2.2.2)
35
35
  ansi (1.5.0)
36
- ast (2.4.0)
36
+ ast (2.4.1)
37
37
  builder (3.2.4)
38
38
  concurrent-ruby (1.1.6)
39
39
  crass (1.0.6)
40
- dry-configurable (0.11.3)
40
+ dry-configurable (0.11.5)
41
41
  concurrent-ruby (~> 1.0)
42
42
  dry-core (~> 0.4, >= 0.4.7)
43
43
  dry-equalizer (~> 0.2)
@@ -53,7 +53,7 @@ GEM
53
53
  concurrent-ruby (~> 1.0)
54
54
  dry-core (~> 0.2)
55
55
  dry-equalizer (~> 0.2)
56
- dry-types (1.3.1)
56
+ dry-types (1.4.0)
57
57
  concurrent-ruby (~> 1.0)
58
58
  dry-container (~> 0.3)
59
59
  dry-core (~> 0.4, >= 0.4.4)
@@ -61,16 +61,15 @@ GEM
61
61
  dry-inflector (~> 0.1, >= 0.1.2)
62
62
  dry-logic (~> 1.0, >= 1.0.2)
63
63
  erubi (1.9.0)
64
- i18n (1.8.2)
64
+ i18n (1.8.3)
65
65
  concurrent-ruby (~> 1.0)
66
- jaro_winkler (1.5.4)
67
- loofah (2.4.0)
66
+ loofah (2.5.0)
68
67
  crass (~> 1.0.2)
69
68
  nokogiri (>= 1.5.9)
70
- method_source (0.9.2)
69
+ method_source (1.0.0)
71
70
  mini_portile2 (2.4.0)
72
- minitest (5.14.0)
73
- minitest-focus (1.1.2)
71
+ minitest (5.14.1)
72
+ minitest-focus (1.2.1)
74
73
  minitest (>= 4, < 6)
75
74
  minitest-reporters (1.4.2)
76
75
  ansi
@@ -78,12 +77,12 @@ GEM
78
77
  minitest (>= 5.0)
79
78
  ruby-progressbar
80
79
  mocha (1.11.2)
81
- nokogiri (1.10.8)
80
+ nokogiri (1.10.9)
82
81
  mini_portile2 (~> 2.4.0)
83
82
  parallel (1.19.1)
84
- parser (2.7.0.2)
83
+ parser (2.7.1.3)
85
84
  ast (~> 2.4.0)
86
- rack (2.2.2)
85
+ rack (2.2.3)
87
86
  rack-test (1.1.0)
88
87
  rack (>= 1.0, < 3)
89
88
  rails-dom-testing (2.0.3)
@@ -91,35 +90,39 @@ GEM
91
90
  nokogiri (>= 1.6)
92
91
  rails-html-sanitizer (1.3.0)
93
92
  loofah (~> 2.3)
94
- railties (6.0.2.1)
95
- actionpack (= 6.0.2.1)
96
- activesupport (= 6.0.2.1)
93
+ railties (6.0.3.1)
94
+ actionpack (= 6.0.3.1)
95
+ activesupport (= 6.0.3.1)
97
96
  method_source
98
97
  rake (>= 0.8.7)
99
98
  thor (>= 0.20.3, < 2.0)
100
99
  rainbow (3.0.0)
101
100
  rake (13.0.1)
102
- responders (3.0.0)
101
+ regexp_parser (1.7.1)
102
+ responders (3.0.1)
103
103
  actionpack (>= 5.0)
104
104
  railties (>= 5.0)
105
105
  rexml (3.2.4)
106
- rubocop (0.80.0)
107
- jaro_winkler (~> 1.5.1)
106
+ rubocop (0.85.1)
108
107
  parallel (~> 1.10)
109
108
  parser (>= 2.7.0.1)
110
109
  rainbow (>= 2.2.2, < 4.0)
110
+ regexp_parser (>= 1.7)
111
111
  rexml
112
+ rubocop-ast (>= 0.0.3)
112
113
  ruby-progressbar (~> 1.7)
113
- unicode-display_width (>= 1.4.0, < 1.7)
114
- rubocop-performance (1.5.2)
114
+ unicode-display_width (>= 1.4.0, < 2.0)
115
+ rubocop-ast (0.0.3)
116
+ parser (>= 2.7.0.1)
117
+ rubocop-performance (1.6.1)
115
118
  rubocop (>= 0.71.0)
116
119
  ruby-progressbar (1.10.1)
117
120
  thor (1.0.1)
118
121
  thread_safe (0.3.6)
119
- tzinfo (1.2.6)
122
+ tzinfo (1.2.7)
120
123
  thread_safe (~> 0.1)
121
- unicode-display_width (1.6.1)
122
- zeitwerk (2.2.2)
124
+ unicode-display_width (1.7.0)
125
+ zeitwerk (2.3.0)
123
126
 
124
127
  PLATFORMS
125
128
  ruby
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Joel Moss']
9
9
  spec.email = ['joel@developwithstyle.com']
10
10
 
11
- spec.summary = 'Command pattern or Rails'
11
+ spec.summary = 'Command pattern for Rails'
12
12
  spec.homepage = 'https://github.com/joelmoss/creed'
13
13
  spec.license = 'MIT'
14
14
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Creed
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-18 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -130,5 +130,5 @@ requirements: []
130
130
  rubygems_version: 3.1.2
131
131
  signing_key:
132
132
  specification_version: 4
133
- summary: Command pattern or Rails
133
+ summary: Command pattern for Rails
134
134
  test_files: []