dyspatch_client 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +23 -27
- data/docs/LocalizationsApi.md +9 -6
- data/docs/TemplatesApi.md +16 -14
- data/dyspatch_client.gemspec +4 -4
- data/lib/dyspatch_client.rb +2 -12
- data/lib/dyspatch_client/api/localizations_api.rb +14 -12
- data/lib/dyspatch_client/api/templates_api.rb +23 -25
- data/lib/dyspatch_client/api_client.rb +2 -2
- data/lib/dyspatch_client/api_error.rb +2 -2
- data/lib/dyspatch_client/configuration.rb +2 -2
- data/lib/dyspatch_client/models/api_error.rb +2 -2
- data/lib/dyspatch_client/models/compiled_read.rb +2 -2
- data/lib/dyspatch_client/models/cursor.rb +2 -2
- data/lib/dyspatch_client/models/localization_meta_read.rb +2 -2
- data/lib/dyspatch_client/models/localization_read.rb +2 -2
- data/lib/dyspatch_client/models/template_meta_read.rb +2 -2
- data/lib/dyspatch_client/models/template_read.rb +2 -2
- data/lib/dyspatch_client/models/templates_read.rb +2 -2
- data/lib/dyspatch_client/version.rb +3 -3
- data/spec/api/localizations_api_spec.rb +4 -3
- data/spec/api/templates_api_spec.rb +6 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/api_error_spec.rb +2 -2
- data/spec/models/compiled_read_spec.rb +2 -2
- data/spec/models/cursor_spec.rb +2 -2
- data/spec/models/localization_meta_read_spec.rb +2 -2
- data/spec/models/localization_read_spec.rb +2 -2
- data/spec/models/template_meta_read_spec.rb +2 -2
- data/spec/models/template_read_spec.rb +2 -2
- data/spec/models/templates_read_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +21 -60
- data/docs/CreatedAt.md +0 -7
- data/docs/LanguageId.md +0 -7
- data/docs/LocalizationId.md +0 -7
- data/docs/LocalizationName.md +0 -7
- data/docs/LocalizationUrl.md +0 -7
- data/docs/TemplateDescription.md +0 -7
- data/docs/TemplateId.md +0 -7
- data/docs/TemplateName.md +0 -7
- data/docs/TemplateUrl.md +0 -7
- data/docs/UpdatedAt.md +0 -7
- data/lib/dyspatch_client/models/created_at.rb +0 -179
- data/lib/dyspatch_client/models/language_id.rb +0 -179
- data/lib/dyspatch_client/models/localization_id.rb +0 -179
- data/lib/dyspatch_client/models/localization_name.rb +0 -179
- data/lib/dyspatch_client/models/localization_url.rb +0 -179
- data/lib/dyspatch_client/models/template_description.rb +0 -179
- data/lib/dyspatch_client/models/template_id.rb +0 -179
- data/lib/dyspatch_client/models/template_name.rb +0 -179
- data/lib/dyspatch_client/models/template_url.rb +0 -179
- data/lib/dyspatch_client/models/updated_at.rb +0 -179
- data/spec/models/created_at_spec.rb +0 -36
- data/spec/models/language_id_spec.rb +0 -36
- data/spec/models/localization_id_spec.rb +0 -36
- data/spec/models/localization_name_spec.rb +0 -36
- data/spec/models/localization_url_spec.rb +0 -36
- data/spec/models/template_description_spec.rb +0 -36
- data/spec/models/template_id_spec.rb +0 -36
- data/spec/models/template_name_spec.rb +0 -36
- data/spec/models/template_url_spec.rb +0 -36
- data/spec/models/updated_at_spec.rb +0 -36
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.1 | |
| 11 11 | 
             
            =end
         | 
| 12 12 |  | 
| 13 13 | 
             
            module DyspatchClient
         | 
| 14 | 
            -
              VERSION = " | 
| 14 | 
            +
              VERSION = "2.0.0"
         | 
| 15 15 | 
             
            end
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -36,8 +36,9 @@ describe 'LocalizationsApi' do | |
| 36 36 | 
             
              # Get Localization Object by ID
         | 
