expressir 2.1.11 → 2.1.13

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.
@@ -21,7 +21,7 @@ module Expressir
21
21
  return [] unless @model.remark_items
22
22
 
23
23
  @model.remark_items.map do |item|
24
- ::Expressir::Liquid::RemarkItemDrop.new(item)
24
+ ::Expressir::Liquid::Declarations::RemarkItemDrop.new(item)
25
25
  end
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Expressir
2
- VERSION = "2.1.11".freeze
2
+ VERSION = "2.1.13".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expressir
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.11
4
+ version: 2.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: liquid
@@ -78,6 +78,7 @@ files:
78
78
  - bin/rspec
79
79
  - bin/setup
80
80
  - docs/development.md
81
+ - docs/liquid_drops.adoc
81
82
  - exe/expressir
82
83
  - exe/expressir-format
83
84
  - exe/expressir-format-test