spec/fixtures/template-repository/BadExample/BadExample.klippspec in klipp-0.2.2.1 vs spec/fixtures/template-repository/BadExample/BadExample.klippspec in klipp-0.2.2.2

- old
+ new

@@ -1,5 +1,7 @@ +# encoding=utf-8 + Template::Spec.new do |s| s.name = 'BadExample' s.lalala = 'pod install' s.token :PROJECT_TITLE do |t| @@ -30,6 +32,6 @@ t.comment = "Class prefix (e.g. 'AMZ')" t.validation = /^[A-Z][A-Z0-9]{2,}$/ t.validation_hint = 'All caps, at least three, starting with an alphabetical character' end -end \ No newline at end of file +end