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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/rdm/handlers/template_handler.rb +1 -1
- data/lib/rdm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8377b7dfecb66758dde63451e2117b1733bb7eb
|
4
|
+
data.tar.gz: 73ab78e25fbd86f975f94bbafed0fe23a2b8a439
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 747ce43ea4638a8a1de99f06256d29ba512913ac3f440938ae86afca60e50b8b06f064c97b47ca1e43a9e5cf62ee4a37c7d9ff4d9009ca8f409405382264b7a5
|
7
|
+
data.tar.gz: dbc190dcab54d208dc8e361b7d1e8e02a47913572f268cbf5d92e7fcc4d8f6ff58dde7f25f3842c83e78e173aebf06034e0659b0ad037d8145cccb3d75a45308
|
data/Gemfile.lock
CHANGED
@@ -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
|
|
data/lib/rdm/version.rb
CHANGED