navykit 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/navykit.rb +1 -1
  3. metadata +2 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b38ef3eb54e3c5c5badf26cb08cbf91223135f5c619aa82dcb3d3ebe1753577
4
- data.tar.gz: 8d6a2a118603a1804a8d44d2cd201f373193c9c3b05d470f8224df9f45d1ec75
3
+ metadata.gz: 1b79de3758c7f8d63847055af3f37a12ca15327acfa36ecc7de06f44d404cc91
4
+ data.tar.gz: 33f4e981b7f69c46720cc90164bfcbb5ab5395ee52ce2333d7a3d66c00c6b72b
5
5
  SHA512:
6
- metadata.gz: 689425aac4576a30e634cf0155dca475244ec5df769d98502da1ede0ff62f68fc5a88b62818579cb25fcc0d088993697bd7db2ca580801c0bf53ae166baf0b9c
7
- data.tar.gz: 06d28709cb1e2514366d0ff86543fb4777e064e7898e480eca69dffa2e35a9c627259aff9f4e67348682a5adf27c270dd5613a27ca2955817774ea87a2395d45
6
+ metadata.gz: 9273ad3b41ef9ac678b62aed21afe1fbc646b5b477593598ab5c1adb5823246a87ac2e3cbfcfa682e98aa944f787b1549bf579ad9b150318988a3cf67493d460
7
+ data.tar.gz: 429ae13da84272c680766db90e04acdd77efc67e11310c7fcfd440612b8928a6e324aad4daa71c2f4589de63b7cfb64bb63a30186f9b2c15e8e734c25b30f7a8
data/lib/navykit.rb CHANGED
@@ -60,7 +60,7 @@ class Response
60
60
  end
61
61
 
62
62
  class NavyKit
63
- @@version = "1.0.1"
63
+ @@version = "1.0.2"
64
64
 
65
65
  def initialize
66
66
  @routes = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - trulyursdelv
@@ -12,9 +12,7 @@ dependencies: []
12
12
  description: 'NavyKit is a simple, lightweight server routing framework for Ruby that
13
13
  helps build web servers with ease. It provides the core functionalities to route
14
14
  requests and send responses, making it ideal for creating RESTful services or APIs
15
- with minimal overhead. With support for custom route handling, dynamic parameters,
16
- and a fallback for unmatched routes, Navy is designed for developers who need a
17
- fast and flexible routing solution.
15
+ with minimal overhead.
18
16
 
19
17
  '
20
18
  executables: []