easol-canvas 4.13.0 → 4.15.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 745819c9b700d8bfd3646c14cf840e09528fa3922513f5b345bd442aadb91e4a
4
- data.tar.gz: 4bab5f5b7948113b827f1a0c2b30b84521e82538bc8d7ae8b636d3067601e602
3
+ metadata.gz: 84d14b38c1952d8b9e0a1d0485bea5d83e73dda33ec78a6c4d36903592332af6
4
+ data.tar.gz: 5f9dcc3b134dd4a8a4a2aaa5c3381673ddc379719c4c89bfea9c58e0d73d983e
5
5
  SHA512:
6
- metadata.gz: f4f907799ec76c0c0fcae318e1b4298b74d09feb371349f2f0f3152dc85aa74fd1798bc2004b1a36adfc7b3fabc40af2630c8bddb05bcb7393708d5fa9e79193
7
- data.tar.gz: 3157b5688bc26b92c30a941fd24cd908e6383ef4ef814c93dfa52ff51f94424cce73dff3d68933d7fc5d4eec734b9c8838eac931ee31d5f7888bb458ef3e8c1f
6
+ metadata.gz: f50d6786e70abf0af920bf65322c70f87756d80a5da665ee30397176ef206707482f4989e0129832c9d6a534918b96cadca21a2c936b801df694d8eb9873761b
7
+ data.tar.gz: 21956a5f4972ff2cc456c7cf8ccf466ecd564bf71bca21a3ee0537e0d4b60727df4ca2d9ce03795387834b73e3209e67db51b467eba5f5e77f4835660c8552f8
@@ -41,6 +41,9 @@ module Canvas
41
41
  register_tag("currency_switcher", ::Liquid::Tag)
42
42
  register_tag("json", ::Liquid::Block)
43
43
  register_tag("variant_pricing", ::Liquid::Tag)
44
+ register_tag("dynamic_package_booking_price", ::Liquid::Tag)
45
+ register_tag("cart_timer", ::Liquid::Tag)
46
+ register_tag("cart_timer_add_time", ::Liquid::Tag)
44
47
  register_tag("experience_slot_search", ::Liquid::Block)
45
48
  register_tag("experience_slot_calendar", ::Liquid::Block)
46
49
  register_tag("package_availability", Liquid::Block)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Canvas
4
- VERSION = "4.13.0"
4
+ VERSION = "4.15.0"
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easol-canvas
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.13.0
4
+ version: 4.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Byrne
8
8
  - Ian Mooney
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-11-09 00:00:00.000000000 Z
12
+ date: 2025-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -87,14 +87,14 @@ dependencies:
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '3'
90
+ version: '4'
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: '3'
97
+ version: '4'
98
98
  description: |
99
99
  Canvas is a command line tool to help with building themes for Easol.
100
100
  It provides tooling to check theme directories for errors and to make sure
@@ -161,7 +161,7 @@ homepage: https://rubygems.org/gems/easol-canvas
161
161
  licenses:
162
162
  - MIT
163
163
  metadata: {}
164
- post_install_message:
164
+ post_install_message:
165
165
  rdoc_options: []
166
166
  require_paths:
167
167
  - lib
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubygems_version: 3.4.19
180
- signing_key:
180
+ signing_key:
181
181
  specification_version: 4
182
182
  summary: CLI to help with building themes for Easol
183
183
  test_files: []