| 37 37 | 
             
              # Returns a specific localization object with a matching ID
         | 
| 38 38 | 
             
              # @param localization_id A localization ID
         | 
| 39 | 
            -
              # @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\"
         | 
| 40 39 | 
             
              # @param [Hash] opts the optional parameters
         | 
| 40 | 
            +
              # @option opts [String] :target_language The type of templating language to compile as. Should only be used for visual templates.
         | 
| 41 | 
            +
              # @option opts [String] :accept A version of the API that should be used for the request. For example, to use version "2019.03", set the value to "application/vnd.dyspatch.2019.03+json"
         | 
| 41 42 | 
             
              # @return [LocalizationRead]
         | 
| 42 43 | 
             
              describe 'localizations_localization_id_get test' do
         | 
| 43 44 | 
             
                it "should work" do
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -35,9 +35,9 @@ describe 'TemplatesApi' do | |
| 35 35 | 
             
              # unit tests for templates_get
         | 
| 36 36 | 
             
              # List Templates
         | 
| 37 37 | 
             
              # Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated.
         | 
| 38 | 
            -
              # @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\"
         | 
| 39 38 | 
             
              # @param [Hash] opts the optional parameters
         | 
| 40 39 | 
             
              # @option opts [String] :cursor A cursor value used to retrieve a specific page from a paginated result set.
         | 
| 40 | 
            +
              # @option opts [String] :accept A version of the API that should be used for the request. For example, to use version "2019.03", set the value to "application/vnd.dyspatch.2019.03+json"
         | 
| 41 41 | 
             
              # @return [TemplatesRead]
         | 
| 42 42 | 
             
              describe 'templates_get test' do
         | 
| 43 43 | 
             
                it "should work" do
         | 
| @@ -47,10 +47,11 @@ describe 'TemplatesApi' do | |
| 47 47 |  | 
| 48 48 | 
             
              # unit tests for templates_template_id_get
         | 
| 49 49 | 
             
              # Get Template by ID
         | 
| 50 | 
            -
              # Gets a template object with the matching ID. If the template has published content the  | 
| 50 | 
            +
              # Gets a template object with the matching ID. If the template has published content the "compiled" field will contain the template .
         | 
| 51 51 | 
             
              # @param template_id A template ID
         | 
| 52 | 
            -
              # @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\"
         | 
| 53 52 | 
             
              # @param [Hash] opts the optional parameters
         | 
| 53 | 
            +
              # @option opts [String] :target_language The type of templating language to compile as. Should only be used for visual templates.
         | 
| 54 | 
            +
              # @option opts [String] :accept A version of the API that should be used for the request. For example, to use version "2019.03", set the value to "application/vnd.dyspatch.2019.03+json"
         | 
| 54 55 | 
             
              # @return [TemplateRead]
         | 
| 55 56 | 
             
              describe 'templates_template_id_get test' do
         | 
| 56 57 | 
             
                it "should work" do
         | 
    
        data/spec/api_client_spec.rb
    CHANGED
    
    | @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
    
        data/spec/configuration_spec.rb
    CHANGED
    
    | @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
    
        data/spec/models/cursor_spec.rb
    CHANGED
    
    | @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
| @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
    
        data/spec/spec_helper.rb
    CHANGED
    
    | @@ -1,9 +1,9 @@ | |
| 1 1 | 
             
            =begin
         | 
| 2 2 | 
             
            #Dyspatch API
         | 
| 3 3 |  | 
| 4 | 
            -
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) 
         | 
| 4 | 
            +
            ## Introduction  The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) 
         | 
| 5 5 |  | 
| 6 | 
            -
            OpenAPI spec version:  | 
| 6 | 
            +
            OpenAPI spec version: 2019.03
         | 
| 7 7 | 
             
            Contact: support@dyspatch.io
         | 
| 8 8 | 
             
            Generated by: https://github.com/swagger-api/swagger-codegen.git
         | 
