active_element 0.0.13 → 0.0.14

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: a4fed8a2aa02e3d31a663293eaee2485fe9a483a74c0b089638e0a4d6d6a1521
4
- data.tar.gz: edaae463c33a9e63827dbdf715b9f6cece1fdb593d17171f0f283f84f8c01689
3
+ metadata.gz: fa975f8cc5ef82840b9fc0e8d2765e7189ab390824f413c7b3cfe1b9ed5df525
4
+ data.tar.gz: 9f793eb2f627888673d1741d63d6a630a94e679d6e26eb61f2d66246a8046f91
5
5
  SHA512:
6
- metadata.gz: 8f54c3be4a35104dfa558d6842ddded264a21eb37ea210d2dd46e676d07655491d119037f4954e4225390a44f54fca827825a33d718ee5f9159133f6619fd73d
7
- data.tar.gz: 1e9e43507054e3e2a659691072249880d65136371d15d9b5fdbbad451d3822ca6def3fdb69abed646ae7993e17c7ee47ac14d8e2832e7eaee03601d8bae6c0fc
6
+ metadata.gz: 5a8c6b96d8e34086277292cea537843c4a4b87db1171d8e272ef0748e0c1a1ff2fdff8a92d3eb345c4a324f251f27c24a5296aa27f9f065335d6f828d9c5791c
7
+ data.tar.gz: c66d161434d29b86aa8b5edf4f7a077cb9ead633748491e2249ea24055af7025d4eed55a79ccdc50b6ab67f467554c89e45f8352ac9afd84a4fa19d8f5632bb8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_element (0.0.13)
4
+ active_element (0.0.14)
5
5
  bootstrap (~> 5.3.0alpha3)
6
6
  kaminari (~> 1.2)
7
7
  paintbrush (~> 0.1.2)
@@ -80,12 +80,12 @@ GEM
80
80
  addressable (2.8.4)
81
81
  public_suffix (>= 2.0.2, < 6.0)
82
82
  ast (2.4.2)
83
- autoprefixer-rails (10.4.13.0)
83
+ autoprefixer-rails (10.4.15.0)
84
84
  execjs (~> 2)
85
85
  bcrypt (3.1.18)
86
- bootstrap (5.3.0.alpha3)
86
+ bootstrap (5.3.1)
87
87
  autoprefixer-rails (>= 9.1.0)
88
- popper_js (>= 2.11.7, < 3)
88
+ popper_js (>= 2.11.8, < 3)
89
89
  sassc-rails (>= 2.0.0)
90
90
  brakeman (5.4.1)
91
91
  builder (3.2.4)
@@ -103,7 +103,7 @@ GEM
103
103
  devpack (0.4.1)
104
104
  diff-lcs (1.5.0)
105
105
  erubi (1.12.0)
106
- execjs (2.8.1)
106
+ execjs (2.9.1)
107
107
  factory_bot (5.2.0)
108
108
  activesupport (>= 4.2.0)
109
109
  factory_bot_rails (5.2.0)
@@ -112,8 +112,8 @@ GEM
112
112
  faker (2.23.0)
113
113
  i18n (>= 1.8.11, < 2)
114
114
  ffi (1.15.5)
115
- globalid (1.1.0)
116
- activesupport (>= 5.0)
115
+ globalid (1.2.1)
116
+ activesupport (>= 6.1)
117
117
  hashdiff (1.0.1)
118
118
  htmlbeautifier (1.4.2)
119
119
  i18n (1.14.1)
@@ -148,17 +148,17 @@ GEM
148
148
  net-smtp
149
149
  marcel (1.0.2)
150
150
  method_source (1.0.0)
151
- mini_mime (1.1.2)
151
+ mini_mime (1.1.5)
152
152
  mini_portile2 (2.8.2)
153
153
  minitest (5.18.1)
154
- net-imap (0.3.6)
154
+ net-imap (0.4.1)
155
155
  date
156
156
  net-protocol
157
157
  net-pop (0.1.2)
158
158
  net-protocol
