administration-zero 1.0.6 → 1.0.7

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: 4a1316a668c7b1c18ded185a0252038796d231d23115594ae97d4305c8090db4
4
- data.tar.gz: bc419055b433ddec809205a7d790f5eaee090be2c0457269ce5413fdc0716f5a
3
+ metadata.gz: 77560576ed90069dc4c24a2630bcd1b2d6c293a39ef5790a728b90e810698ed5
4
+ data.tar.gz: d0d451949f9cfbd5c6437e8e8cd46cbd25bdb2a8d241fc76f5a666c97027da86
5
5
  SHA512:
6
- metadata.gz: 5af52938675c49c71efdf66988b272d7b51c74251b7784d5c08e59759f44f047a311d2dd84a56f484b2317667c84e28f0b5fa3dcf87568eab3c90491d8419556
7
- data.tar.gz: 53ab64eb30b1a614d002d4b590946857224f091bbce630b2ef64df42270326a4d26dacafeefe60ed356480a1fcc7200e05bcd76c02613a8722320f82ac82cc63
6
+ metadata.gz: da076aa7411ed5c25422d5e52e88ae9901af6f57a9544d90c10ca66ee763d1d0b885f40e2490c33ce3357ed9192410cf7e25404dc7615b5411b7a1f6ec0a3c3e
7
+ data.tar.gz: 9789eb09c262e407629b9aed8e49e3040be34b707f673c6b2256de5fc8e6bc39458acbaccf753fee8c6bd0bae1fd8ee6ec59c4d7f9422177dc04fc88d4f22005
data/CHANGELOG.md CHANGED
@@ -1,11 +1,14 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [1.0.6] - 2024-01-17
3
+ ## [1.0.7] - 2025-11-03
4
+ - Fix system_test.rb not found
5
+
6
+ ## [1.0.6] - 2025-01-17
4
7
  - Remove admin scaffold system test
5
8
 
6
- ## [1.0.5] - 2024-01-17
9
+ ## [1.0.5] - 2025-01-17
7
10
  - Added ransackable_attributes to Admin::User
8
11
  - Updated dependencies
9
12
  - Fixed scaffold with boolean columns
10
13
  - Updated authentication
11
- - Removed system tests
14
+ - Removed system tests
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administration-zero (1.0.6)
4
+ administration-zero (1.0.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,6 +9,7 @@ GEM
9
9
  rake (13.0.6)
10
10
 
11
11
  PLATFORMS
12
+ arm64-darwin-25
12
13
  x86_64-darwin-21
13
14
  x86_64-darwin-23
14
15
 
@@ -1,3 +1,3 @@
1
1
  module AdministrationZero
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
@@ -15,9 +15,7 @@ module Admin
15
15
  directory "erb", "app/views/admin/#{file_name.pluralize}"
16
16
 
17
17
  template "controller.rb", "app/controllers/admin/#{controller_file_name}_controller.rb"
18
-
19
18
  template "functional_test.rb", "test/controllers/admin/#{controller_file_name}_controller_test.rb"
20
- template "system_test.rb", "test/system/admin/#{file_name.pluralize}_test.rb"
21
19
  end
22
20
 
23
21
  def create_routes
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administration-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nixon
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email:
15
13
  - lazaronixon@hotmail.com
16
14
  executables: []
@@ -92,7 +90,6 @@ metadata:
92
90
  homepage_uri: https://github.com/lazaronixon/authentication-zero
93
91
  source_code_uri: https://github.com/lazaronixon/administration-zero
94
92
  changelog_uri: https://github.com/lazaronixon/administration-zero/blob/main/CHANGELOG.md
95
- post_install_message:
96
93
  rdoc_options: []
97
94
  require_paths:
98
95
  - lib
@@ -107,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
104
  - !ruby/object:Gem::Version
108
105
  version: '0'
109
106
  requirements: []
110
- rubygems_version: 3.5.10
111
- signing_key:
107
+ rubygems_version: 3.7.2
112
108
  specification_version: 4
113
109
  summary: An administration system generator for Rails applications
114
110
  test_files: []