Rakefile in ncmb-ruby-client-0.1.7 vs Rakefile in ncmb-ruby-client-0.2.0

- old
+ new

@@ -8,8 +8,8 @@ desc "run spec" RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = ["--color", "--format documentation"] end -task :default do - FileList['examples/d*.rb'].each { |file| ruby file } +task :examples do + FileList['examples/*.rb'].each { |file| ruby file } end \ No newline at end of file