159
159
  net-protocol (0.2.1)
160
160
  timeout
161
- net-smtp (0.3.3)
161
+ net-smtp (0.4.0)
162
162
  net-protocol
163
163
  nio4r (2.5.9)
164
164
  nokogiri (1.15.2)
@@ -171,7 +171,7 @@ GEM
171
171
  parser (3.2.2.3)
172
172
  ast (~> 2.4.1)
173
173
  racc
174
- popper_js (2.11.7)
174
+ popper_js (2.11.8)
175
175
  public_suffix (5.0.1)
176
176
  racc (1.7.1)
177
177
  rack (2.2.7)
@@ -292,7 +292,7 @@ GEM
292
292
  sprockets (> 3.0)
293
293
  sprockets-rails
294
294
  tilt
295
- sprockets (4.2.0)
295
+ sprockets (4.2.1)
296
296
  concurrent-ruby (~> 1.0)
297
297
  rack (>= 2.2.4, < 4)
298
298
  sprockets-rails (3.4.2)
@@ -305,8 +305,8 @@ GEM
305
305
  i18n (>= 0.5)
306
306
  paint (~> 2.0)
307
307
  thor (1.2.2)
308
- tilt (2.2.0)
309
- timeout (0.3.2)
308
+ tilt (2.3.0)
309
+ timeout (0.4.0)
310
310
  tzinfo (2.0.6)
311
311
  concurrent-ruby (~> 1.0)
312
312
  unicode-display_width (2.4.2)
@@ -316,7 +316,7 @@ GEM
316
316
  addressable (>= 2.8.0)
317
317
  crack (>= 0.3.2)
318
318
  hashdiff (>= 0.4.0, < 2.0.0)
319
- websocket-driver (0.7.5)
319
+ websocket-driver (0.7.6)
320
320
  websocket-extensions (>= 0.1.0)
321
321
  websocket-extensions (0.1.5)
322
322
  zeitwerk (2.6.8)
@@ -0,0 +1 @@
1
+ <title><%= active_element.application_name.humanize %> - <%= controller_name.humanize %></title>
@@ -1,6 +1,8 @@
1
1
  <html>
2
2
  <head>
3
3
  <%= render_active_element_hook 'active_element/before_head' %>
4
+ <%= render_active_element_hook 'active_element/favicon' %>
5
+ <%= render_active_element_hook 'active_element/title' %>
4
6
 
5
7
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
6
8
  <link rel="stylesheet"
@@ -48,7 +50,7 @@
48
50
 
49
51
  <%= stylesheet_link_tag 'active_element/application', 'data-turbolinks-track': 'reload' %>
50
52
 
51
- <% if Rails.application.assets.find_asset('application.css').present? %>
53
+ <% if Rails.application.assets&.find_asset('application.css').present? %>
52
54
  <%= stylesheet_link_tag 'application', 'data-turbolinks-track': 'reload' %>
53
55
  <% end %>
54
56
 
@@ -96,7 +98,7 @@
96
98
  <%= render_active_element_hook 'active_element/after_content' %>
97
99
 
98
100
  <%= javascript_include_tag 'active_element/application', 'data-turbolinks-track': 'reload' %>
99
- <% if Rails.application.assets.find_asset('application.js').present? %>
101
+ <% if Rails.application.assets&.find_asset('application.js').present? %>
100
102
  <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
101
103
  <% end %>
102
104
  </body>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveElement
4
- VERSION = '0.0.13'
4
+ VERSION = '0.0.14'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_element
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-22 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap
@@ -131,6 +131,7 @@ files:
131
131
  - app/assets/stylesheets/active_element/application.scss
132
132
  - app/controllers/active_element/application_controller.rb
133
133
  - app/controllers/concerns/active_element/default_controller_actions.rb
134
+ - app/views/active_element/_title.html.erb
134
135
  - app/views/active_element/_user.html.erb
135
136
  - app/views/active_element/components/_horizontal_tabs.html.erb
136
137
  - app/views/active_element/components/_vertical_tabs.html.erb