tybo 0.0.9 → 0.0.11

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: daa02ecc2547566ac774ab1e182054ff7a9cfbaa7c45561338e2b706536eafe8
4
- data.tar.gz: 8f506d40fe83c7856efceb1f1b5eb55ebdee15a5769ae4e59332850f2d18bfc7
3
+ metadata.gz: f46063c0e17703d488e7eeb91c63da9dcb5e8142af6e7603d44b74beb86a1ee6
4
+ data.tar.gz: b1c060c22d7a4e950fb5dbef739023951de7e29117963a3fce51d38ef8a0eabc
5
5
  SHA512:
6
- metadata.gz: 0dfda4edfd7ed96a710117404e4247ab4a99b65af0da16b9ed71416e142c1c3ce01adff087dd463c474751d6d2aa07be437d02267ab2abc7d3af03df2ebbdb15
7
- data.tar.gz: 5fef87ba89d3bb1deb46b6848239e4acfa717b60cbde1b714c75112cdb84546dd35913be7c349257e3c637a86bba5e86fe434b0a6c0fe25b134d147f32198dda
6
+ metadata.gz: 735e1f16476a04f48bf01614a8ed7eaa211bfc88867574260a37f6300ba001aad9cdf429d58a9dc9e1d15ae20c3dd3489eb75382a26e6c0814db00ddc324be62
7
+ data.tar.gz: 8c079b5a1172b5454853ed0059d255bb2d73233be948f792840c1b9e99edaffa2116d2b6169cf55264dd163c12d31ce32eb9242c1f4a1f60141200aaaa5d89f0
@@ -1,5 +1,5 @@
1
1
  <!-- has_many Associations -->
2
2
  <div class="my-5 select">
3
- <label class="block text-sm font-medium text-gray-700 string optional text-sm font-medium text-gray-600" for="office_user_ids"><%= @title %></label>
3
+ <label class="block text-sm font-medium text-gray-700 string optional text-sm font-medium text-gray-600" for="<%= @title %>"><%= @title %></label>
4
4
  <%= content %>
5
5
  </div>
@@ -9,7 +9,7 @@
9
9
  <div class="mt-4">
10
10
  <% @resources.each do |resource| %>
11
11
  <a href="<%=send("new_#{resource.to_s}_session_path")%>" class="mt-2 flex w-full justify-center rounded-md border border-transparent bg-tybo-600 py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-tybo-700 focus:outline-none focus:ring-2 focus:ring-tybo-500 focus:ring-offset-2">
12
- Sign in as <%= I18n.t("bo.#{resource.to_s}.one")%>
12
+ <%=I18n.t("bo.sign_in_as.#{resource.to_s}")%>
13
13
  </a>
14
14
  <% end %>
15
15
  </div>
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.11'
3
3
  end
metadata CHANGED
@@ -1,20 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tybo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Delpierre
8
8
  - Julien Camblan
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-07 00:00:00.000000000 Z
12
+ date: 2023-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '7.0'
18
21
  - - ">="
19
22
  - !ruby/object:Gem::Version
20
23
  version: 7.0.4.1
@@ -22,6 +25,9 @@ dependencies:
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
28
+ - - "~>"
29
+ - !ruby/object:Gem::Version
30
+ version: '7.0'
25
31
  - - ">="
26
32
  - !ruby/object:Gem::Version
27
33
  version: 7.0.4.1
@@ -262,7 +268,7 @@ licenses:
262
268
  - MIT
263
269
  metadata:
264
270
  homepage_uri: https://rubygems.org/gems/tybo
265
- post_install_message:
271
+ post_install_message:
266
272
  rdoc_options: []
267
273
  require_paths:
268
274
  - lib
@@ -277,8 +283,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
283
  - !ruby/object:Gem::Version
278
284
  version: '0'
279
285
  requirements: []
280
- rubygems_version: 3.2.3
281
- signing_key:
286
+ rubygems_version: 3.0.3.1
287
+ signing_key:
282
288
  specification_version: 4
283
289
  summary: A tailwind custom admin engine for Ruby on Rails
284
290
  test_files: []