| 9 9 | 
             
            Swagger Codegen version: 2.3.1
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: dyspatch_client
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version:  | 
| 4 | 
            +
              version: 2.0.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Dyspatch
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2019-06-07 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: typhoeus
         | 
| @@ -34,42 +34,42 @@ dependencies: | |
| 34 34 | 
             
              name: json
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 36 36 | 
             
                requirements:
         | 
| 37 | 
            -
                - - "~>"
         | 
| 38 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 39 | 
            -
                    version: '2.1'
         | 
| 40 37 | 
             
                - - ">="
         | 
| 41 38 | 
             
                  - !ruby/object:Gem::Version
         | 
| 42 39 | 
             
                    version: 2.1.0
         | 
| 40 | 
            +
                - - "~>"
         | 
| 41 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 42 | 
            +
                    version: '2.1'
         | 
| 43 43 | 
             
              type: :runtime
         | 
| 44 44 | 
             
              prerelease: false
         | 
| 45 45 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 46 46 | 
             
                requirements:
         | 
| 47 | 
            -
                - - "~>"
         | 
| 48 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 49 | 
            -
                    version: '2.1'
         | 
| 50 47 | 
             
                - - ">="
         | 
| 51 48 | 
             
                  - !ruby/object:Gem::Version
         | 
| 52 49 | 
             
                    version: 2.1.0
         | 
| 50 | 
            +
                - - "~>"
         | 
| 51 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 52 | 
            +
                    version: '2.1'
         | 
| 53 53 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 54 54 | 
             
              name: rspec
         | 
| 55 55 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 56 56 | 
             
                requirements:
         | 
| 57 | 
            -
                - - "~>"
         | 
| 58 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 59 | 
            -
                    version: '3.6'
         | 
| 60 57 | 
             
                - - ">="
         | 
| 61 58 | 
             
                  - !ruby/object:Gem::Version
         | 
| 62 59 | 
             
                    version: 3.6.0
         | 
| 60 | 
            +
                - - "~>"
         | 
| 61 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 62 | 
            +
                    version: '3.6'
         | 
| 63 63 | 
             
              type: :development
         | 
| 64 64 | 
             
              prerelease: false
         | 
| 65 65 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 66 66 | 
             
                requirements:
         | 
| 67 | 
            -
                - - "~>"
         | 
| 68 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 69 | 
            -
                    version: '3.6'
         | 
| 70 67 | 
             
                - - ">="
         | 
| 71 68 | 
             
                  - !ruby/object:Gem::Version
         | 
| 72 69 | 
             
                    version: 3.6.0
         | 
| 70 | 
            +
                - - "~>"
         | 
| 71 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 72 | 
            +
                    version: '3.6'
         | 
| 73 73 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 74 74 | 
             
              name: vcr
         | 
| 75 75 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -196,7 +196,9 @@ description: "# Introduction  The Dyspatch API is based on the REST paradigm, an | |
| 196 196 | 
             
              formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/)
         | 
| 197 197 | 
             
              for more details on how to implement Dyspatch.  ## API Client Libraries  Dyspatch
         | 
| 198 198 | 
             
              provides API Clients for popular languages and web frameworks.   - [Java](https://github.com/getdyspatch/dyspatch-java)
         | 
| 199 | 
            -
              - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) | 
| 199 | 
            +
              - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python)
         | 
| 200 | 
            +
              - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang)
         | 
| 201 | 
            +
              - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) "
         | 
| 200 202 | 
             
            email:
         | 
| 201 203 | 
             
            - support@dyspatch.io
         | 
| 202 204 | 
             
            executables: []
         | 
| @@ -209,24 +211,14 @@ files: | |
| 209 211 | 
             
            - Rakefile
         | 
| 210 212 | 
             
            - docs/APIError.md
         | 
| 211 213 | 
             
            - docs/CompiledRead.md
         | 
| 212 | 
            -
            - docs/CreatedAt.md
         | 
| 213 214 | 
             
            - docs/Cursor.md
         | 
| 214 | 
            -
            - docs/LanguageId.md
         | 
