Rakefile in resilient_socket-0.3.0 vs Rakefile in resilient_socket-0.3.1

- old
+ new

@@ -17,10 +17,10 @@ spec.email = ['reidmo@gmail.com'] spec.homepage = 'https://github.com/ClarityServices/resilient_socket' spec.date = Date.today.to_s spec.summary = "A Resilient TCP Socket Client with built-in timeouts, retries, and logging" spec.description = "A Resilient TCP Socket Client with built-in timeouts, retries, and logging" - spec.files = FileList["./**/*"].exclude('*.gem', 'nbproject').map{|f| f.sub(/^\.\//, '')} + spec.files = FileList["./**/*"].exclude(/.gem$/, /.log$/,/^nbproject/).map{|f| f.sub(/^\.\//, '')} spec.has_rdoc = true spec.add_dependency 'semantic_logger' end Gem::Builder.new(gemspec).build end