hanamismith 0.45.0 → 0.46.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.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/hanamismith.gemspec +2 -2
  4. data/lib/hanamismith/container.rb +2 -0
  5. data/lib/hanamismith/templates/%project_name%/.node-version.erb +1 -1
  6. data/lib/hanamismith/templates/%project_name%/app/action.rb.erb +1 -1
  7. data/lib/hanamismith/templates/%project_name%/app/view.rb.erb +1 -1
  8. data/lib/hanamismith/templates/%project_name%/config/app.rb.erb +1 -1
  9. data/lib/hanamismith/templates/%project_name%/config/routes.rb.erb +1 -1
  10. data/lib/hanamismith/templates/%project_name%/config/settings.rb.erb +1 -1
  11. data/lib/hanamismith/templates/%project_name%/slices/health/action.rb.erb +1 -1
  12. data/lib/hanamismith/templates/%project_name%/slices/health/templates/layouts/app.html.erb.erb +1 -1
  13. data/lib/hanamismith/templates/%project_name%/slices/health/view.rb.erb +1 -1
  14. data/lib/hanamismith/templates/%project_name%/slices/health/views/context.rb.erb +1 -1
  15. data/lib/hanamismith/templates/%project_name%/slices/health/views/show.rb.erb +1 -1
  16. data/lib/hanamismith/templates/%project_name%/slices/home/action.rb.erb +1 -1
  17. data/lib/hanamismith/templates/%project_name%/slices/home/actions/show.rb.erb +1 -1
  18. data/lib/hanamismith/templates/%project_name%/slices/home/templates/layouts/app.html.erb.erb +1 -1
  19. data/lib/hanamismith/templates/%project_name%/slices/home/view.rb.erb +1 -1
  20. data/lib/hanamismith/templates/%project_name%/slices/home/views/context.rb.erb +1 -1
  21. data/lib/hanamismith/templates/%project_name%/slices/home/views/show.rb.erb +1 -1
  22. data.tar.gz.sig +0 -0
  23. metadata +5 -5
  24. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29df48957a62fbe490bb7d826bc04ef576d48701e3ed637a409454d0ee8c0364
4
- data.tar.gz: 6f0bb51b149eacddfb1c163ec27e0a6a629162e1a73cb6210e6ce8112d9d90ea
3
+ metadata.gz: 0c9a25350c93dac437015a30834cb9f1aec012eb44b5f72781e08592be7eea1e
4
+ data.tar.gz: 666b9f4c9c677a1a6f5f374ce1f1f45fb13c9c87388889d7f36bb8b2a3de0a38
5
5
  SHA512:
6
- metadata.gz: c110b99838fe3da9a23d1038bfdca5d7ec301fa45bf1c5d8d10166f3bd3cfbc7227ebc56e8ba3ee4b3e65696a31a49f4ebd94a9893c213be9cb6e3a11d08e804
7
- data.tar.gz: badbfdce130a782dc48c60458f058d352269a37f603cbbef9276068bcc801eebfac47c80246751069ec487dbf3e7dc4d985494d562ae81cf6475b98b8ff0536b
6
+ metadata.gz: 6c31998fe5c5db2373f19618910fbf35b13b254ca36344d3b4eb5406761ec0dfcca9ae6e0b4380ea2a8118f2a61725bf5506d43674bf1296a5af45e55a4b5bdf
7
+ data.tar.gz: 20b94e1c69e4480b8ce03d9e903c9061f217f6553422ad25efc9dd53158978c31d84048785a9c88413f269a5f780d58194acfecac642f2f91da44717f171b074
checksums.yaml.gz.sig CHANGED
Binary file
data/hanamismith.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "hanamismith"
5
- spec.version = "0.45.0"
5
+ spec.version = "0.46.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/hanamismith"
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.add_dependency "etcher", "~> 2.1"
31
31
  spec.add_dependency "htmx", "~> 1.0"
32
32
  spec.add_dependency "infusible", "~> 3.8"
33
- spec.add_dependency "refinements", "~> 12.8"
33
+ spec.add_dependency "refinements", "~> 12.9"
34
34
  spec.add_dependency "rubysmith", "~> 7.6"
35
35
  spec.add_dependency "runcom", "~> 11.5"
36
36
  spec.add_dependency "sod", "~> 0.14"
@@ -29,9 +29,11 @@ module Hanamismith
29
29
  )
30
30
  .add_transformer(:root, :target_root)
31
31
  .add_transformer(:format, :author_uri)
32
+ .add_transformer(:format, :citation_affiliation)
32
33
  .add_transformer(:format, :project_uri_community)
33
34
  .add_transformer(:format, :project_uri_conduct)
34
35
  .add_transformer(:format, :project_uri_contributions)
36
+ .add_transformer(:format, :project_uri_dcoo)
35
37
  .add_transformer(:format, :project_uri_download, :project_name)
36
38
  .add_transformer(:format, :project_uri_funding)
37
39
  .add_transformer(:format, :project_uri_home, :project_name)
@@ -1 +1 @@
1
- 22.3.0
1
+ 22.9.0
@@ -3,7 +3,7 @@
3
3
  require "hanami/action"
4
4
 
5
5
  <% namespace do %>
