shopify_theme_builder 0.1.0 → 0.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: 6ec5132dafa257a32acaf60705bd7e982eca93a913ce3034d07bf87aefb3fd40
4
- data.tar.gz: 619f614802c6bfbd6335c343318ec55742e638772835f24536bf88329dacf6bd
3
+ metadata.gz: de0bb008961c3b947c4496bd5605d24144073d22d4c721587b3f529073ed1096
4
+ data.tar.gz: 4e494faa701e5bd4dd47c9b609155626bab03438d85cc7a3603bd9e42e5a0ca3
5
5
  SHA512:
6
- metadata.gz: 51107d89418b9556afb502a91acaabe4773ba6edc0b6afff3a1cc3765a2b93bd6fdcae9d7eaa8eebd67e4f0411a072ba6290b5630f909e988fdc75e1e3836204
7
- data.tar.gz: dacf7cbd3ffd8878e4b26d11fe90b28e793dd13fceadcf22524ff8c32325f6aec4ea58276e4f1cb3b0536df823525b66e472b66d3d281ab1e4e4411d4d551853
6
+ metadata.gz: bd5f70a0f803adcef6eba571c822f8d7d1b45de0c24aa0360c84bc4c19c431357426d53c471c7735e3e3fdd72d1f7774d2f9d141b90409f59402e52d6f6f8cf4
7
+ data.tar.gz: 94d70495fd131b5201586e2035c0d4c1ca862718547a112afb755c88b20eb3d34ba3658995c30c252de369dd60010221a213a0cd6d6d600c682a4e34adf60c9c
data/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ShopifyThemeBuilder
2
2
 
3
+ ![Gem Version](https://img.shields.io/gem/v/shopify_theme_builder?logo=rubygems)
4
+ ![GitHub branch check runs](https://img.shields.io/github/check-runs/nebulab/shopify_theme_builder/main?logo=github)
5
+ ![Codecov](https://img.shields.io/codecov/c/github/nebulab/shopify_theme_builder)
6
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/rubygems/shopify_theme_builder)
7
+ ![Gem Total Downloads](https://img.shields.io/gem/dt/shopify_theme_builder)
8
+ ![GitHub License](https://img.shields.io/github/license/nebulab/shopify_theme_builder)
9
+
3
10
  ShopifyThemeBuilder is a Ruby gem that facilitates the development of Shopify themes by enabling the use of a components folder where you can organize your files and separate liquid, JSON, CSS, JavaScript, comment and doc into a dedicated file. It watches for changes in your component folder and automatically compiles all files into Shopify-compatible Liquid templates.
4
11
 
5
12
  ## What problem does it solve?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShopifyThemeBuilder
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_theme_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Massimiliano Lattanzio
@@ -64,7 +64,7 @@ metadata:
64
64
  bug_tracker_uri: https://github.com/nebulab/shopify_theme_builder/issues
65
65
  homepage_uri: https://github.com/nebulab/shopify_theme_builder?tab=readme-ov-file#readme
66
66
  source_code_uri: https://github.com/nebulab/shopify_theme_builder
67
- changelog_uri: https://github.com/nebulab/shopify_theme_toolkit/releases
67
+ changelog_uri: https://github.com/nebulab/shopify_theme_builder/releases
68
68
  rubygems_mfa_required: 'true'
69
69
  rdoc_options: []
70
70
  require_paths: