lib/microgem/generator.rb in microgem-1.0.6 vs lib/microgem/generator.rb in microgem-1.0.7
- old
+ new
@@ -76,9 +76,13 @@
def last_name
path[%r<[^/]+$>]
end
+ def specs
+ options[:specs]
+ end
+
def github_name
options[:github] || name
end
def info