restomatic 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +3 -0
- data/lib/restomatic/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7dcaaf137567604386699b550bbb17756dc45d7ed042b733d9da17d656a8e4b4
|
|
4
|
+
data.tar.gz: 7d077f4494abf127485f100548fbfc4a519f1fe33c0bde9bdd8c9201cc7af0eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9cbd7a16bba1b1af7f3c4130c80bbd54ded50ce88d2ac181517eca5d756f2054d50fd2f05f288525dbbaac6549a79898b6e641ebf6c17f92acb00476b120841
|
|
7
|
+
data.tar.gz: 4914985dce097181634a5257f38311958e03f2724c4da871d75c6b3475ed03f36c4de8fa52b43d8501a6ebb2284f12c964ec80809cc1d7988e59d4663d52fa26
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# RESTomatic
|
|
2
2
|
|
|
3
|
+
[](https://github.com/rubymonolith/restomatic/actions/workflows/test.yml)
|
|
4
|
+
[](https://badge.fury.io/rb/restomatic)
|
|
5
|
+
|
|
3
6
|
RESTomatic helps Rails developers organize nested resources with automatic namespacing. Each nested resource gets its own controller module, making your app cleaner and easier to maintain.
|
|
4
7
|
|
|
5
8
|
Unlike Rails shallow routes that send everything to one controller, RESTomatic enforces proper separation: `Blogs::PostsController`, `Users::PostsController`, etc. keeping your controllers organized and your codebase more maintainable.
|
data/lib/restomatic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: restomatic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Gessler
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-01-08 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rails
|
|
@@ -37,14 +37,14 @@ files:
|
|
|
37
37
|
- lib/restomatic.rb
|
|
38
38
|
- lib/restomatic/routing_mapper.rb
|
|
39
39
|
- lib/restomatic/version.rb
|
|
40
|
-
homepage: https://github.com/
|
|
40
|
+
homepage: https://github.com/rubymonolith/restomatic
|
|
41
41
|
licenses:
|
|
42
42
|
- MIT
|
|
43
43
|
metadata:
|
|
44
44
|
allowed_push_host: https://rubygems.org
|
|
45
|
-
homepage_uri: https://github.com/
|
|
46
|
-
source_code_uri: https://github.com/
|
|
47
|
-
changelog_uri: https://github.com/
|
|
45
|
+
homepage_uri: https://github.com/rubymonolith/restomatic
|
|
46
|
+
source_code_uri: https://github.com/rubymonolith/restomatic
|
|
47
|
+
changelog_uri: https://github.com/rubymonolith/restomatic
|
|
48
48
|
rdoc_options: []
|
|
49
49
|
require_paths:
|
|
50
50
|
- lib
|