architecture 6.0.1 → 6.0.2

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: 007324f8c8e597b68cdb910f8b22d7466e66bd92
4
- data.tar.gz: 49a91e69710d43dccba396d131cf18770358b074
3
+ metadata.gz: 7e451801adbd59c1f835aa17ea286c59476c4cc4
4
+ data.tar.gz: 8a46c5a6c866fec1eec6f60f2c6b97933be88126
5
5
  SHA512:
6
- metadata.gz: c71479c2270f1207c361dbd0e31f576b9921b2841ec1b38c0a9c00294631db6bf9da7c23310222002d1ebcd10d986e915bced281d96d0a7fc6676799864e4d10
7
- data.tar.gz: 5590c4f343d887cf7266cdf03038e1e0f99eed226c8f737f390218e00671cb6dece100e79da26d88b1c1e3f63102a75e404715c24401a7657d52c388809d0fb2
6
+ metadata.gz: 37f1622966e80856e351f04cd24da27aba21d5de90327b1824c353023ffd32018c21d86ddea3704623c1e7d558b837417d5c5a7cee55ef8591c00d3dfe8d0d4d
7
+ data.tar.gz: 00edded333075ad12619e7046741d348d8f7a4987777b7d3295fe6e28f34408fc347d77cca4a083905cdbbe6fdc59d19526dd940e0041112cdce99b30c8bb487
@@ -107,7 +107,7 @@ module Architecture
107
107
  end
108
108
 
109
109
  def within(directory: nil, source: join(@source, directory), destination: join(@destination, directory), &block)
110
- @output.print "#{indentention}Within #{destination}"
110
+ @output.puts "#{indentention}Within #{destination}"
111
111
 
112
112
  self.class.new(source: source, destination: destination, output: @output, level: @level + 1, &block)
113
113
  end
@@ -1,3 +1,3 @@
1
1
  module Architecture
2
- VERSION = "6.0.1"
2
+ VERSION = "6.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: architecture
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kurtis Rainbolt-Greene