Rakefile in tsclient-0.0.1 vs Rakefile in tsclient-0.1.0

- old
+ new

@@ -9,6 +9,6 @@ t.test_files = FileList["spec/**/*_spec.rb"] end require "standard/rake" -task default: %i[test standard] +task default: %i[standard spec]