| 215 | 
            -
            - docs/LocalizationId.md
         | 
| 216 215 | 
             
            - docs/LocalizationMetaRead.md
         | 
| 217 | 
            -
            - docs/LocalizationName.md
         | 
| 218 216 | 
             
            - docs/LocalizationRead.md
         | 
| 219 | 
            -
            - docs/LocalizationUrl.md
         | 
| 220 217 | 
             
            - docs/LocalizationsApi.md
         | 
| 221 | 
            -
            - docs/TemplateDescription.md
         | 
| 222 | 
            -
            - docs/TemplateId.md
         | 
| 223 218 | 
             
            - docs/TemplateMetaRead.md
         | 
| 224 | 
            -
            - docs/TemplateName.md
         | 
| 225 219 | 
             
            - docs/TemplateRead.md
         | 
| 226 | 
            -
            - docs/TemplateUrl.md
         | 
| 227 220 | 
             
            - docs/TemplatesApi.md
         | 
| 228 221 | 
             
            - docs/TemplatesRead.md
         | 
| 229 | 
            -
            - docs/UpdatedAt.md
         | 
| 230 222 | 
             
            - dyspatch_client.gemspec
         | 
| 231 223 | 
             
            - git_push.sh
         | 
| 232 224 | 
             
            - lib/dyspatch_client.rb
         | 
| @@ -237,22 +229,12 @@ files: | |
| 237 229 | 
             
            - lib/dyspatch_client/configuration.rb
         | 
| 238 230 | 
             
            - lib/dyspatch_client/models/api_error.rb
         | 
| 239 231 | 
             
            - lib/dyspatch_client/models/compiled_read.rb
         | 
| 240 | 
            -
            - lib/dyspatch_client/models/created_at.rb
         | 
| 241 232 | 
             
            - lib/dyspatch_client/models/cursor.rb
         | 
| 242 | 
            -
            - lib/dyspatch_client/models/language_id.rb
         | 
| 243 | 
            -
            - lib/dyspatch_client/models/localization_id.rb
         | 
| 244 233 | 
             
            - lib/dyspatch_client/models/localization_meta_read.rb
         | 
| 245 | 
            -
            - lib/dyspatch_client/models/localization_name.rb
         | 
| 246 234 | 
             
            - lib/dyspatch_client/models/localization_read.rb
         | 
| 247 | 
            -
            - lib/dyspatch_client/models/localization_url.rb
         | 
| 248 | 
            -
            - lib/dyspatch_client/models/template_description.rb
         | 
| 249 | 
            -
            - lib/dyspatch_client/models/template_id.rb
         | 
| 250 235 | 
             
            - lib/dyspatch_client/models/template_meta_read.rb
         | 
| 251 | 
            -
            - lib/dyspatch_client/models/template_name.rb
         | 
| 252 236 | 
             
            - lib/dyspatch_client/models/template_read.rb
         | 
| 253 | 
            -
            - lib/dyspatch_client/models/template_url.rb
         | 
| 254 237 | 
             
            - lib/dyspatch_client/models/templates_read.rb
         | 
| 255 | 
            -
            - lib/dyspatch_client/models/updated_at.rb
         | 
| 256 238 | 
             
            - lib/dyspatch_client/version.rb
         | 
| 257 239 | 
             
            - spec/api/localizations_api_spec.rb
         | 
| 258 240 | 
             
            - spec/api/templates_api_spec.rb
         | 
| @@ -260,22 +242,12 @@ files: | |
| 260 242 | 
             
            - spec/configuration_spec.rb
         | 
| 261 243 | 
             
            - spec/models/api_error_spec.rb
         | 
| 262 244 | 
             
            - spec/models/compiled_read_spec.rb
         | 
| 263 | 
            -
            - spec/models/created_at_spec.rb
         | 
| 264 245 | 
             
            - spec/models/cursor_spec.rb
         | 
| 265 | 
            -
            - spec/models/language_id_spec.rb
         | 
| 266 | 
            -
            - spec/models/localization_id_spec.rb
         | 
