stipa 0.1.6 → 0.1.7

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/stipa/version.rb +1 -1
  4. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e71cdd27e54722ed384abca34ca3478d671839ccf026abc8f42378791b1b20a
4
- data.tar.gz: 1ba6eb20c650ab6a2f092334c6831a6d4ea4bcbf0c92305b85ebebcd483add53
3
+ metadata.gz: 80e062eee66bb5fb015d00f45bb604c85ad905fbf35bbb32652ac48dbbc2b888
4
+ data.tar.gz: c2883dd7c9e9bf9025330d43ee0053bfb602841c47c12683df67497fe41a59f7
5
5
  SHA512:
6
- metadata.gz: c8452941f67b0cfdda3345059dc0da6d21d5ef50275028d633da2bcdd0c80cf37ff159a0516b11e2737470f1758e37ba7b83be9ff78707340e2bedff2b3e2494
7
- data.tar.gz: 1f16b15656290daa904eefaf5953353d5874de701b529831b40d00111c49d2cf88f294b8e1be061806657c502030e333e056283f477118d772b9d444c6f40ca9
6
+ metadata.gz: 2c434487c1186267976b98d73e3dfa9723babd352f46eacadaf0623045668e99e02972c12799c5123f11e35cc8855253ade8de05d6e913e958fde156138b67c2
7
+ data.tar.gz: feca4e22d0712c1fd927a828c49bed7e6696575fdb34cef8c2a73e013e50a2c7523c44a2a35c1a9ba12d416a1fe4cd4cf35b395b8d8ff5f77e1002ddb5c07359
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Pedro Harbs
3
+ Copyright (c) 2025 Jānis Harbs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/lib/stipa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Stipa
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stipa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
- - Pedro Harbs
7
+ - Jānis Harbs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-21 00:00:00.000000000 Z
11
+ date: 2026-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -79,7 +79,7 @@ description: |
79
79
  - Structured logging in logfmt format
80
80
  - Named route parameters via regex captures
81
81
  email:
82
- - harbspj@gmail.com
82
+ - janisharbs@inbox.lv
83
83
  executables:
84
84
  - stipa
85
85
  extensions: []
@@ -110,15 +110,15 @@ files:
110
110
  - lib/stipa/version.rb
111
111
  - media/favicon.ico
112
112
  - media/logo.png
113
- homepage: https://github.com/pedroharbs/stipa
113
+ homepage: https://github.com/janisharbs/stipa
114
114
  licenses:
115
115
  - MIT
116
116
  metadata:
117
- bug_tracker_uri: https://github.com/pedroharbs/stipa/issues
118
- changelog_uri: https://github.com/pedroharbs/stipa/releases
119
- documentation_uri: https://github.com/pedroharbs/stipa
120
- homepage_uri: https://github.com/pedroharbs/stipa
121
- source_code_uri: https://github.com/pedroharbs/stipa
117
+ bug_tracker_uri: https://github.com/janisharbs/stipa/issues
118
+ changelog_uri: https://github.com/janisharbs/stipa/releases
119
+ documentation_uri: https://github.com/janisharbs/stipa
120
+ homepage_uri: https://github.com/janisharbs/stipa
121
+ source_code_uri: https://github.com/janisharbs/stipa
122
122
  rubygems_mfa_required: 'true'
123
123
  post_install_message: "╔══════════════════════════════════════════════════════════════════════════╗\n║
124
124
  \ ║\n║ Welcome
@@ -128,7 +128,7 @@ post_install_message: "╔══════════════════
128
128
  stipa new my_app ║\n║ $ cd
129
129
  my_app && bundle install && npm install ║\n║ $ bundle
130
130
  exec ruby server.rb ║\n║ ║\n║
131
- \ Documentation: https://github.com/pedroharbs/stipa ║\n║ ║\n╚══════════════════════════════════════════════════════════════════════════╝\n"
131
+ \ Documentation: https://github.com/janisharbs/stipa ║\n║ ║\n╚══════════════════════════════════════════════════════════════════════════╝\n"
132
132
  rdoc_options: []
133
133
  require_paths:
134
134
  - lib
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubygems_version: 3.5.22
146
+ rubygems_version: 3.4.19
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: Minimal, production-ready HTTP framework for Ruby