This commit is contained in:
bootstraponline
2012-09-04 16:24:16 -06:00
parent 0cf0fad50e
commit 56a5a7d92b
2 changed files with 3 additions and 151 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ task :gemspec => :validate do
split("\n").
sort.
reject { |file| file =~ /^\./ }.
reject { |file| file =~ /^(rdoc|pkg)/ }.
reject { |file| file =~ /^(rdoc|pkg|test)/ }.
map { |file| " #{file}" }.
join("\n")
@@ -139,4 +139,4 @@ task :validate do
puts "A `VERSION` file at root level violates Gem best practices."
exit!
end
end
end