Rakefile in time_zone_ext-0.0.1 vs Rakefile in time_zone_ext-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env rake require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) -task default: :spec +task :default => :spec \ No newline at end of file