gn 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. data/bin/gn +3 -0
  2. metadata +2 -1
data/bin/gn CHANGED
@@ -53,5 +53,8 @@ rest.each do |name|
53
53
  File.open(blueprint.destination, "w") do |file|
54
54
  file.write blueprint.render
55
55
  end
56
+
57
+ # Report the file destination.
58
+ puts "Created #{blueprint.destination}"
56
59
  end
57
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,6 +47,7 @@ dependencies:
47
47
  version: '0'
48
48
  description: Simple Generator for the masses
49
49
  email:
50
+ - michel@soveran.com
50
51
  - lucasefe@gmail.com
51
52
  executables:
52
53
  - gn