Skip to content

Commit d9333cc

Browse files
committed
Update Ember and Ember CLI to v2.10.0
1 parent d8a993a commit d9333cc

File tree

7 files changed

+30
-29
lines changed

7 files changed

+30
-29
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
44
/dist

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ sudo: false
77

88
cache:
99
directories:
10-
- node_modules
10+
- $HOME/.npm
11+
- $HOME/.cache # includes bowers cache
1112

1213
env:
13-
# - EMBER_TRY_SCENARIO=default
1414
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
15-
- EMBER_TRY_SCENARIO=ember-release
1615
- EMBER_TRY_SCENARIO=ember-lts-2.4
1716
- EMBER_TRY_SCENARIO=ember-lts-2.8
17+
- EMBER_TRY_SCENARIO=ember-release
1818
- EMBER_TRY_SCENARIO=ember-beta
1919
- EMBER_TRY_SCENARIO=ember-canary
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ see source code for the unit tests: [tests/unit](tests/unit).
5757

5858
* `ember build`
5959

60-
For more information on using ember-cli, visit [http://www.ember-cli.com/][Ember CLI]
60+
For more information on using ember-cli, visit [https://www.ember-cli.com/][Ember CLI]
6161

6262
## Documentation
6363

@@ -73,7 +73,7 @@ To generate docs for the gh-pages branch:
7373

7474
* `yuidoc ./addon/* -c yuidoc.json`
7575

76-
[Ember CLI]: http://www.ember-cli.com/
76+
[Ember CLI]: https://www.ember-cli.com/
7777
[Ember.js]: http://emberjs.com
7878
[ember-jsonapi-resources.com]: http://ember-jsonapi-resources.com
7979
[Example App]: https://github.com/pixelhandler/jr-test

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-jsonapi-resources",
33
"dependencies": {
4-
"ember": "~2.9.0",
4+
"ember": "~2.10.0",
55
"ember-cli-shims": "0.1.3",
66
"fetch": "~0.10.1",
77
"es6-promise": "^4.0.5"

config/ember-try.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*jshint node:true*/
12
module.exports = {
23
scenarios: [
34
{

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,40 @@
22
"name": "ember-jsonapi-resources",
33
"version": "2.0.0",
44
"description": "Data Persistence for an Ember CLI app using the JSON API 1.0 specification.",
5+
"keywords": [
6+
"ember-addon",
7+
"ember-jsonapi-resources",
8+
"jsonapi-resources",
9+
"jsonapi"
10+
],
11+
"license": "MIT",
12+
"author": "Bill Heaton <pixelhandler@gmail.com>",
513
"directories": {
614
"doc": "doc",
715
"test": "tests"
816
},
17+
"repository": "git@github.com:pixelhandler/ember-jsonapi-resources.git",
918
"scripts": {
1019
"build": "ember build",
1120
"start": "ember server",
1221
"test": "ember try:each",
1322
"nodetest": "mocha node-tests --recursive"
1423
},
15-
"repository": "git@github.com:pixelhandler/ember-jsonapi-resources.git",
16-
"engines": {
17-
"node": ">= 0.12.0"
24+
"dependencies": {
25+
"ember-cli-babel": "^5.1.7",
26+
"ember-fetchjax": "^0.6.1",
27+
"ember-inflector": "^1.9.1",
28+
"ember-runtime-enumerable-includes-polyfill": "^1.0.2",
29+
"inflection": "~1.7.1",
30+
"lodash": "~3.10.1"
1831
},
19-
"author": "Bill Heaton <pixelhandler@gmail.com>",
20-
"license": "MIT",
2132
"devDependencies": {
2233
"broccoli-asset-rev": "^2.4.5",
2334
"broccoli-es6-concatenator": "^0.1.11",
2435
"broccoli-filter": "^0.1.14",
2536
"broccoli-static-compiler": "^0.2.1",
2637
"ember-buffered-proxy": "^0.5.1",
27-
"ember-cli": "2.9.1",
38+
"ember-cli": "2.10.0",
2839
"ember-cli-app-version": "^2.0.0",
2940
"ember-cli-blueprint-test-helpers": "^0.13.0",
3041
"ember-cli-content-security-policy": "0.4.0",
@@ -33,7 +44,7 @@
3344
"ember-cli-htmlbars": "^1.0.10",
3445
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
3546
"ember-cli-inject-live-reload": "^1.4.1",
36-
"ember-cli-jshint": "^1.0.4",
47+
"ember-cli-jshint": "^2.0.1",
3748
"ember-cli-path-utils": "^1.0.0",
3849
"ember-cli-qunit": "^3.0.1",
3950
"ember-cli-release": "^0.2.9",
@@ -54,19 +65,8 @@
5465
"silent-error": "^1.0.0",
5566
"yuidocjs": "^0.7.0"
5667
},
57-
"keywords": [
58-
"ember-addon",
59-
"ember-jsonapi-resources",
60-
"jsonapi-resources",
61-
"jsonapi"
62-
],
63-
"dependencies": {
64-
"ember-cli-babel": "^5.1.7",
65-
"ember-fetchjax": "^0.6.1",
66-
"ember-inflector": "^1.9.1",
67-
"ember-runtime-enumerable-includes-polyfill": "^1.0.2",
68-
"inflection": "~1.7.1",
69-
"lodash": "~3.10.1"
68+
"engines": {
69+
"node": ">= 0.12.0"
7070
},
7171
"ember-addon": {
7272
"configPath": "tests/dummy/config"

tests/helpers/start-app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import config from '../../config/environment';
55
export default function startApp(attrs) {
66
let application;
77

8-
let attributes = Ember.merge({}, config.APP);
9-
attributes = Ember.merge(attributes, attrs); // use defaults, but you can override;
8+
// use defaults, but you can override
9+
let attributes = Ember.assign({}, config.APP, attrs);
1010

1111
Ember.run(() => {
1212
application = Application.create(attributes);

0 commit comments

Comments
 (0)