diff --git a/README.md b/README.md index 16e11f0..b56745d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hymenobacterdotinfo +# clostridiumdotinfo Detailed information to come --- for now see the ember-cli boilerplate below. diff --git a/app/index.html b/app/index.html index f75c736..a35ee85 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,7 @@
-diff --git a/app/pods/about/template.hbs b/app/pods/about/template.hbs index 2b95e93..b583288 100644 --- a/app/pods/about/template.hbs +++ b/app/pods/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 6aa21fe..7eac921 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "hymenobacterdotinfo", + "name": "clostridiumdotinfo", "dependencies": { "jquery": "~2.1.1", "ember": "1.12.0", diff --git a/config/environment.js b/config/environment.js index e71d629..78196ba 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', 'simple-auth': { session: 'session:custom', authorizer: 'simple-auth-authorizer:token', diff --git a/divshot.json b/divshot.json index f879f3c..97f0047 100644 --- a/divshot.json +++ b/divshot.json @@ -1,5 +1,5 @@ { - "name": "hymenobacterdotinfo", + "name": "clostridiumdotinfo", "root": "./dist", "routes": { "/tests": "tests/index.html", diff --git a/package.json b/package.json index f39391f..edb726a 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/server/mocks/characteristic-types.js b/server/mocks/characteristic-types.js index 906a454..15405ef 100644 --- a/server/mocks/characteristic-types.js +++ b/server/mocks/characteristic-types.js @@ -77,5 +77,5 @@ module.exports = function(app) { res.status(204).end(); }); - app.use('/api/hymenobacter/characteristicTypes', characteristicTypesRouter); + app.use('/api/clostridium/characteristicTypes', characteristicTypesRouter); }; diff --git a/server/mocks/characteristics.js b/server/mocks/characteristics.js index 3be513c..170e6b9 100644 --- a/server/mocks/characteristics.js +++ b/server/mocks/characteristics.js @@ -109,5 +109,5 @@ module.exports = function(app) { res.status(204).end(); }); - app.use('/api/hymenobacter/characteristics', characteristicsRouter); + app.use('/api/clostridium/characteristics', characteristicsRouter); }; diff --git a/server/mocks/measurements.js b/server/mocks/measurements.js index e4e7fdc..64d4428 100644 --- a/server/mocks/measurements.js +++ b/server/mocks/measurements.js @@ -205,5 +205,5 @@ module.exports = function(app) { res.status(204).end(); }); - app.use('/api/hymenobacter/measurements', measurementsRouter); + app.use('/api/clostridium/measurements', measurementsRouter); }; diff --git a/server/mocks/species.js b/server/mocks/species.js index f3b0430..59ff57b 100644 --- a/server/mocks/species.js +++ b/server/mocks/species.js @@ -5,7 +5,7 @@ module.exports = function(app) { var SPECIES = [ { id: 1, - genusName: "Hymenobacter", + genusName: "Clostridium", speciesName: "One", typeSpecies: true, etymology: "Test Etymology", @@ -20,7 +20,7 @@ module.exports = function(app) { }, { id: 2, - genusName: "Hymenobacter", + genusName: "Clostridium", speciesName: "Two", typeSpecies: true, etymology: "Test Etymology", @@ -35,7 +35,7 @@ module.exports = function(app) { }, { id: 3, - genusName: "Hymenobacter", + genusName: "Clostridium", speciesName: "Three", typeSpecies: true, etymology: "Test Etymology", @@ -50,7 +50,7 @@ module.exports = function(app) { }, { id: 4, - genusName: "Hymenobacter", + genusName: "Clostridium", speciesName: "Four", typeSpecies: true, etymology: "Test Etymology", @@ -101,5 +101,5 @@ module.exports = function(app) { res.status(204).end(); }); - app.use('/api/hymenobacter/species', speciesRouter); + app.use('/api/clostridium/species', speciesRouter); }; diff --git a/server/mocks/strains.js b/server/mocks/strains.js index d6bfccf..0349cc3 100644 --- a/server/mocks/strains.js +++ b/server/mocks/strains.js @@ -126,5 +126,5 @@ module.exports = function(app) { res.status(204).end(); }); - app.use('/api/hymenobacter/strains', strainsRouter); + app.use('/api/clostridium/strains', strainsRouter); }; diff --git a/tests/index.html b/tests/index.html index 648f884..e32fd45 100644 --- a/tests/index.html +++ b/tests/index.html @@ -3,7 +3,7 @@
-
+
@@ -11,7 +11,7 @@ {{content-for 'test-head'}} - + {{content-for 'head-footer'}} @@ -23,7 +23,7 @@ {{content-for 'test-body'}} - +