raki 0.1.5 → 0.1.6

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: '0839721a5809a90f0464e6efe3c0df217cca84c7ed3dcc6190631c33e8739d88'
4
- data.tar.gz: 5a59a8876d5dcfd85cfb71c483da5396d181c784da96c1839765884b582eee1b
3
+ metadata.gz: a1b5f93476def82b4c808d1da6aed1c3aad7ba94186bf8d0348e698e16e702f0
4
+ data.tar.gz: 9b541ae30cb31355188cf8a5c51a41686ca5920bed2cd77f8beeeaa0d03df5f6
5
5
  SHA512:
6
- metadata.gz: ce843b82b8fc916c6e09337e92ae04ad5b83571a12adc1425e79a8e5535df39c4f4c792887815d20627ede0306983cd3b53a6ae3fb23ac9aaeed22c65dde31e4
7
- data.tar.gz: b3e68a09d9eeaaa461883af4a5e6e4aa1c6425f97bcd4d81b1656c7888cd8a46224298432a3d1a8bb9f2b19712972295eb0bab08433830320cf9c16cf1a2a69a
6
+ metadata.gz: d6e1ea13acd5ab9b28b1efe4349b4e20e3eebdc15be3ce42d2ec871b4f9431c7cd78c378893982a9b04c678d20c0c17ce1e5e7d805c8d568ba4aa47f3cad7797
7
+ data.tar.gz: 9a3e4c634b45b034526f3e61336bbab5c11d92f92f2de5ba307cb82fa07436567f50a79078c9d917f5ca718d8ec4bb1618a497f61512ad2322d29162640eeefb
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2020-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -147,5 +147,5 @@ Frozen arguments may avoid some strange behaviour.
147
147
 
148
148
  Heavily inspired by Rack.
149
149
 
150
- Copyright (c) 2020-2025 Dittmar Krall (www.matiq.com),
150
+ Copyright (c) 2020-2026 Dittmar Krall (www.matiq.com),
151
151
  released under the [MIT license](https://opensource.org/licenses/MIT).
data/lib/raki/version.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  module Raki
2
- VERSION = "0.1.5" # 2025-12-27
2
+ VERSION = "0.1.6" # 2026-03-30
3
+ # VERSION = "0.1.5" # 2025-12-27
3
4
  # VERSION = "0.1.4" # 2025-12-27
4
5
  # VERSION = "0.1.3" # 2025-06-22
5
6
  # VERSION = "0.1.2" # 2023-12-13
@@ -1,5 +1,6 @@
1
1
  module Raki
2
2
  VERSION = "0.1.5" # 2025-12-27
3
+ # VERSION = "0.1.4" # 2025-12-27
3
4
  # VERSION = "0.1.3" # 2025-06-22
4
5
  # VERSION = "0.1.2" # 2023-12-13
5
6
  # VERSION = "0.1.1" # 2023-04-26
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 4.0.3
97
+ rubygems_version: 4.0.6
98
98
  specification_version: 4
99
99
  summary: Kind of chaining objects
100
100
  test_files: []