ember-auth-rails 4.0.2 → 4.0.3

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.
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install directly:
20
20
 
21
21
  ```sh
22
22
  $ gem install ember-auth-rails
23
- $ gem install ember-auth-source --version '6.0.2'
23
+ $ gem install ember-auth-source --version '(your desired version)'
24
24
  ```
25
25
 
26
26
  Add `ember-auth` to sprockets. `application.js`:
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.name = 'ember-auth-rails'
8
8
  gem.version = EmberAuth::Rails::VERSION
9
9
  gem.authors = ['heartsentwined']
10
- gem.email = ['heartsentwined@cogito-lab.com']
10
+ gem.email = ['heartsentwined.me@gmail.com']
11
11
  gem.date = Time.now.strftime('%Y-%m-%d')
12
12
  gem.summary = 'Ember-auth for Rails'
13
13
  gem.description = <<-EOS
@@ -1,5 +1,5 @@
1
1
  module EmberAuth
2
2
  module Rails
3
- VERSION = '4.0.2'
3
+ VERSION = '4.0.3'
4
4
  end
5
5
  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: 4.0.2
4
+ version: 4.0.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-05-29 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ember-auth-source
@@ -46,7 +46,7 @@ dependencies:
46
46
  description: ! " Ember-auth is an authentication framework for ember.js.\n It
47
47
  is expected to work out of the box with rails + devise.\n"
48
48
  email:
49
- - heartsentwined@cogito-lab.com
49
+ - heartsentwined.me@gmail.com
50
50
  executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
@@ -72,18 +72,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
72
  - - ! '>='
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- segments:
76
- - 0
77
- hash: -1011714989
78
75
  required_rubygems_version: !ruby/object:Gem::Requirement
79
76
  none: false
80
77
  requirements:
81
78
  - - ! '>='
82
79
  - !ruby/object:Gem::Version
83
80
  version: '0'
84
- segments:
85
- - 0
86
- hash: -1011714989
87
81
  requirements: []
88
82
  rubyforge_project:
89
83
  rubygems_version: 1.8.25