spree_square 0.1.2 → 0.1.3

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: 199628697d1e2ef689462c4e4895ec7a90a271e5663cb3de8777533b15cdee50
4
- data.tar.gz: 4d0137620c684345e4c4fa32bc8b75381d45e4992f773174a60ea0009ab4d55b
3
+ metadata.gz: 75fa1684fc6a84f266e00c694aefe4437388c4fab672e9fc71a161381ea8aacb
4
+ data.tar.gz: 9e6b870b0ec92897f5b345833ac5eb28b6c18a2428db39cca5b3cb0c343de327
5
5
  SHA512:
6
- metadata.gz: 96d1f3c46e20844a731be1d12a1616b2cd9f06d1be0160122615f491b5fc40ce6a0e865cb14eeb373c93b1c1e3f5e8fa460d0933c978f93fcc380d53576aabc7
7
- data.tar.gz: 072bdfa3d7dee63493118d655ffaaa3df3e55cf9dc4dcddf39b6cb006057ef52218a2851f6444a2ea461de5bcaab3ef8c82edc36e8a589501ffa20defbe592df
6
+ metadata.gz: 0e7c9d2be77ed4a34c6296c84683c17af0b46d2faec6aeb8d863811bcb9f56d887cd00ea9fdffb048524d1ddff723805d2206a7b67af92be4e684b09c279b0d3
7
+ data.tar.gz: 8ec827290263e9574bab4003ab5e5e1e0d4a72adfa99552ba90021eaa8f5d334f2110c635bfc194627f3bc714b16a048475642497f9a4d8f21a5aa2c59274053
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project are documented here.
4
4
 
5
+ ## 0.1.3
6
+
7
+ - New demo menu content: a "Pizzas" category with 5 standalone pizzas plus a
8
+ Build-Your-Own Half & Half Pizza (two stacked SINGLE-select modifier lists,
9
+ "Left Half"/"Right Half", sharing the same 5 toppings) — the concrete
10
+ real-world case for two independent modifier lists stacked on one item.
11
+ Also 2 new combo items (Burger Combo, Family Feast Combo), joining the
12
+ existing Lunch Combo. Demo menu is now 45 items across 8 categories (up
13
+ from 37/7).
14
+
5
15
  ## 0.1.2
6
16
 
7
17
  - Two new demo menu items (a build-your-own bowl with stacked modifier lists, a combo meal with
@@ -1,5 +1,5 @@
1
1
  module SpreeSquare
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
 
4
4
  def gem_version
5
5
  Gem::Version.new(VERSION)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_square
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Solanki