app_archetype 1.4.2 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd7588cabd79d1600fe22d108924c2c63ebee976846daeec841abe7a185273df
4
- data.tar.gz: f1be9dbb4d8a13c06c964e463d0af6e928c1603776868b3fc055c6e2ac7bbdae
3
+ metadata.gz: be0d0a9624d6408fce0b1b397a87dcdb1498fcce7f087106bcf89bf170dcd501
4
+ data.tar.gz: 01220c7659a2d799f79ab847a69751e1e928e41f0c280998cbfe51436c53bc85
5
5
  SHA512:
6
- metadata.gz: bd50591da0153b4f89193da820dcc471e6aff6e032ca7f9504cb6478dc7abc777ccca2b3da10e59c167d8c28bc25eeeae669c82df13b61f00dd5a617094d6a25
7
- data.tar.gz: c5ca9b24aee9cc0238bc3051173585aff37b019fa8f808dae79161342e71dfd519cf4f1edc1cdf7d92e76c79a7691bfb9a07433101249c051b92cba27114f749
6
+ metadata.gz: 50252b085dea58b00217c4a9e8d553564d0bc7bfddd12f8061344b91f75fb62a83388a191a4eff278e41de39c895133794d59cc6ba9d8f7f1adb46b165c9f1fc
7
+ data.tar.gz: a67a216ec48665fcbf23a24e3a882ef2219b4cb170f50842cd976b88bbfabdb582980532a2be614e483238752d83111c8c88e4b4070a7433957069c8e500f6ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_archetype (1.4.2)
4
+ app_archetype (1.5.0)
5
5
  cli-format
6
6
  hashie
7
7
  highline
@@ -19,7 +19,7 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- activesupport (6.1.4.4)
22
+ activesupport (6.1.6)
23
23
  concurrent-ruby (~> 1.0, >= 1.0.2)
24
24
  i18n (>= 1.6, < 2)
25
25
  minitest (>= 5.1)
@@ -33,14 +33,14 @@ GEM
33
33
  ice_nine (~> 0.11.0)
34
34
  thread_safe (~> 0.3, >= 0.3.1)
35
35
  bump (0.10.0)
36
- cli-format (0.2.1)
36
+ cli-format (0.2.2)
37
37
  activesupport
38
38
  text-table
39
39
  zeitwerk
40
40
  coderay (1.1.3)
41
41
  coercible (1.0.0)
42
42
  descendants_tracker (~> 0.0.1)
43
- concurrent-ruby (1.1.9)
43
+ concurrent-ruby (1.1.10)
44
44
  descendants_tracker (0.0.4)
45
45
  thread_safe (~> 0.3, >= 0.3.1)
46
46
  diff-lcs (1.5.0)
@@ -58,23 +58,23 @@ GEM
58
58
  sexp_processor (~> 4.8)
59
59
  hashie (5.0.0)
60
60
  highline (2.0.3)
61
- i18n (1.9.1)
61
+ i18n (1.10.0)
62
62
  concurrent-ruby (~> 1.0)
63
63
  ice_nine (0.11.2)
64
- json (2.6.1)
65
- json-schema (2.8.1)
66
- addressable (>= 2.4)
64
+ json (2.6.2)
65
+ json-schema (3.0.0)
66
+ addressable (>= 2.8)
67
67
  jsonnet (0.4.0)
68
68
  mini_portile2 (>= 2.2.0)
69
69
  kwalify (0.7.2)
70
70
  launchy (2.5.0)
71
71
  addressable (~> 2.7)
72
- logger (1.5.0)
72
+ logger (1.5.1)
73
73
  method_source (1.0.0)
74
- mini_portile2 (2.7.1)
75
- minitest (5.15.0)
74
+ mini_portile2 (2.8.0)
75
+ minitest (5.16.1)
76
76
  os (1.1.4)
77
- ostruct (0.5.3)
77
+ ostruct (0.5.5)
78
78
  parallel (1.21.0)
79
79
  parser (3.1.0.0)
80
80
  ast (~> 2.4.1)
@@ -121,7 +121,7 @@ GEM
121
121
  unicode-display_width (>= 1.4.0, < 3.0)
122
122
  rubocop-ast (1.15.1)
123
123
  parser (>= 3.0.1.1)
124
- ruby-handlebars (0.4.0)
124
+ ruby-handlebars (0.4.1)
125
125
  parslet (~> 1.6, >= 1.6.2)
126
126
  ruby-progressbar (1.11.0)
127
127
  ruby_parser (3.18.1)
@@ -180,7 +180,7 @@ GEM
180
180
  wisper (2.0.1)
181
181
  yard (0.9.27)
182
182
  webrick (~> 1.7.0)
183
- zeitwerk (2.5.4)
183
+ zeitwerk (2.6.0)
184
184
 
185
185
  PLATFORMS
186
186
  ruby
@@ -2,5 +2,5 @@ module AppArchetype
2
2
  ##
3
3
  # AppArchetype version
4
4
  #
5
- VERSION = '1.4.2'.freeze
5
+ VERSION = '1.5.0'.freeze
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_archetype
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Bigger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-04 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cli-format