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: 8f34a9f0dd03d8fac9caad1e3c40916b30e021e3e01e8663acbc9754f65f005e
4
- data.tar.gz: a73640e3334209985ec8e4d5e230d0f7a9f67438525c33f70939ea15565507b2
3
+ metadata.gz: '0855c9e570b57e6cfacbf73015651fd4a97ce5bcfa194e648f5c1ec244a6e9ec'
4
+ data.tar.gz: 06612a0f690d4a971d976f3be74f4ee011ccd498355001916126fe11d9e0026b
5
5
  SHA512:
6
- metadata.gz: 3d5e5e9485461d584b87053882da9de4b22648a588d48475e1870efe1f32d02091e8ee5ab6ebbed92ad2ef94496d75cc2a7b20faf5d4f6c0c221f3ffc7150fc8
7
- data.tar.gz: d4691b7c1f3c3ca687b392e48fe5ea89cad1a90201d0f9252c0bb50ac5d51347e3e34a41a48966e08fa53fcc10309bd7f5472dd05159c0c4705b375323583988
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
- # Rails.application.config.spree.shipping_methods << Spree::ShippingMethods::SuperExpensiveNotVeryFastShipping
5
- # Rails.application.config.spree.payment_methods << Spree::PaymentMethods::VerySafeAndReliablePaymentMethod
4
+ # Spree.shipping_methods << Spree::ShippingMethods::SuperExpensiveNotVeryFastShipping
5
+ # Spree.payment_methods << Spree::PaymentMethods::VerySafeAndReliablePaymentMethod
6
6
 
7
- # Rails.application.config.spree.calculators.tax_rates << Spree::TaxRates::FinanceTeamForcedMeToCodeThis
7
+ # Spree.calculators.tax_rates << Spree::TaxRates::FinanceTeamForcedMeToCodeThis
8
8
 
9
- # Rails.application.config.spree.stock_splitters << Spree::Stock::Splitters::SecretLogicSplitter
9
+ # Spree.stock_splitters << Spree::Stock::Splitters::SecretLogicSplitter
10
10
 
11
- # Rails.application.config.spree.adjusters << Spree::Adjustable::Adjuster::TaxTheRich
11
+ # Spree.adjusters << Spree::Adjustable::Adjuster::TaxTheRich
12
12
 
13
13
  # Custom promotions
14
- # Rails.application.config.spree.calculators.promotion_actions_create_adjustments << Spree::Calculators::PromotionActions::CreateAdjustments::AddDiscountForFriends
15
- # Rails.application.config.spree.calculators.promotion_actions_create_item_adjustments << Spree::Calculators::PromotionActions::CreateItemAdjustments::FinanceTeamForcedMeToCodeThis
16
- # Rails.application.config.spree.promotions.rules << Spree::Promotions::Rules::OnlyForVIPCustomers
17
- # Rails.application.config.spree.promotions.actions << Spree::Promotions::Actions::GiftWithPurchase
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
- # Rails.application.config.spree.taxon_rules << Spree::TaxonRules::ProductsWithColor
19
+ # Spree.taxon_rules << Spree::TaxonRules::ProductsWithColor
20
20
 
21
- # Rails.application.config.spree.exports << Spree::Exports::Payments
22
- # Rails.application.config.spree.reports << Spree::Reports::MassivelyOvercomplexReportForCfo
21
+ # Spree.exports << Spree::Exports::Payments
22
+ # Spree.reports << Spree::Reports::MassivelyOvercomplexReportForCfo
23
23
 
24
24
  # Themes and page builder
25
- # Rails.application.config.spree.themes << Spree::Themes::NewShinyTheme
26
- # Rails.application.config.spree.theme_layout_sections << Spree::PageSections::SuperImportantCeoBio
27
- # Rails.application.config.spree.page_sections << Spree::PageSections::ContactFormToGetInTouch
28
- # Rails.application.config.spree.page_blocks << Spree::PageBlocks::BigRedButtonToCallSales
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
- Rails.application.config.spree_storefront.head_partials << '<%= file_name %>/head'
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.rc3
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: 2025-11-18 00:00:00.000000000 Z
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.rc3
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.rc3
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.5.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: []