rackr 0.0.65 → 0.0.67

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rackr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.65
4
+ version: 0.0.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique F. Teixeira
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-12-14 00:00:00.000000000 Z
10
+ date: 2026-01-05 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: erubi
@@ -69,14 +68,17 @@ files:
69
68
  - lib/rackr/callback.rb
70
69
  - lib/rackr/router.rb
71
70
  - lib/rackr/router/build_request.rb
71
+ - lib/rackr/router/dev_html/dump.rb
72
+ - lib/rackr/router/dev_html/errors.rb
73
+ - lib/rackr/router/endpoint.rb
72
74
  - lib/rackr/router/errors.rb
73
- - lib/rackr/router/errors/dev_html.rb
75
+ - lib/rackr/router/path_route.rb
74
76
  - lib/rackr/router/route.rb
77
+ - lib/rackr/utils.rb
75
78
  homepage: https://github.com/henrique-ft/rackr
76
79
  licenses:
77
80
  - MIT
78
81
  metadata: {}
79
- post_install_message:
80
82
  rdoc_options: []
81
83
  require_paths:
82
84
  - lib
@@ -91,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
93
  - !ruby/object:Gem::Version
92
94
  version: '0'
93
95
  requirements: []
94
- rubygems_version: 3.3.3
95
- signing_key:
96
+ rubygems_version: 3.6.6
96
97
  specification_version: 4
97
98
  summary: A friendly web micro-framework.
98
99
  test_files: []