ember_simple_auth-rails 0.6.1 → 0.6.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 498b715ab90033753bdf77832bb83bd477b626b3
4
- data.tar.gz: bc8c1ff0e6e118dc9769930ed512f6495525b0cc
3
+ metadata.gz: 53aea33dad689448357067597038c51240d0eaa9
4
+ data.tar.gz: c2e08042ab35453d753bb938ec8d5ffd7b4c60ca
5
5
  SHA512:
6
- metadata.gz: 5973918142232a714a0a9314d074e746d6de635467f4f0266d7dc8d1e8da994f5cb9043de202ea2875de741448c53b551e5b81761872ab29c73047ec3ccae18b
7
- data.tar.gz: 22e3d4bc12c54181f52350240f2a9e73810da4ea078adcc2cba509083ac22132f1f5682ea8a228699f8bf4cf04ea7d9af7d119ade9adb41402132fba21d1b0ed
6
+ metadata.gz: 62faee61aaebf1eeddafd9222c79bcf0231b64d4e589e7ce505e8140d40f08f698b99b54a69436d65bb508f24269bb9b57b6fefe505622df2bbbbf099f5d25f9
7
+ data.tar.gz: 027726929408bdd1ef45a0586e943f14ce1f8aff932ed2c74007374f2d2877d480787dd60df6be0168df98a10675aeaaa268c38afc707f29093c2827708ec9e9
@@ -1,5 +1,5 @@
1
1
  module EmberSimpleAuth
2
2
  module Rails
3
- VERSION = "0.6.1"
3
+ VERSION = "0.6.2"
4
4
  end
5
5
  end
@@ -377,6 +377,7 @@ define("simple-auth/configuration",
377
377
  this.sessionPropertyName = globalConfig.sessionPropertyName || this.sessionPropertyName;
378
378
  this.authorizer = globalConfig.authorizer || this.authorizer;
379
379
  this.store = globalConfig.store || this.store;
380
+ this.crossOriginWhitelist = globalConfig.crossOriginWhitelist || this.crossOriginWhitelist;
380
381
  this.applicationRootUrl = container.lookup('router:main').get('rootURL') || '/';
381
382
  }
382
383
  };
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember_simple_auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - frederik dudzik