raki 0.1.2 → 0.1.3

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: 0355da5fc7a77ca9cfb1396c346ca771eb63a66911ba5aa10c240d794190809d
4
+ data.tar.gz: 2f2d4257ee535b9eb233c357a0536a071574fb62d83a8ab39cfec112db0b5baa
5
5
  SHA512:
6
- metadata.gz: a06c2000aa75a4c72463521c497adfae9f91bd348fd655fb9bc189c70bfa493a03b6f3d1209a04f7498b92d0408608d5941bfd389de2b4e05a9527fc4edf8dfa
7
- data.tar.gz: 7ecdba757cf28b77a98a54a1e5a2000ab161158a81870d7639359a425cb9ab3f9f2ddac51f2af926b50beb39ecebf96d232338ebb34113294cfd84098d867c12
6
+ metadata.gz: cb268de1132f55a2aa6a979af9dbd81890f959a99f19c177fc6b418a218bb715bfac3b40c934b673490d199a080ff5b707dfca09df836cc9e96593a7798d6f96
7
+ data.tar.gz: 714584442582d65a81d9d8652b81e39a8f8c1ed8d08f1fdfea9c4de69bb46d4291f06321dc5329007c8606595b25ed5b2fb08128a470e3e924d6b956391fed84
@@ -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)
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Rreturns "env" (doing nothing)
4
+ module Raki
5
+ class Idem < Raki::Middleware
6
+ def call(env)
7
+ env
8
+ end
9
+ end
10
+ end
data/lib/raki/version.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  module Raki
2
- VERSION = "0.1.2" # 2023-12-13
2
+ VERSION = "0.1.3" # 2025-06-22
3
+ # VERSION = "0.1.2" # 2023-12-13
3
4
  # VERSION = "0.1.1" # 2023-04-26
4
5
  # VERSION = "0.1.0" # 2021-11-03
5
6
  # VERSION = "0.0.5" # 2021-07-01
@@ -0,0 +1,9 @@
1
+ module Raki
2
+ VERSION = "0.1.2" # 2023-12-13
3
+ # VERSION = "0.1.1" # 2023-04-26
4
+ # VERSION = "0.1.0" # 2021-11-03
5
+ # VERSION = "0.0.5" # 2021-07-01
6
+ # VERSION = '0.0.4' # 2021-06-25
7
+ # VERSION = '0.0.3' # 2020-07-14
8
+ # VERSION = '0.0.2'
9
+ 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.3
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,40 +62,40 @@ 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
70
69
  - lib/raki/chain.rb
71
70
  - lib/raki/idem.rb
71
+ - lib/raki/idem.rb.bak
72
72
  - lib/raki/lint.rb
73
73
  - lib/raki/merge.rb
74
74
  - lib/raki/middleware.rb
75
75
  - lib/raki/require.rb
76
76
  - lib/raki/slice.rb
77
77
  - lib/raki/version.rb
78
+ - lib/raki/version.rb.bak
78
79
  homepage: https://github.com/matique/raki
79
80
  licenses:
80
81
  - MIT
81
82
  metadata:
82
83
  source_code_uri: https://github.com/matique/raki
83
- post_install_message:
84
84
  rdoc_options: []
85
85
  require_paths:
86
86
  - lib
87
87
  required_ruby_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - ">="
89
+ - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: '0'
91
+ version: '3'
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.4.20
99
- signing_key:
98
+ rubygems_version: 3.6.7
100
99
  specification_version: 4
101
100
  summary: Kind of chaining objects
102
101
  test_files: []