raki 0.1.2 → 0.1.5

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: d20b9e1d32d8e1c3f4bd9ab47716454a4920bb7c87b3f89a4925d2fd89b13469
4
- data.tar.gz: 695322c7f43ea2a09bbb964d27c882ac232a797569dcc3695d0257f4dd79fcc3
3
+ metadata.gz: '0839721a5809a90f0464e6efe3c0df217cca84c7ed3dcc6190631c33e8739d88'
4
+ data.tar.gz: 5a59a8876d5dcfd85cfb71c483da5396d181c784da96c1839765884b582eee1b
5
5
  SHA512:
6
- metadata.gz: a06c2000aa75a4c72463521c497adfae9f91bd348fd655fb9bc189c70bfa493a03b6f3d1209a04f7498b92d0408608d5941bfd389de2b4e05a9527fc4edf8dfa
7
- data.tar.gz: 7ecdba757cf28b77a98a54a1e5a2000ab161158a81870d7639359a425cb9ab3f9f2ddac51f2af926b50beb39ecebf96d232338ebb34113294cfd84098d867c12
6
+ metadata.gz: ce843b82b8fc916c6e09337e92ae04ad5b83571a12adc1425e79a8e5535df39c4f4c792887815d20627ede0306983cd3b53a6ae3fb23ac9aaeed22c65dde31e4
7
+ data.tar.gz: b3e68a09d9eeaaa461883af4a5e6e4aa1c6425f97bcd4d81b1656c7888cd8a46224298432a3d1a8bb9f2b19712972295eb0bab08433830320cf9c16cf1a2a69a
@@ -1,6 +1,4 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2020-2023 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2020-2025 Dittmar Krall (www.matiq.com)
4
2
 
5
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Raki
2
- [![Gem Version](https://badge.fury.io/rb/raki.png)](http://badge.fury.io/rb/raki)
3
- [![GEM Downloads](https://img.shields.io/gem/dt/raki?color=168AFE&logo=ruby&logoColor=FE1616)](https://rubygems.org/gems/raki)
2
+
3
+ [![Gem Version](https://img.shields.io/gem/v/raki?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/raki)
4
+ [![Downloads](https://img.shields.io/gem/dt/raki?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/raki)
5
+ [![GitHub Build](https://img.shields.io/github/actions/workflow/status/matique/raki/rake.yml?logo=github)](https://github.com/matique/raki/actions/workflows/rake.yml)
6
+ [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standardrb/standard)
7
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
4
8
 
5
9
  The Raki specification enables a kind of piping objects.
6
10
 
@@ -143,5 +147,5 @@ Frozen arguments may avoid some strange behaviour.
143
147
 
144
148
  Heavily inspired by Rack.
145
149
 
146
- Copyright (c) 2020-2023 Dittmar Krall (www.matiq.com),
150
+ Copyright (c) 2020-2025 Dittmar Krall (www.matiq.com),
147
151
  released under the [MIT license](https://opensource.org/licenses/MIT).
data/lib/raki/idem.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Rreturns "env" (doing nothing)
3
+ # Returns "env" (doing nothing)
4
4
  module Raki
5
5
  class Idem < Raki::Middleware
6
6
  def call(env)
data/lib/raki/version.rb CHANGED
@@ -1,5 +1,8 @@
1
1
  module Raki
2
- VERSION = "0.1.2" # 2023-12-13
2
+ VERSION = "0.1.5" # 2025-12-27
3
+ # VERSION = "0.1.4" # 2025-12-27
4
+ # VERSION = "0.1.3" # 2025-06-22
5
+ # VERSION = "0.1.2" # 2023-12-13
3
6
  # VERSION = "0.1.1" # 2023-04-26
4
7
  # VERSION = "0.1.0" # 2021-11-03
5
8
  # VERSION = "0.0.5" # 2021-07-01
@@ -0,0 +1,11 @@
1
+ module Raki
2
+ VERSION = "0.1.5" # 2025-12-27
3
+ # VERSION = "0.1.3" # 2025-06-22
4
+ # VERSION = "0.1.2" # 2023-12-13
5
+ # VERSION = "0.1.1" # 2023-04-26
6
+ # VERSION = "0.1.0" # 2021-11-03
7
+ # VERSION = "0.0.5" # 2021-07-01
8
+ # VERSION = '0.0.4' # 2021-06-25
9
+ # VERSION = '0.0.3' # 2020-07-14
10
+ # VERSION = '0.0.2'
11
+ end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rake
@@ -63,7 +62,7 @@ executables: []
63
62
  extensions: []
64
63
  extra_rdoc_files: []
65
64
  files:
66
- - LICENSE
65
+ - MIT-LICENSE
67
66
  - README.md
68
67
  - lib/raki.rb
69
68
  - lib/raki/builder.rb
@@ -75,12 +74,12 @@ files:
75
74
  - lib/raki/require.rb
76
75
  - lib/raki/slice.rb
77
76
  - lib/raki/version.rb
77
+ - lib/raki/version.rb.bak
78
78
  homepage: https://github.com/matique/raki
79
79
  licenses:
80
80
  - MIT
81
81
  metadata:
82
82
  source_code_uri: https://github.com/matique/raki
83
- post_install_message:
84
83
  rdoc_options: []
85
84
  require_paths:
86
85
  - lib
@@ -88,15 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
87
  requirements:
89
88
  - - ">="
90
89
  - !ruby/object:Gem::Version
91
- version: '0'
90
+ version: '3'
92
91
  required_rubygems_version: !ruby/object:Gem::Requirement
93
92
  requirements:
94
93
  - - ">="
95
94
  - !ruby/object:Gem::Version
96
95
  version: '0'
97
96
  requirements: []
98
- rubygems_version: 3.4.20
99
- signing_key:
97
+ rubygems_version: 4.0.3
100
98
  specification_version: 4
101
99
  summary: Kind of chaining objects
102
100
  test_files: []