netguru_bootstrapper 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 590ecc03daaecace16dc7f98eb787d85dc83043b
4
- data.tar.gz: cc9f150770f0b062f0f6a2930640f798cd99cd0c
3
+ metadata.gz: 11ffa8245da47d2e72b58f64d6f4f446ed500373
4
+ data.tar.gz: 04f06b131f435b0abdc95aff0b73ee0e48756f10
5
5
  SHA512:
6
- metadata.gz: 670a0ec912c7114d2750b513c838c5b0e96421eb7975e06489c6543dd771049e8d204860e57bfd4e530fc87ad928dd077f0061d248da7df608c1a47202173e52
7
- data.tar.gz: 41650188f29bf5602ceafda5f484a3239af05c510ab63ef21bc36532eb2d33a7106fc6ac2e5f2a38124ffe232fcec7a87337006de42ca657386a1a0718927bad
6
+ metadata.gz: c6dc2128f2637645c8d3d3734c3beb2dae72d1df6f1f086de30c6fd6a6887098349db0e28510391e1b4265fb374c100fde63c11ab95dba2594fab9203da881c1
7
+ data.tar.gz: 5cabc0ff78720c58a9294ae380909b1a57d068d9d34d202038a154d366ff2c749fa72f8b3529bd856c81f38aa886af4af941d54e1e0598490f54d60ec64ef3b5
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # Changelog
2
+ ## v1.0.1
3
+ + add missing files to structure description
2
4
 
3
5
  ## v1.0.0
4
6
  + updated variables structure
@@ -1,3 +1,3 @@
1
1
  module NetguruBootstrapper
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/lib/structure.yml CHANGED
@@ -12,7 +12,10 @@ files:
12
12
  - _components
13
13
  - _overrides
14
14
  settings:
15
- - _variables
15
+ - _color-variables
16
+ - _components-variables
17
+ - _typography-variables
18
+ - _views-variables
16
19
  - _z-index-variables
17
20
  - _breakpoint-variables
18
21
  utilities:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netguru_bootstrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Czajka