idml 0.6.0 → 0.6.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: b96b3531c996da57cb6d46da274a55b9abbd352329617065da6a98b8176868a1
4
- data.tar.gz: 9e8dfa3c572ab6b2f96e90194321cfd212160baf408016c829abf16e8e8f60dc
3
+ metadata.gz: 5bb1c7b34977858469e94bb4c827fa29345a7e47bcecf9ccce4d5c23b318b6e4
4
+ data.tar.gz: d0e08d56d56d65903db2871b7de5ec1c6178e60ed6d2f79aa7370e10bef535de
5
5
  SHA512:
6
- metadata.gz: dcbcb115a524896a38c1f9c44bdbde7bbac2a504f574388555702c3ffafc97908e7d3b029832e15f157903e3ab0ec1c945bd9751bc23046f7d1aeacbca6eab14
7
- data.tar.gz: cfb3023e1c1c45408151fe02c6c02e065a0092f3aa7576d425c9637cd3e7080e6c7359b93d58e31e6bc18fdaa4795ea5b8cd01a67b5eca2f989a6bea6cbb6415
6
+ metadata.gz: 1a89f6c00cf82b3337cb6b4df486276cf27b9d1dceb8faa47ead1942b27ebf2ba758dcb135d75f9e0f6dcb973e8ee15e6483c322efde055707cbc7f6749a1841
7
+ data.tar.gz: 8cf5bfff805beab37073490eb96788daed1832a756a86a4dfc980f5851cf8a6df941b3751f67aef4da5567f728ef4988b43fb8af08d6109b07ae17fed45bacc2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- idml (0.6.0)
4
+ idml (0.6.1)
5
5
  bigdecimal
6
6
  lutaml-model (~> 0.8.18)
7
7
  pdfrb
@@ -183,7 +183,7 @@ CHECKSUMS
183
183
  ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
184
184
  ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
185
185
  ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
186
- idml (0.6.0)
186
+ idml (0.6.1)
187
187
  json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
188
188
  language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
189
189
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
@@ -15,7 +15,7 @@ module Idml
15
15
  attribute :name, :string
16
16
  attribute :column, :integer
17
17
  attribute :row, :integer
18
- attribute :key_value, :string
18
+ attribute :cell_key_value, :string
19
19
  attribute :character_style_range, Idml::Elements::CharacterStyleRange,
20
20
  collection: true
21
21
 
@@ -25,7 +25,7 @@ module Idml
25
25
  map_attribute "Name", to: :name
26
26
  map_attribute "Column", to: :column
27
27
  map_attribute "Row", to: :row
28
- map_attribute "KeyValue", to: :key_value
28
+ map_attribute "KeyValue", to: :cell_key_value
29
29
  map_element "CharacterStyleRange", to: :character_style_range
30
30
  end
31
31
 
data/lib/idml/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Idml
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose