devise_approvable 0.13.0 → 0.14.0

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: af9555904c64ca7ec8124514afdd0a66ab1e171b
4
- data.tar.gz: 763be56d4ca9650b31b2efa33f20bce1d0216290
3
+ metadata.gz: 0fa521b67eee952d6bd5e1a9b6d888c7d2c7049c
4
+ data.tar.gz: 30008055a4e5628a8fb0666614e6c22265ecc74e
5
5
  SHA512:
6
- metadata.gz: 46a738f9b2f7ff946a4e6d85a1f575ad0a8dd2b8eba21f054c1a442efaa82df8d4808a9b584b1eee04586f23d371d3fcf5851889afb0632d9e7ac0cfef2ae77d
7
- data.tar.gz: 2a5f5a32c40249a09a83fe9606d45568530983432665568354508593fa455de2da5d7eeb3d4c9d73307fba3ba8c027db8477a229072c44bfc505ccd03b7b45e9
6
+ metadata.gz: f6b1b35799ed88c0c2a7eefc0e5f7f615f6a52c7676c15cc9de0c2527c70c3a589a3f4033e571aaf1cbc4967c5bc2a59357c34d82d0426552e5a923f99bd2106
7
+ data.tar.gz: 8e35101adff04eb612a2108ac92f8868632374716ce0944ae9f4e7e9e9068b9946dd1b427c1d0f7d81b6b1f5696f688d4dc61523edbd94172c0e4612b07123c2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.13.0
1
+ 0.14.0
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: devise_approvable 0.13.0 ruby lib
5
+ # stub: devise_approvable 0.14.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "devise_approvable"
9
- s.version = "0.13.0"
9
+ s.version = "0.14.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Alex Egg"]
14
- s.date = "2015-04-06"
14
+ s.date = "2015-07-01"
15
15
  s.description = "adds feature to devise"
16
16
  s.email = "eggie5@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -50,7 +50,7 @@ module Devise
50
50
  generate_approval_token!
51
51
  end
52
52
 
53
- opts = { to: "dev-approvals@curbcall.com" }
53
+ opts = { to: self.class.admin_email }
54
54
  send_devise_notification(:approval_instructions, @raw_approval_token, opts)
55
55
  end
56
56
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_approvable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Egg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda