Rakefile in form_api-0.2.0 vs Rakefile in form_api-1.0.0

- old
+ new

@@ -1,4 +1,6 @@ +require "bundler/gem_tasks" + begin require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task default: :spec