ember-auth-source 9.0.6 → 9.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/dist/ember-auth.js +2 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a138f30280b28d8bc102d93b8159e48200beb48
4
- data.tar.gz: 0a2533ccd60bad409bd9aaf385bf7aef0de95833
3
+ metadata.gz: 80e11c08871f4c03adf5a75cc1f582f436c9f009
4
+ data.tar.gz: 1c0bd032c5a67c67e9a764405cb8133b42b3dccb
5
5
  SHA512:
6
- metadata.gz: 987406bb84d26ebdd539db06a144ea1ecb42c6bf0b22a1775e625db3a862ccc8e59dbe6bb60e4beda7c0ce16fb2ae43c8301c8a532848bc20488fc19ef1750bc
7
- data.tar.gz: 316cf902adc4a75269755d81ced247c3121eadd7bee4612aecf911f87ae529de8a8b5a7dc9e1ee80813826e36b98a605b2e9cf4aa6029c5021ffe913628684e9
6
+ metadata.gz: 246fcf3c243401fabaa604041c1b20df9dc22a4254a0d58f77720c1dfdf39f554c764267107cf7ec18e0bbb41cd940f3df764f63ecd42fee5448c71522403d04
7
+ data.tar.gz: f128542b66cf04add4d67259c7db3775c1ab9a609fc9a7abd5035af48e555da95eef86b4f4f012e44c485c390017dac67d59806a479af1176bdde43c93be7d3e
@@ -215,6 +215,8 @@ void function () {
215
215
  },
216
216
  destroySession: function (data) {
217
217
  var this$;
218
+ if (null == data)
219
+ data = {};
218
220
  return new (get$(get$(Em, 'RSVP'), 'Promise'))((this$ = this, function (resolve, reject) {
219
221
  var handler, promises;
220
222
  if (typeof data === 'string')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-auth-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.6
4
+ version: 9.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - heartsentwined
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-14 00:00:00.000000000 Z
11
+ date: 2013-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ember-source