lato_spaces 3.1.14 → 3.1.16

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: d80fe5ed332a254476c5acc18325b22ee09c530134c6a1abb8b0d233917d19cd
4
- data.tar.gz: 719dc9bfde39bce04240db5e1b97d473ab1f0f7584efe92b247d68884a15fbd8
3
+ metadata.gz: 69575a82072a9358931082e34d56bb746be13c23a69c09d6f48c313883c2000f
4
+ data.tar.gz: ee3a6cd718c140850a7471318d8a325fad0b2c1a75ac7776123e1830d9866945
5
5
  SHA512:
6
- metadata.gz: c2adf07563efb795fa4aa868f212ecfb7dbfa4729080a3e0ac820aa3600f06a3c9e5e86212be0cceb18f34a633491ebe252f9b7078c308b556a10c90f2409ab1
7
- data.tar.gz: 310292be92d8431b694fb263feb0a66f03d01e3a8c8d3291d3505a234fce9ba4c9050171bb764ddb0b4af87aedcbfd38473e6bf2cbb0f8cb1e48f27b19b22dc4
6
+ metadata.gz: 596fd90ea78358c9ec7d239269c782206fd88d0a9809d8b7c0982f3aca2ca1733d2f5e553dc7f72fe08bd33493d15a7d502e13f8f783d8457920594d70d2f271
7
+ data.tar.gz: 624f778e6b58e0c00a6e49042b465c53b355356369cf700e4f07e0034e68810d45f7f4254a4e56ef4aa7b5dafb68680d86910fe40b72bea382cdaebf52ff3907
@@ -1,7 +1,7 @@
1
1
  module LatoSpaces::AssociableRequired
2
2
  extend ActiveSupport::Concern
3
3
 
4
- attr_accessor :lato_spaces_group_id
4
+ attr_writer :lato_spaces_group_id
5
5
 
6
6
  included do
7
7
  # Validates
@@ -1,3 +1,3 @@
1
1
  module LatoSpaces
2
- VERSION = "3.1.14"
2
+ VERSION = "3.1.16"
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.14
4
+ version: 3.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-16 00:00:00.000000000 Z
11
+ date: 2024-01-19 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.1
113
+ rubygems_version: 3.4.10
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: []