things/ruby/self/THING in batcave-0.0.1 vs things/ruby/self/THING in batcave-0.0.4
- old
+ new
@@ -1,8 +1,17 @@
+environment :project
+
+# Don't overwrite these files on update
+create_only [ "Gemfile", "{name}.gemspec" ]
+
+options do
+ parameter "NAME", "The name of the project", :attribute_name => :name
+end
+
boilerplate = [ "Gemfile" ]