lato_spaces 3.1.15 → 3.1.17

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: 9da28e9c32f14cffd625de68cb55fa7e46583e71f946e650eea34ca503bc74fa
4
- data.tar.gz: c4d82e9ab8da5e591122208cd594c85836c9e99293856dd14b456fc41acabf3c
3
+ metadata.gz: 9b25b1e4b0e02517fe18a1bc48ff500144da42a355987413765e4713de3a54ca
4
+ data.tar.gz: f31fc243884f025644cdc2442c1f2cff8f9ebe5d1225ba6ef567465fb2dbeac9
5
5
  SHA512:
6
- metadata.gz: 8d2cdb9a0fadd1e570dc8b60d86fa4c2b8dd4e9d9447e6a9768ee0262e59b77deb459f063decac09ae51ffd9b90752f5a58609d37269e3cdaa1c931ed8c1ed6c
7
- data.tar.gz: 288980d9592b0d6c75b4ccfbd7b896a3ca5b306a126d20b0c051bb46af1e997f70183f262a3f998d9cbe11e483cb5106735ae90040c142c6b084d9b024184484
6
+ metadata.gz: 1a58156e471fd6476a24e00687e628d6e31c0ec0a5fbd4a806410bec06c1f48de268aca8056a728ca80f64720de909b855d515a1251f89d7889f6dbd2a778a41
7
+ data.tar.gz: b5c2c603ff3758918f048cd8acb874dc846449c1362117a40cc174b584dbe4c8870da187dd65115e78556c9810181cb141889928a41ac58f3d9d43ef40900605
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Lato Spaces
2
2
  Integrate different workspaces on Lato projects.
3
3
 
4
- NOTE: This project is under development.
5
-
6
4
  ## Installation
7
5
  Add required dependencies to your application's Gemfile:
8
6
 
@@ -9,14 +9,15 @@
9
9
  <% is_preferred = @memberships.find { |m| m.lato_spaces_group_id == group.id }&.preferred %>
10
10
 
11
11
  <div class="col col-12 col-lg-6 col-lg-4 col-xl-3 mb-3">
12
- <div class="card h-100 border border-4 <%= is_selected ? 'border-success' : 'border-light' %>">
12
+ <div class="card h-100 border border-4 position-relative <%= is_selected ? 'border-success' : 'border-light' %>">
13
+ <%= link_to lato_spaces.setgroup_path(group), class: "position-absolute top-0 left-0 w-100 h-100", data: { turbo_method: :post } do %><% end %>
13
14
  <div class="card-body">
14
15
  <div class="d-flex align-items-center justify-content-between d-lg-block">
15
16
  <div class="d-flex align-items-center d-lg-block text-center">
16
17
  <i class="<%= LatoSpaces.config.group_icon %> fs-1 me-2 me-lg-0"></i><br>
17
18
  <span class="fw-bold"><%= group.name %></span>
18
19
  </div>
19
- <div class="d-flex justify-content-center align-items-center mt-lg-2">
20
+ <div class="d-flex justify-content-center align-items-center mt-lg-2 position-relative">
20
21
  <% if @session.user.lato_spaces_admin || LatoSpaces.config.permit_group_management %>
21
22
  <%= link_to lato_spaces.groups_show_path(group), class: "btn btn-light me-1", data: { turbo_frame: '_top' } do %>
22
23
  <i class="bi bi-gear"></i>
@@ -1,3 +1,3 @@
1
1
  module LatoSpaces
2
- VERSION = "3.1.15"
2
+ VERSION = "3.1.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato_spaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.15
4
+ version: 3.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-02 00:00:00.000000000 Z
11
+ date: 2024-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Description of LatoSpaces.
41
+ description: A Rails engine to integrate different workspaces on Lato projects!
42
42
  email:
43
43
  - me@gregoriogalante.com
44
44
  executables: []
@@ -89,12 +89,12 @@ files:
89
89
  - lib/lato_spaces/engine.rb
90
90
  - lib/lato_spaces/version.rb
91
91
  - lib/tasks/lato_spaces_tasks.rake
92
- homepage: https://mysite.com
92
+ homepage: https://github.com/GAMS-Software/lato_spaces
93
93
  licenses:
94
94
  - MIT
95
95
  metadata:
96
- homepage_uri: https://mysite.com
97
- source_code_uri: https://github.com/Lato-GAM/lato_spaces
96
+ homepage_uri: https://github.com/GAMS-Software/lato_spaces
97
+ source_code_uri: https://github.com/GAMS-Software/lato_spaces
98
98
  post_install_message:
99
99
  rdoc_options: []
100
100
  require_paths:
@@ -110,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.4.10
113
+ rubygems_version: 3.5.6
114
114
  signing_key:
115
115
  specification_version: 4
116
- summary: Summary of LatoSpaces.
116
+ summary: Another engine for Lato projects
117
117
  test_files: []