| 267 246 | 
             
            - spec/models/localization_meta_read_spec.rb
         | 
| 268 | 
            -
            - spec/models/localization_name_spec.rb
         | 
| 269 247 | 
             
            - spec/models/localization_read_spec.rb
         | 
| 270 | 
            -
            - spec/models/localization_url_spec.rb
         | 
| 271 | 
            -
            - spec/models/template_description_spec.rb
         | 
| 272 | 
            -
            - spec/models/template_id_spec.rb
         | 
| 273 248 | 
             
            - spec/models/template_meta_read_spec.rb
         | 
| 274 | 
            -
            - spec/models/template_name_spec.rb
         | 
| 275 249 | 
             
            - spec/models/template_read_spec.rb
         | 
| 276 | 
            -
            - spec/models/template_url_spec.rb
         | 
| 277 250 | 
             
            - spec/models/templates_read_spec.rb
         | 
| 278 | 
            -
            - spec/models/updated_at_spec.rb
         | 
| 279 251 | 
             
            - spec/spec_helper.rb
         | 
| 280 252 | 
             
            homepage: https://www.dyspatch.io
         | 
| 281 253 | 
             
            licenses:
         | 
| @@ -296,34 +268,23 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 296 268 | 
             
                - !ruby/object:Gem::Version
         | 
| 297 269 | 
             
                  version: '0'
         | 
| 298 270 | 
             
            requirements: []
         | 
| 299 | 
            -
             | 
| 300 | 
            -
            rubygems_version: 2.6.11
         | 
| 271 | 
            +
            rubygems_version: 3.0.3
         | 
| 301 272 | 
             
            signing_key: 
         | 
| 302 273 | 
             
            specification_version: 4
         | 
| 303 | 
            -
            summary: Dyspatch is an email production platform that helps  | 
| 304 | 
            -
               | 
| 305 | 
            -
               | 
| 274 | 
            +
            summary: Dyspatch is an email production platform that helps teams create and change
         | 
| 275 | 
            +
              transactional and triggered emails faster. See https://www.dyspatch.io for more
         | 
| 276 | 
            +
              information.
         | 
| 306 277 | 
             
            test_files:
         | 
| 307 278 | 
             
            - spec/api/localizations_api_spec.rb
         | 
| 308 279 | 
             
            - spec/api/templates_api_spec.rb
         | 
| 309 280 | 
             
            - spec/api_client_spec.rb
         | 
| 310 281 | 
             
            - spec/configuration_spec.rb
         | 
| 311 | 
            -
            - spec/models/language_id_spec.rb
         | 
| 312 282 | 
             
            - spec/models/cursor_spec.rb
         | 
| 313 | 
            -
            - spec/models/template_description_spec.rb
         | 
| 314 | 
            -
            - spec/models/template_name_spec.rb
         | 
| 315 | 
            -
            - spec/models/created_at_spec.rb
         | 
| 316 | 
            -
            - spec/models/updated_at_spec.rb
         | 
| 317 283 | 
             
            - spec/models/api_error_spec.rb
         | 
| 318 284 | 
             
            - spec/models/template_meta_read_spec.rb
         | 
| 319 | 
            -
            - spec/models/localization_id_spec.rb
         | 
| 320 | 
            -
            - spec/models/localization_name_spec.rb
         | 
| 321 | 
            -
            - spec/models/template_url_spec.rb
         | 
| 322 285 | 
             
            - spec/models/localization_meta_read_spec.rb
         | 
| 323 286 | 
             
            - spec/models/template_read_spec.rb
         | 
| 324 287 | 
             
            - spec/models/compiled_read_spec.rb
         | 
| 325 288 | 
             
            - spec/models/templates_read_spec.rb
         | 
| 326 | 
            -
            - spec/models/localization_url_spec.rb
         | 
| 327 | 
            -
            - spec/models/template_id_spec.rb
         | 
| 328 289 | 
             
            - spec/models/localization_read_spec.rb
         | 
| 329 290 | 
             
            - spec/spec_helper.rb
         |