renote_dac 0.0.183 → 0.0.184

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
  SHA256:
3
- metadata.gz: 3bef54427fc4339ee098ea4154939477c1b6b150d68f288887b331d7a513bc5e
4
- data.tar.gz: f9e04e8d10620af3d05947d17d5b77fee906db4393b2e02a42b0037d9853101c
3
+ metadata.gz: 2da28ad5cd638027b3d751dbaccced86851b2fe534411a87ceb8196680961649
4
+ data.tar.gz: 0c0be763880771ff25c2580f999b21937c487e8d509d26c4e77e8eb6e50280c3
5
5
  SHA512:
6
- metadata.gz: '0778a009e8158de8fb19a503a6e55577919b39b4a4eb1c7a8c344071f8d7ef098e706684abdad52d01549dc4e84d8d7f8b811103a9f99c59f0819e7b1f563c7c'
7
- data.tar.gz: f5719f06b29717a9b23468cd3c60518a7bf43a8ec53e8e03282a75b0fdaaef7f3d7b0714da3ceb365fc08def45315390c1aec8df5fe0c5e86edb14e6e1b8bcd1
6
+ metadata.gz: 897b16ed358709040f72c4b6b4ded8ee43c74a287b2c8a9e5db607de6012f20872a8d0cc864adfe2c81a4f4b1e5638f966e5d6ecc6e0a59344f2fddfe0e2568c
7
+ data.tar.gz: 98645077a42cab39f2bf58605b5688d768e5b0a334b9b3bce6fcbb209e3b02064b618a9525bb3b1fb16bc39ed8b1fcb092c6a0e6d11f7c3b6b7ac3b853053537
@@ -5,10 +5,12 @@ module RenoteDac
5
5
  InvalidTemplate = Class.new(StandardError)
6
6
 
7
7
  # extract to configuration block
8
+ # RenoteDac.configuration.templates
8
9
  TEMPLATES = {
9
10
  winning_bid: { priority: 40, template_id: 7335422 }, # product_name, product_url, user_name, winning_bid, action_url
10
11
  verify_email: { priority: 45, template_id: 7713025 }, # user_name, hours_valid, action_url, company_name
11
- payment_confirmation: { priority: 50, template_id: 7819917 } # transaction_id, image_url, full_name, address_1, address_2, city, state, zip, action_url
12
+ payment_confirmation: { priority: 50, template_id: 7819917 }, # transaction_id, image_url, full_name, address_1, address_2, city, state, zip, action_url
13
+ out_bid_notification: { priority: 55, template_id: 7862420 } # user_name, last_bid, current_high, product_name, action_url
12
14
  }.freeze
13
15
 
14
16
  BATCH_ID = 0
@@ -1,3 +1,3 @@
1
1
  module RenoteDac
2
- VERSION = '0.0.183'
2
+ VERSION = '0.0.184'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renote_dac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.183
4
+ version: 0.0.184
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sidney Leatherwood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-31 00:00:00.000000000 Z
11
+ date: 2018-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails