tybo 0.0.37 → 0.0.38

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: cb27c0217c847522c9b2f2838da8ce68de06c2e06d93521a9f8840acac27c906
4
- data.tar.gz: b0b6846623771f80677ffd93dc3ac22e5d7ec373a13e1f268cb9911ae82698f1
3
+ metadata.gz: 99557e47d47ae93efa3be536ac6f13e8bce6993f1d1e49c0b22f8c9333e55f0a
4
+ data.tar.gz: 252e756f4e1436b0bb975e8af283dcb5604103b22d837987e5fac9746bbd01be
5
5
  SHA512:
6
- metadata.gz: 540695bbd7ec31b2c6828e3f24673ec77358efd64d8a141dda3ea8879cf0aeb576e51acf1ef316ddde973a2c43f59c9e442682edbadd62acd5bb4b0f858c6132
7
- data.tar.gz: 5e82e5399d5407e5519c59025b9ca5421f3413a8a499aa0552bf7884182d2076a04f6e907a1951e88dc3f7507a7b780e55dd0ca396c54ad986962ac29ec25361
6
+ metadata.gz: 675cbbd35136484b36933a3f425032bafb9f0fd70987c4d7771fdbd14b2124692dba79d206edbf496d63a0d38ef0f2eaba9c15984b786f6f10d0cc3cb67df3b2
7
+ data.tar.gz: 668b61e903ab1f30c6ffdcedd54824bb87c7156872cb7aa6deb8bbbc7fb8a652e831dce36657767d201613a579e78704b85314db308aded1c62cda35838e56f3
@@ -1,3 +1,3 @@
1
1
  <td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900">
2
- <%= strip_tags(content) == content ? content&.truncate(30) : content %>
2
+ <%= strip_tags(content) == content ? content&.truncate(30) : content %>
3
3
  </td>
@@ -25,7 +25,7 @@ def create_translations
25
25
  data[local]['bo'][file_name.underscore] = {
26
26
  'one' => find_existing_translation(bo_model.to_s.downcase, local),
27
27
  'others' => find_existing_translation(bo_model.to_s.pluralize.downcase, local),
28
- 'new' => find_existing_translation(bo_model.to_s.pluralize.downcase, local),
28
+ 'new' => find_existing_translation(nil, local),
29
29
  'subtitle' => find_existing_translation("list of #{bo_model.to_s.pluralize.downcase}", local),
30
30
  'attributes' => model_attributes(data, local)
31
31
 
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.37'
2
+ VERSION = '0.0.38'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tybo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Delpierre
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-30 00:00:00.000000000 Z
12
+ date: 2023-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails