diff --git a/README.md b/README.md index aa5a107..4e4e4bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hymenobacterdotinfo +# clostridiumdotinfo This ember application is an interface for the [bactdb](https://github.com/thermokarst/bactdb). diff --git a/app/index.html b/app/index.html index 96799a6..ab0cdf9 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,7 @@ - hymenobacter.info + clostridium.info @@ -12,7 +12,7 @@ {{content-for 'head'}} - + {{content-for 'head-footer'}} @@ -20,7 +20,7 @@ {{content-for 'body'}} - + {{content-for 'body-footer'}} diff --git a/app/mirage/config.js b/app/mirage/config.js index 418da09..ca17f7b 100644 --- a/app/mirage/config.js +++ b/app/mirage/config.js @@ -7,7 +7,7 @@ export default function() { export function testConfig() { this.urlPrefix = 'https://bactdb-test.herokuapp.com'; - this.namespace = '/api/hymenobacter'; + this.namespace = '/api/clostridium'; this.timing = 0; this.get('/users'); diff --git a/app/pods/protected/about/template.hbs b/app/pods/protected/about/template.hbs index 2b95e93..b583288 100644 --- a/app/pods/protected/about/template.hbs +++ b/app/pods/protected/about/template.hbs @@ -1,3 +1,3 @@
-

This is some information about hymenobacter.info

+

This is some information about clostridium.info

diff --git a/bower.json b/bower.json index ecb82fe..aa27bdd 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "hymenobacterdotinfo", + "name": "clostridiumdotinfo", "dependencies": { "jquery": "~2.1.1", "ember": "~2.2.0", diff --git a/config/environment.js b/config/environment.js index e8cfd47..8174088 100644 --- a/config/environment.js +++ b/config/environment.js @@ -2,7 +2,7 @@ module.exports = function(environment) { var ENV = { - modulePrefix: 'hymenobacterdotinfo', + modulePrefix: 'clostridiumdotinfo', environment: environment, baseURL: '/', locationType: 'auto', @@ -12,9 +12,9 @@ module.exports = function(environment) { } }, APP: { - genus: 'hymenobacter', + genus: 'clostridium', }, - podModulePrefix: 'hymenobacterdotinfo/pods', + podModulePrefix: 'clostridiumdotinfo/pods', flashMessageDefaults: { sticky: true, type: 'error', diff --git a/firebase.json b/firebase.json index 436b0cf..fe0de1f 100644 --- a/firebase.json +++ b/firebase.json @@ -1,5 +1,5 @@ { - "firebase": "hymenobacter-test", + "firebase": "clostridium-test", "public": "./dist", "ignore": [ "firebase.json", diff --git a/package.json b/package.json index 6038a26..b8f4e8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "hymenobacterdotinfo", + "name": "clostridiumdotinfo", "version": "0.0.0", - "description": "Small description for hymenobacterdotinfo goes here", + "description": "Small description for clostridiumdotinfo goes here", "private": true, "directories": { "doc": "doc", diff --git a/tests/index.html b/tests/index.html index de2e29b..20f5400 100644 --- a/tests/index.html +++ b/tests/index.html @@ -3,7 +3,7 @@ - Hymenobacterdotinfo Tests + clostridiumdotinfo Tests @@ -11,7 +11,7 @@ {{content-for 'test-head'}} - + {{content-for 'head-footer'}} @@ -23,7 +23,7 @@ - +