Rakefile in dkron-rb-0.11.2 vs Rakefile in dkron-rb-1.0.0

- old
+ new

@@ -4,9 +4,5 @@ RSpec::Core::RakeTask.new(:spec) task default: :spec rescue LoadError # no rspec available end - -task(:codegen) do - sh('swagger-codegen', 'generate', '-i', 'https://dkron.io/swagger.yaml', '-l', 'ruby', '-o', '.', '-c', 'config.json') -end