spree_cli 5.2.0.rc3 → 5.2.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0855c9e570b57e6cfacbf73015651fd4a97ce5bcfa194e648f5c1ec244a6e9ec'
|
|
4
|
+
data.tar.gz: 06612a0f690d4a971d976f3be74f4ee011ccd498355001916126fe11d9e0026b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 346f094fd22936710c1e29fd59eab9b44e278a22d1be23cbe6fe582317788108f819818e28224463db982b60081e0ba7c37cae4eefff7f4a70acb69f1efb35ba
|
|
7
|
+
data.tar.gz: 19a543103bd905588ac5ae42a0fbe33c4431793e442ca36ed93b03272566825b025b115a20caaf9f4e11202ed6d29f9e9e4144ebbc1486698619dbde0400f770
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
# Uncomment lines below to add your own custom business logic
|
|
2
2
|
# such as promotions, shipping methods, etc.
|
|
3
3
|
Rails.application.config.after_initialize do
|
|
4
|
-
#
|
|
5
|
-
#
|
|
4
|
+
# Spree.shipping_methods << Spree::ShippingMethods::SuperExpensiveNotVeryFastShipping
|
|
5
|
+
# Spree.payment_methods << Spree::PaymentMethods::VerySafeAndReliablePaymentMethod
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Spree.calculators.tax_rates << Spree::TaxRates::FinanceTeamForcedMeToCodeThis
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
# Spree.stock_splitters << Spree::Stock::Splitters::SecretLogicSplitter
|
|
10
10
|
|
|
11
|
-
#
|
|
11
|
+
# Spree.adjusters << Spree::Adjustable::Adjuster::TaxTheRich
|
|
12
12
|
|
|
13
13
|
# Custom promotions
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
14
|
+
# Spree.calculators.promotion_actions_create_adjustments << Spree::Calculators::PromotionActions::CreateAdjustments::AddDiscountForFriends
|
|
15
|
+
# Spree.calculators.promotion_actions_create_item_adjustments << Spree::Calculators::PromotionActions::CreateItemAdjustments::FinanceTeamForcedMeToCodeThis
|
|
16
|
+
# Spree.promotions.rules << Spree::Promotions::Rules::OnlyForVIPCustomers
|
|
17
|
+
# Spree.promotions.actions << Spree::Promotions::Actions::GiftWithPurchase
|
|
18
18
|
|
|
19
|
-
#
|
|
19
|
+
# Spree.taxon_rules << Spree::TaxonRules::ProductsWithColor
|
|
20
20
|
|
|
21
|
-
#
|
|
22
|
-
#
|
|
21
|
+
# Spree.exports << Spree::Exports::Payments
|
|
22
|
+
# Spree.reports << Spree::Reports::MassivelyOvercomplexReportForCfo
|
|
23
23
|
|
|
24
24
|
# Themes and page builder
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
25
|
+
# Spree.page_builder.themes << Spree::Themes::NewShinyTheme
|
|
26
|
+
# Spree.page_builder.theme_layout_sections << Spree::PageSections::SuperImportantCeoBio
|
|
27
|
+
# Spree.page_builder.page_sections << Spree::PageSections::ContactFormToGetInTouch
|
|
28
|
+
# Spree.page_builder.page_blocks << Spree::PageBlocks::BigRedButtonToCallSales
|
|
29
29
|
|
|
30
30
|
# Storefront partials
|
|
31
|
-
|
|
31
|
+
Spree.storefront.partials.head << '<%= file_name %>/head'
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.0
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Mar
|
|
8
8
|
- Spark Solutions Sp. z o.o.
|
|
9
9
|
- Vendo Connect Inc.
|
|
10
|
-
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: thor
|
|
@@ -85,10 +84,9 @@ licenses:
|
|
|
85
84
|
- BSD-3-Clause
|
|
86
85
|
metadata:
|
|
87
86
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
|
88
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.2.0
|
|
87
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.2.0
|
|
89
88
|
documentation_uri: https://docs.spreecommerce.org/
|
|
90
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.2.0
|
|
91
|
-
post_install_message:
|
|
89
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.2.0
|
|
92
90
|
rdoc_options: []
|
|
93
91
|
require_paths:
|
|
94
92
|
- lib
|
|
@@ -103,8 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
101
|
- !ruby/object:Gem::Version
|
|
104
102
|
version: '0'
|
|
105
103
|
requirements: []
|
|
106
|
-
rubygems_version: 3.
|
|
107
|
-
signing_key:
|
|
104
|
+
rubygems_version: 3.6.9
|
|
108
105
|
specification_version: 4
|
|
109
106
|
summary: Spree Commerce CLI
|
|
110
107
|
test_files: []
|