b_format 0.1.3 → 0.1.4

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: c9061a02a2bc655a39975a6cb79ff7be23abb875
4
- data.tar.gz: 68238202d058dd9c460a278fe50f7525b1b641d4
3
+ metadata.gz: 95b92b1a40a18a5a723efac916b5c2f758739887
4
+ data.tar.gz: d3f080a327892de5ebc9ecab963f33a01ba82137
5
5
  SHA512:
6
- metadata.gz: 558922e049d6eb47312546c1f1175d5820aee390a82d3d33c1d24e79c76ea1fb8cdd747203849341556fb84d0cd3e0d7dc03b0d3b1b928214bb3c3b5458b2034
7
- data.tar.gz: c1a2682ceb693bc58bc89216fb16259101f836ee5943b4b756f663794903c2ef9b62180c8ab6cc56a871ec8a3657d7ae9e1c41fe9527a72229c40d0112c7f598
6
+ metadata.gz: 78c0b4f818050b6b39fcd5a334a5809be184a1200442ce6f5c0fa1387e5eff286b57d312743baf69aa699426678df83c1eae64d4b1fa74da32479ccc08a89a46
7
+ data.tar.gz: f7eefe957f39922a903e7f35e8464f1ab4645c6b96a81895d21935d40b99f3656317b06c211f68ea3fc83872ee08ef1b06d1b9544d95b5391fc8c4bf0f3773a1
@@ -1,3 +1,3 @@
1
1
  module BFormat
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/b_format.rb CHANGED
@@ -6,7 +6,7 @@ module BFormat
6
6
 
7
7
 
8
8
  def bformat
9
- p pwd
9
+ p Dir.pwd
10
10
  @directory_all = []
11
11
  Dir.chdir 'app/views' do
12
12
  @directory_all << Dir.glob("*")
@@ -14,7 +14,6 @@ module BFormat
14
14
  @directory_all.flatten!
15
15
  @directory_all.each do |name|
16
16
  if name == "layouts"
17
- p pwd
18
17
  Dir.chdir 'app/views/layouts'
19
18
  File.open '_header.html.erb', "w" do |file|
20
19
  file.write APPLICATION_HTML_BOOT_HEADER
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: b_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sibakenY