rdm 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82589b924f2da2db5b5723f0045581e056507551
4
- data.tar.gz: 848c530582c986771c68b092e3b0da98e07860fa
3
+ metadata.gz: b8377b7dfecb66758dde63451e2117b1733bb7eb
4
+ data.tar.gz: 73ab78e25fbd86f975f94bbafed0fe23a2b8a439
5
5
  SHA512:
6
- metadata.gz: f174c7f97f81affedf612904b309639208c36f3000a62713faecb0513fd034b8a8da50337c786be950d44cc7769488300648a1ac2089baf78cc1001354115323
7
- data.tar.gz: bcbd6d6d56c0ede7862f465c38bfa016ba2d24b65391285ef41047039c09a7013c0fceafc88fd9ff478914b757a5b4a35b7866d4357a2bccf74af997f3c2dabb
6
+ metadata.gz: 747ce43ea4638a8a1de99f06256d29ba512913ac3f440938ae86afca60e50b8b06f064c97b47ca1e43a9e5cf62ee4a37c7d9ff4d9009ca8f409405382264b7a5
7
+ data.tar.gz: dbc190dcab54d208dc8e361b7d1e8e02a47913572f268cbf5d92e7fcc4d8f6ff58dde7f25f3842c83e78e173aebf06034e0659b0ad037d8145cccb3d75a45308
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rdm (0.3.2)
4
+ rdm (0.3.3)
5
5
  activesupport
6
6
  commander (~> 4.4)
7
7
 
@@ -88,7 +88,7 @@ module Rdm
88
88
  rendered_abs_path = Rdm::Templates::TemplateRenderer.handle(get_destination_path(file), @locals)
89
89
 
90
90
  if File.exists?(rendered_abs_path)
91
- stdout.puts "Warning! #{file} already exists. Skipping file creation..."
91
+ @stdout.puts "Warning! #{file} already exists. Skipping file creation..."
92
92
  next
93
93
  end
94
94
 
@@ -1,3 +1,3 @@
1
1
  module Rdm
2
- VERSION = '0.3.2'.freeze
2
+ VERSION = '0.3.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Droid Labs