ember-auth-rails 3.4.2 → 3.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,7 @@
64
64
  if (base && base[base.length - 1] === '/') {
65
65
  base = base.substr(0, base.length - 1);
66
66
  }
67
- if (path[0] === '/') {
67
+ if ((path != null ? path[0] : void 0) === '/') {
68
68
  path = path.substr(1, path.length);
69
69
  }
70
70
  return [base, path].join('/');
@@ -1,5 +1,5 @@
1
1
  module EmberAuth
2
2
  module Rails
3
- VERSION = '3.4.2'
3
+ VERSION = '3.4.3'
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module EmberAuth
2
- VERSION = '2.2.2'
2
+ VERSION = '2.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ember-rails