tybo 0.0.26 → 0.0.28

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: 5fbea06a07d892cf6275cb13c24757606e007cd02e32a46ecabbe48a285ef16e
4
- data.tar.gz: eeac4d661b717d758bac0afdc97fca2f937906316dec84653e1aab408c096beb
3
+ metadata.gz: 56d9b9272e6d6e14af97820f335b1bfd160f8ced2ab89070b876d6d7eb09a6d9
4
+ data.tar.gz: ea7200353d860966cb53ff565bcc237a5c2333c5e3ca287f0b913f939a9c78f6
5
5
  SHA512:
6
- metadata.gz: f892ee8c9c883acc0940845639654b64fa27087391a445ac905268793dc8c1e0c7ee355cab54762e841b7369404dec38549779463590359520f97167663210af
7
- data.tar.gz: af85a402e65ec548dc5485532a8c1ad20e44141984f239ec40ce5e06e786eb075122b8408c65517ed6c8bb644d59eb4063e2dc1a7d2dcdd26f8d968d1c07e8c7
6
+ metadata.gz: 81f4a59eb16a72c4909bbd1647fabf616f5672cb5acb888ad5a562a666fe314f735a7ac7309d5f5a828d244796c088b3cdfb8ed288355f85847d467d0d426478
7
+ data.tar.gz: 8a36ec0b899ff2300f56826d779ff717a70d233154708dbaeb93d32e64406f5ff51321577073d65e4771c9abeb16e032cde0e906a508d89eee4659583d01c47c
@@ -5,7 +5,7 @@ module Tybo
5
5
  if %w[error alert].include?(key)
6
6
  'bg-red-100 text-red-700'
7
7
  else
8
- 'bg-green-50 text-green-700'
8
+ 'bg-tybo text-white'
9
9
  end
10
10
  end
11
11
  end
@@ -9,6 +9,6 @@ class <%= class_name %>Controller < ApplicationController
9
9
  private
10
10
 
11
11
  def namespace
12
- @namespace ||= Bo::<%= class_name %>
12
+ @namespace ||= Bo::<%= class_name %>.pluralize
13
13
  end
14
14
  end
@@ -3,7 +3,7 @@
3
3
  Tybo.configure do |config|
4
4
  # customise logo and cover url
5
5
  # should be an external url or image should be present in (app/assets/images)
6
- # config.logo_url = 'logo.png'
7
- # config.nav_logo_url = 'nav_logo.png'
8
- # config.cover_url = 'cover.png'
6
+ config.logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg'
7
+ config.nav_logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg'
8
+ config.cover_url = 'https://tymate.com/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F33962%2F1671032522-natif-2.jpg%3Fw%3D1600&w=3840&q=75'
9
9
  end
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.26'
2
+ VERSION = '0.0.28'
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tybo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.28
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
12
  date: 2023-03-15 00:00:00.000000000 Z
@@ -271,7 +271,7 @@ licenses:
271
271
  - MIT
272
272
  metadata:
273
273
  homepage_uri: https://rubygems.org/gems/tybo
274
- post_install_message:
274
+ post_install_message:
275
275
  rdoc_options: []
276
276
  require_paths:
277
277
  - lib
@@ -287,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  version: '0'
288
288
  requirements: []
289
289
  rubygems_version: 3.0.3.1
290
- signing_key:
290
+ signing_key:
291
291
  specification_version: 4
292
292
  summary: A tailwind custom admin engine for Ruby on Rails
293
293
  test_files: []