datev 0.12.0 → 0.12.1

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: bb7dd7202076f95eec70d95a6335f45e7facd2a88f995909ddb5498410e2f937
4
- data.tar.gz: 8c0b0d93f5604654a8f311277038e966095c3ef141c86ddc54c3dfab32e795d0
3
+ metadata.gz: e44691431d4867b012d20d3dde7067862be3e56accc76ee0d85e541c504339b3
4
+ data.tar.gz: d0ae1256a51a379d228c0facbeb2aebf73b3c20d6aa7e6622d20cbe59b003129
5
5
  SHA512:
6
- metadata.gz: 93f3080155876d67d9c75a9db8e2b0e16bcd1e25d5c0397da4c8f94063fe0de343f7bd94c1f7dbe7a9e0e04963c216a7c983e83d7746b42fa1e6f4e96fa86829
7
- data.tar.gz: f8dc3026409f6da35f6ca82b23f1ec556e183bf5cdf9ec07a38a8aab02ebf37fbd9272c5ab8a6aa93a0d64dccc4e8f27226df084bf06a2d2aaf4e6bd5be0a7d7
6
+ metadata.gz: d8326f5f13aef389e824f8847359f43e8c8c536c247b6afdab8af5f06ab54fe09f1933ec1c4ba92a79ea0cabded078a3adf2698f3c5329e41f7ba784e36f9f5a
7
+ data.tar.gz: 239c8f70fecf803e627dd88ccca2b3d5a665ff44c86ecdbbc03ccce95aae3b7518de2a7df44bf6fd566574a3f854562ffdebf021a4e29c774c5cb22cb9021482
@@ -7,7 +7,7 @@ jobs:
7
7
  strategy:
8
8
  fail-fast: false
9
9
  matrix:
10
- ruby: ["3.2", "3.3", "3.4"]
10
+ ruby: ["3.2", "3.3", "3.4", "4.0"]
11
11
 
12
12
  runs-on: ubuntu-latest
13
13
  name: Test against Ruby ${{ matrix.ruby }}
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016-2025 Georg Ledermann
3
+ Copyright (c) 2016-2026 Georg Ledermann and contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -152,11 +152,11 @@ module Datev
152
152
  # Buchungsspezifische Inhalte zu den oben genannten Informationsarten
153
153
 
154
154
  # 37
155
- field 'KOST1 – Kostenstelle', :string, limit: 8
155
+ field "KOST1 – Kostenstelle", :string, limit: 36
156
156
  # Über KOST1 erfolgt die Zuordnung des Geschäftsvorfalls für die anschließende Kostenrechnung.
157
157
 
158
158
  # 38
159
- field 'KOST2 – Kostenstelle', :string, limit: 8
159
+ field "KOST2 – Kostenstelle", :string, limit: 36
160
160
  # Über KOST2 erfolgt die Zuordnung des Geschäftsvorfalls für die anschließende Kostenrechnung.
161
161
 
162
162
  # 39
data/lib/datev/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Datev
2
- VERSION = "0.12.0"
2
+ VERSION = "0.12.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Ledermann
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.7.2
157
+ rubygems_version: 4.0.7
158
158
  specification_version: 4
159
159
  summary: Export booking data in DATEV format
160
160
  test_files: []