6
- # The application action.
6
+ # The application base action.
7
7
  class Action < Hanami::Action
8
8
  end
9
9
  <% end %>
@@ -3,7 +3,7 @@
3
3
  require "hanami/view"
4
4
 
5
5
  <% namespace do %>
6
- # The application view.
6
+ # The application base view.
7
7
  class View < Hanami::View
8
8
  end
9
9
  <% end %>
@@ -1,7 +1,7 @@
1
1
  require "hanami"
2
2
 
3
3
  <% namespace do %>
4
- # Defines global application configuration.
4
+ # The application base configuration.
5
5
  class App < Hanami::App
6
6
  Dry::Schema.load_extensions :monads
7
7
  Dry::Validation.load_extensions :monads
@@ -1,5 +1,5 @@
1
1
  <% namespace do %>
2
- # Defines application routes.
2
+ # The application base routes.
3
3
  class Routes < Hanami::Routes
4
4
  slice(:health, at: "/up") { root to: "show" }
5
5
  slice(:home, at: "/") { root to: "show" }
@@ -1,5 +1,5 @@
1
1
  <% namespace do %>
2
- # Defines application settings.
2
+ # The application base settings.
3
3
  class Settings < Hanami::Settings
4
4
  setting :database_url, constructor: Types::Params::String
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # auto_register: false
2
2
 
3
3
  module Health
4
- # The health action.
4
+ # The slice base action.
5
5
  class Action < <%= settings.project_namespaced_class %>::Action
6
6
  end
7
7
  end
@@ -9,7 +9,7 @@
9
9
  <meta charset="utf-8">
10
10
  <meta name="description" content="A Hanamismith skeleton application.">
11
11
  <meta name="author" content="Hanamismith">
12
- <meta name="apple-mobile-web-app-capable" content="yes">
12
+ <meta name="mobile-web-app-capable" content="yes">
13
13
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
14
14
 
15
15
  <link title="<%= settings.project_label %>: Favorite Icon"
@@ -1,7 +1,7 @@
1
1
  # auto_register: false
2
2
 
3
3
  module Health
4
- # The health view.
4
+ # The slice base view.
5
5
  class View < <%= settings.project_namespaced_class %>::View
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Health
4
4
  module Views
5
- # Defines custom context.
5
+ # The slice view context.
6
6
  class Context < Hanami::View::Context
7
7
  include Deps[app_assets: "app.assets"]
8
8
  end
@@ -1,6 +1,6 @@
1
1
  module Health
2
2
  module Views
3
- # Renders show view.
3
+ # The show view.
4
4
  class Show < Health::View
5
5
  expose :color
6
6
  end
@@ -1,7 +1,7 @@
1
1
  # auto_register: false
2
2
 
3
3
  module Home
4
- # The home action.
4
+ # The slice base action.
5
5
  class Action < <%= settings.project_namespaced_class %>::Action
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  module Home
2
2
  module Actions
3
- # Processes show action.
3
+ # The show action.
4
4
  class Show < Home::Action
5
5
  end
6
6
  end
@@ -9,7 +9,7 @@
9
9
  <meta charset="utf-8">
10
10
  <meta name="description" content="A Hanamismith skeleton application.">
11
11
  <meta name="author" content="Hanamismith">
12
- <meta name="apple-mobile-web-app-capable" content="yes">
12
+ <meta name="mobile-web-app-capable" content="yes">
13
13
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
14
14
 
15
15
  <link title="<%= settings.project_label %>: Favorite Icon"
@@ -1,7 +1,7 @@
1
1
  # auto_register: false
2
2
 
3
3
  module Home
4
- # The home view.
4
+ # The slice base view.
5
5
  class View < <%= settings.project_namespaced_class %>::View
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Home
4
4
  module Views
5
- # Defines custom context.
5
+ # The slice view context.
6
6
  class Context < Hanami::View::Context
7
7
  include Deps[app_assets: "app.assets"]
8
8
  end
@@ -1,6 +1,6 @@
1
1
  module Home
2
2
  module Views
3
- # Renders show view.
3
+ # The show view.
4
4
  class Show < Home::View
5
5
  expose :ruby_version, default: RUBY_VERSION
6
6
  expose :hanami_version, default: Hanami::VERSION
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanamismith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2024-09-07 00:00:00.000000000 Z
38
+ date: 2024-10-04 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: cogger
@@ -141,14 +141,14 @@ dependencies:
141
141
  requirements:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
- version: '12.8'
144
+ version: '12.9'
145
145
  type: :runtime
146
146
  prerelease: false
147
147
  version_requirements: !ruby/object:Gem::Requirement
148
148
  requirements:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: '12.8'
151
+ version: '12.9'
152
152
  - !ruby/object:Gem::Dependency
153
153
  name: rubysmith
154
154
  requirement: !ruby/object:Gem::Requirement
@@ -360,7 +360,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
360
360
  - !ruby/object:Gem::Version
361
361
  version: '0'
362
362
  requirements: []
363
- rubygems_version: 3.5.18
363
+ rubygems_version: 3.5.21
364
364
  signing_key:
365
365
  specification_version: 4
366
366
  summary: A command line interface for smithing Hanami projects.
metadata.gz.sig CHANGED
Binary file