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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcf84fa79c18ef656fba4ad835ac55f8460f433e06df66c9aba4e6a751ec4b38
4
- data.tar.gz: f76536d61133af4fd8e8a3188d5adab741deb7ec8c38ef0122c6e637cdeced83
3
+ metadata.gz: 606d2fd534d7531323c1adee46efd762573215d489f63e21073da23041f8e606
4
+ data.tar.gz: 00efc44568436fda66af77e8d3b46527e72d95827d8632e2a5c84cde598345a3
5
5
  SHA512:
6
- metadata.gz: 6897a3f6ce20a442a5935ad86bd0dafbd3957b3ca60bf9ca5c7af6ea03f4c2b06417aad039ae19524cc83c9eff2d7e37a3faada6812d96131b2f890e2f976c14
7
- data.tar.gz: d20763a7a82323e5c3511bf67db1573a77d464cd497e67db11b5422cf5a3ca9afca6f06cf70e085d3c46af5c361632e2802cb984851a5bdb1383be9792db5dcc
6
+ metadata.gz: cce8ddc9faa57ddebf4c86cd236df5c673927691ff4f84f3b33b61bd96c32d364d2620ad8e5789ed3b737a79d1b59dd105c8b6eff498466b875c47fdc72b505e
7
+ data.tar.gz: deb03b69691c693b2fdc7226502ad22af06a12d8eeb291c35bcfb08ad12594a36e215b9f459ddcf80de54c9a5ec51b868486976b925040184d90ea6696026596
@@ -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 Mortymer, where Mortymer is like an assistant, a
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.
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "morty/rails/configuration"
4
- require "morty/rails/endpoint_wrapper_controller"
5
- require "morty/rails/routes"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mortymer
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
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.3
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-04 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-monads