exe/soaspec in soaspec-0.0.78 vs exe/soaspec in soaspec-0.0.79

- old
+ new

@@ -25,11 +25,11 @@ LONGDESC desc 'new [type]', 'Initialize soaspec repository' option :ci, default: 'jenkins', banner: 'What Continuous Integration is used' option :virtual, type: :boolean, default: true, banner: 'Whether to set things up for a virtual server' def new(type = 'initial') - puts 'Creating files for soaspec' @virtual = options[:virtual] + puts "Creating files for soaspec. options are #{options}" create_file(filename: 'Gemfile') create_file(filename: 'Rakefile') create_file(filename: '.rspec') create_file(filename: '.travis.yml') if options[:ci] == 'travis' create_file(filename: 'README.md') \ No newline at end of file