Skip to content

Commit

Permalink
Merge pull request #17 from fuzzmz/ghost_v0.5.7
Browse files Browse the repository at this point in the history
Upgrade to Ghost v0.5.7
  • Loading branch information
fuzzmz committed Dec 16, 2014
2 parents bbbf914 + 2dc0356 commit 772406c
Show file tree
Hide file tree
Showing 391 changed files with 30,225 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .openshift/quickstart.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"Ghost",
"website":"http://tryghost.org/",
"version":"0.5.6",
"version":"0.5.7",
"initial_git_url":"https://github.com/fuzzmz/openshift-ghost-quickstart.git",
"cartridges":["nodejs-0.10"],
"env_variables":[{"name":"value"},{"name":"value"}],
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ var _ = require('lodash'),
},

testem: {
command: path.resolve(cwd + '/node_modules/.bin/testem ci'),
command: path.resolve(cwd + '/node_modules/.bin/testem ci -f core/test/client/testem.json'),
options: {
stdout: true,
stdin: false
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ember-data": "1.0.0-beta.11",
"ember-load-initializers": "git://github.com/stefanpenner/ember-load-initializers.git#0.0.1",
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#181251821cf513bb58d3e192faa13245a816f75e",
"ember-simple-auth": "0.6.6",
"ember-simple-auth": "0.7.2",
"fastclick": "1.0.0",
"handlebars": "1.3.0",
"ic-ajax": "1.0.1",
Expand Down
Loading

0 comments on commit 772406c

Please sign in to comment.