ksef-client-rails 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6b68dc2061bf9afb952fe14fb5bb13fccec2dbe7ca8dcf83b92939f10d3a8728
4
+ data.tar.gz: fbc9de34b15553de53f81bc5c81f82e6620a5b9be1da733403dbe36fbd0e62b8
5
+ SHA512:
6
+ metadata.gz: 801e309165999653b17843ea56344fa55caa604c6b97058d299b0613101f5443d84e5790b37672bb85833ca807e1e9ff53cc8dc7b67b6b2fff6ce59fb3bdadd8
7
+ data.tar.gz: ec52d382dd0be5713a3dd9ecbe8d617f542dd3d7d01905f56ebe243db34682d30c3dc0548d5ccee28715b57d1c47e4a0096a540dee0779f5ec86caf19ad0c3e9
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 krzepecki
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # ksef-client-rails — placeholder
2
+
3
+ This version (0.1.0) only reserves the gem name. It contains no functionality.
4
+
5
+ `ksef-client-rails` will be a pure-Ruby client for the Polish KSeF (Krajowy System e-Faktur)
6
+ API 2.0, with optional Rails integration. The full client will be released as **1.0.0** — use
7
+ `gem "ksef-client-rails", ">= 1.0"` once it is out.
8
+
9
+ MIT licence.
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Placeholder release reserving the gem name — no functionality. The full client is 1.0.0.
4
+ warn "[ksef-client-rails] 0.1.0 is a placeholder with no functionality — use >= 1.0.0."
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ksef-client-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - krzepecki
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Name reservation for an upcoming Ruby/Rails client for the Polish KSeF
13
+ (Krajowy System e-Faktur) API 2.0. This version contains no functionality; the full
14
+ client will be released as 1.0.0.
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - README.md
21
+ - lib/ksef-client-rails.rb
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ rubygems_mfa_required: 'false'
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '3.2'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 4.0.3
41
+ specification_version: 4
42
+ summary: Ruby client for the Polish KSeF API 2.0 (placeholder — first release coming
43
+ soon)
44
+ test_files: []