restomatic 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e40b314565dc501d5da5f6b97f108c41c4700a940208b056af5205fa681cb4d
4
- data.tar.gz: c93b2fc63f639ef8a899e29934b20c7a0492869acdd195a9758c17c4a143ecb2
3
+ metadata.gz: 7dcaaf137567604386699b550bbb17756dc45d7ed042b733d9da17d656a8e4b4
4
+ data.tar.gz: 7d077f4494abf127485f100548fbfc4a519f1fe33c0bde9bdd8c9201cc7af0eb
5
5
  SHA512:
6
- metadata.gz: 7e895db99eb254ea860f56e46d371b327576d0403c72520f1f2a7578b7f245b23a1268e79c9ff4a7476e8bdd5e00d1331d38b4df5b634176245c4161c4165e61
7
- data.tar.gz: 560e927399392480f81eeffaeb45653b4f9a0d4aed1838f5f914bbc2389442f19f23b1b1aea919758adc27b77195ad2437ff2db6b93e50879ec0b0f11f387912
6
+ metadata.gz: a9cbd7a16bba1b1af7f3c4130c80bbd54ded50ce88d2ac181517eca5d756f2054d50fd2f05f288525dbbaac6549a79898b6e641ebf6c17f92acb00476b120841
7
+ data.tar.gz: 4914985dce097181634a5257f38311958e03f2724c4da871d75c6b3475ed03f36c4de8fa52b43d8501a6ebb2284f12c964ec80809cc1d7988e59d4663d52fa26
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # RESTomatic
2
2
 
3
+ [![Test](https://github.com/rubymonolith/restomatic/actions/workflows/test.yml/badge.svg)](https://github.com/rubymonolith/restomatic/actions/workflows/test.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/restomatic.svg)](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.
@@ -1,3 +1,3 @@
1
1
  module Restomatic
2
- VERSION = "0.1.0"
3
- end
2
+ VERSION = "1.0.1"
3
+ end
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: 0.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: 2025-11-18 00:00:00.000000000 Z
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/rocketshipio/restomatic
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/rocketshipio/restomatic
46
- source_code_uri: https://github.com/rocketshipio/restomatic
47
- changelog_uri: https://github.com/rocketshipio/restomatic
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