birdel 2.3.4 → 2.3.5

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: f097a85055669dba2a0eaea384768916c0749056aed6b586d4cb99dd7b4d2115
4
- data.tar.gz: 1edee00a6039c88408dca0c086571a724b6845ad95eab856f003226cb4e8e603
3
+ metadata.gz: 625f0866c72775c4a71eea1d69e30ff32a31a7eb6f9d65fb8d5e28991f655e15
4
+ data.tar.gz: 7238894031f457dd4f34f3e2a8c0c93372340ebc006a927c34f3b4f782cc2bbe
5
5
  SHA512:
6
- metadata.gz: d9a8ba95f76785e34d1435168ba9d8309c409d804f570eca1c90621a636b011cfb835bc9c675c531bcbbf0be2398448176a7b2104afb410d55472938930baf4a
7
- data.tar.gz: 1ca7abdfb806614b04b9f35c773d19ccc6621acb27028101ea0f820c187c8b24fc5ac4646cf24dc690604c1f83688fe417c5386c21e674bb456d7d004f7beb08
6
+ metadata.gz: b35139f93ddcb5688303f298b171f50af9733466f16e6ac2dceb858cec92fa606cfc39f349a469b5b969f11cacb0afb6935ec4596b3339de71290706d77ba14c
7
+ data.tar.gz: f157c950458ddd04b410bf84e58bca139ca5d81dc609af3e9204a410d52bce2d1a7507d6a4207456c7ca295dea80555a823190ca84004c9a315434a62f4913a7
@@ -46,7 +46,7 @@ module Birdel
46
46
  if full_component_path.exist?
47
47
  file_name = component_path_string.split("/").last
48
48
  puts "+ #{file_name}.css".green
49
- components_css.puts "@import url(\"#{full_component_path.relative_path_from(entry_folder_path).to_s}\");"
49
+ components_css_file.puts "@import url(\"#{full_component_path.relative_path_from(entry_folder_path).to_s}\");"
50
50
  else
51
51
  puts "Component not found: #{component_path_string}".red
52
52
  puts "Check => #{components_json.relative_path_from(root_dir_path)}".red.bold
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Birdel
4
- VERSION = "2.3.4"
4
+ VERSION = "2.3.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birdel
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.4
4
+ version: 2.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii