mortymer 0.0.3 → 0.0.4
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/docs/guide/introduction.md +2 -2
- data/lib/mortymer/rails.rb +3 -3
- data/lib/mortymer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 606d2fd534d7531323c1adee46efd762573215d489f63e21073da23041f8e606
|
4
|
+
data.tar.gz: 00efc44568436fda66af77e8d3b46527e72d95827d8632e2a5c84cde598345a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cce8ddc9faa57ddebf4c86cd236df5c673927691ff4f84f3b33b61bd96c32d364d2620ad8e5789ed3b737a79d1b59dd105c8b6eff498466b875c47fdc72b505e
|
7
|
+
data.tar.gz: deb03b69691c693b2fdc7226502ad22af06a12d8eeb291c35bcfb08ad12594a36e215b9f459ddcf80de54c9a5ec51b868486976b925040184d90ea6696026596
|
data/docs/guide/introduction.md
CHANGED
@@ -25,7 +25,7 @@ features, I strongly believe that if you are able to define the shape of your en
|
|
25
25
|
you should be able to use a fully Parsed object from your params, much like FastAPI's approach.
|
26
26
|
Im tire of beign jelous of FastAPI and want to use Ruby in a similar way, that's when Mortymer was born.
|
27
27
|
|
28
|
-
The name Mortymer comes from the popular series Rick and
|
29
|
-
faithful companion. And that is what this gem aims to be, not a replacement for any existent framework,
|
28
|
+
The name Mortymer comes from the popular series Rick and Morty, where Morty is like an assistant, a
|
29
|
+
faithful companion (Mortymer itself is the pet of a heroe of Dota2). And that is what this gem aims to be, not a replacement for any existent framework,
|
30
30
|
but a companion that allows the real heroes (Rails, Sinatra, Grape, etc) shine with their cool features,
|
31
31
|
and not get bored with the API handling stuff.
|
data/lib/mortymer/rails.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require "
|
4
|
-
require "
|
5
|
-
require "
|
3
|
+
require "mortymer/rails/configuration"
|
4
|
+
require "mortymer/rails/endpoint_wrapper_controller"
|
5
|
+
require "mortymer/rails/routes"
|
6
6
|
|
7
7
|
module Mortymer
|
8
8
|
module Rails
|
data/lib/mortymer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mortymer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Gonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-monads
|