lib/runcible/models/docker_importer.rb in runcible-1.2.0 vs lib/runcible/models/docker_importer.rb in runcible-1.3.0

- old
+ new

@@ -25,11 +25,11 @@ module Models class DockerImporter < Importer ID = 'docker_importer' REPO_TYPE = 'docker-repo' - attr_accessor 'feed', 'max_speed','max_downloads', 'upstream_name', - 'proxy_port', 'proxy_password', 'proxy_username', "mask_id" + attr_accessor 'feed', 'max_speed', 'max_downloads', 'upstream_name', + 'proxy_port', 'proxy_password', 'proxy_username', 'mask_id' def id DockerImporter::ID end