administrate_tailwind_theme 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 686d48725893ef44c6d6210ade9a14f4bd252cde58aa86ed749aea4e9ee29036
4
- data.tar.gz: cc05d028835e50411a3da29c3c32f4b44343ad200b287e49c58abd9924027d19
3
+ metadata.gz: 2d69603c21ecd244ff231e55acae0af0fc5e21eadbec882b6f864fcead27af6e
4
+ data.tar.gz: 85e72348462861be5a8c977f4df8926adc18e729c8100e3a1d8790afd1c3a3da
5
5
  SHA512:
6
- metadata.gz: e11d47dca7c9fcc30bec6ee125a26075a11f8cad857acce8861d9742342e44e50b1c48913360df0852ea77ee9f8592941481e89064884d7bab0502c3da5a055b
7
- data.tar.gz: 1506f55234a18e769c03f8b89771e8bb3bf23be1f9748e2c96552c47a2eb34d4b45d6fcfd7a9f31f4222f228aa28d0605e8b172038f821bdbcd4fe1f2483d4e6
6
+ metadata.gz: 6ab91d837701c141dcab9a963fdef6cee91a41339a2e4c5b87dcd6767584b6cb25b54e9dd2a27c778bbc2d4979600d9a4e407bad763d8c15880d24d6d9b06d8d
7
+ data.tar.gz: 30f0cfdcb1159c1bf5c009c5a35602826ac2017e5f956d30256e6f4d1a040360bd2da02ce7f0464233eff96ec97a983e38e3dd3e7953bbf7fe2a770502b85c62
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AdministrateTailwindTheme
4
- VERSION = '0.0.5'
4
+ VERSION = '0.0.6'
5
5
  end
@@ -10,7 +10,7 @@ module AdministrateTailwindTheme
10
10
 
11
11
  def copy_template
12
12
  copy_file(
13
- '../../../app/views/layouts/admin/application.html.erb',
13
+ '../../../../app/views/layouts/admin/application.html.erb',
14
14
  'app/views/layouts/admin/application.html.erb'
15
15
  )
16
16
 
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # desc "Explaining what the task does"
3
4
  # task :administrate_tailwind_theme do
4
5
  # # Task goes here
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate_tailwind_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eth3rnit3
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate