authrocket 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/authrocket/api/version.rb +1 -1
- data/lib/authrocket/app_hook.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d0414e8a61299b990ce7e99c72a59704a557930
|
4
|
+
data.tar.gz: 9800d04d4952cfd90fd9a7c780bd3ef32723ce17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10e50e0e9387cc9a4166650815a38e41f9edcca09534697cd0078492e610a12a81a28110929035a49c8fc54c0e9c1f498532a9a22b225c4e198c63b430c9dfc0
|
7
|
+
data.tar.gz: f3cabf2a9e6d94c7ff6715c266d618406838ddd91482be06198046c9c35ea5a44a4e7c91e31f13117bdc15eb62a4e441b21ab57e04df480c5b676172efa25b37
|
data/CHANGELOG.md
CHANGED
data/lib/authrocket/app_hook.rb
CHANGED
@@ -6,7 +6,7 @@ module AuthRocket
|
|
6
6
|
has_many :events
|
7
7
|
|
8
8
|
attr :event_type, :hook_type, :destination
|
9
|
-
attr :email_from, :email_subject, :email_template, :email_to, :user_type
|
9
|
+
attr :email_from, :email_renderer, :email_subject, :email_template, :email_to, :user_type
|
10
10
|
|
11
11
|
def self.event_types
|
12
12
|
%w( app_hook.created app_hook.updated app_hook.deleted
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authrocket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- thomas morgan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ncore
|