birdel 2.3.6 → 3.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
  SHA256:
3
- metadata.gz: 2f36f8950b9b539f55965ae74ee6f02ebcf4768eb185cdbd100c517cee577ddb
4
- data.tar.gz: 7afd29f47a0b52a097834cbc26a4aa563ac381ade57e8e73e32386266060a63e
3
+ metadata.gz: 40599925aad88f556556c06495eb89752d71a8865a71debbb1347bbc34890a1b
4
+ data.tar.gz: c7365b76eaa804f685b01e96b40348620c07e3fbaacad38d34a6333b968fd438
5
5
  SHA512:
6
- metadata.gz: 848c6e2839ebe4cf6ff68e6ca72e4c54a4db5de4c1c5baab5a6053dc839d35b5bb13692213b86b6e83aab5b22907e95512e543e6678dae76328f563e46ce60da
7
- data.tar.gz: 1c5eb6a5c9c32b73d0c0592220429c836edf252ef25809b406d97d844a5d3758b17dd8595f0da9ae132d36dee1aef5ad3b3fbb8ab77997668badb8c22d9f9e95
6
+ metadata.gz: 9422f02523f26ab5273fbb0b120280d3c0ebdf0ae952bf9d159237b964220dd2e1d3203582a7000a1be377f6aaffb4d97d539e8cd64f98bb83b7e87f5e783dc7
7
+ data.tar.gz: d11f384d3fd2858294e609cce4399f950be2acce572a71ec74b0891cb10ac69d3362788ac88466f61603616f5fdb9cf820632119b0c7858aa8e463ef886621a4
@@ -47,7 +47,7 @@ module Birdel
47
47
  end
48
48
  end
49
49
 
50
- p " "
50
+ puts ""
51
51
 
52
52
  if full_js_entry_path.exist?
53
53
  puts "Entry #{full_js_entry_path.relative_path_from(myapp_path)} already exists".red.bold
@@ -81,7 +81,7 @@ module Birdel
81
81
  css_index_filename_without_extension = css_index_path.basename('.css').to_s
82
82
  css_index_formatted_path = "#{css_index_directory_path}/#{css_index_filename_without_extension}"
83
83
 
84
- p " "
84
+ puts ""
85
85
 
86
86
  if full_layout_entry_path.exist?
87
87
  puts "Entry #{full_layout_entry_path.relative_path_from(myapp_path)} already exists".red.bold
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Birdel
4
- VERSION = "2.3.6"
4
+ VERSION = "3.0.1"
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.6
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii