Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Ember CLI 0.2.3 #107

Merged
merged 11 commits into from
Apr 17, 2015
Merged

Upgrade to Ember CLI 0.2.3 #107

merged 11 commits into from
Apr 17, 2015

Conversation

joshforisha
Copy link
Contributor

No description provided.

@joshforisha
Copy link
Contributor Author

I updated the addon install command in the README and the application.hbs.

@@ -18,6 +18,7 @@ indent_style = space
indent_size = 2

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/softlayer/sl-ember-test-helpers/pull/72/files changed "indent_size" property throughout this file in that repo but the same changes were not made here. We should be consistent across the repositories in this regard.

* component is rendered into the DOM is adhered to.
*/
test( 'Renders as a span tag with no classes', function( assert ) {
var component = this.subject({ translateService: translateService }),
$component = this.render();
var component = this.subject({ translateService });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not need assignment to var

@notmessenger
Copy link
Collaborator

https://github.com/softlayer/sl-ember-translate#binding needs to be changed to reflect the "Binding" changes

"glob": "^4.5.1",
"sl-ember-test-helpers": "1.3.0"
"ember-disable-prototype-extensions": "^1.0.0",
"ember-try": "0.0.4",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this entry

@notmessenger notmessenger added this to the v.1.6.0 milestone Apr 17, 2015
notmessenger added a commit that referenced this pull request Apr 17, 2015
@notmessenger notmessenger merged commit 847c87b into softlayer:develop Apr 17, 2015
@joshforisha joshforisha deleted the ember-cli/0-2-3 branch July 12, 2015 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants