postspec 0.5.3 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbef9ecda05ff7deeb013906388668f187ce267a1d173f8b66cf414fa2fbc38b
4
- data.tar.gz: 07e283ea4dcf43f3725f6af41f776240c3ed63f537415f1fafc5e29fa5da8ccd
3
+ metadata.gz: 2e838310d96c5a675ec332af1ff2d3f391542d00fc31649f48ffbf527441f633
4
+ data.tar.gz: a318671c202c0857f36efb0fcaa56bd2fdf4742925a85636c9a2d44c10bcbf55
5
5
  SHA512:
6
- metadata.gz: 8218dd2502c9ba7c4db0f3ca4384a2997571bbee90f75946057ebf7b33e7f2fc6b1c0fc552084f9c1c3c02d5f3bf5f2a53c656540fd87859ef26ba8b73292364
7
- data.tar.gz: 03ab635533126ea2fea4711925bfcd3f800344ad9ba57561e3fadbe291046413ac21b8b5d4e573156ab711215b467fbeea49c3b8afad1034bfed8ec5000d355b
6
+ metadata.gz: f8e4ff1779ec0cfa165e47a06555b2096f9c2a1255df3e1857a92767c9362c8ae85076cf412ae4de7f44f1f8b20ceb4f459a54991d95d24e8affa45e0fbb991b
7
+ data.tar.gz: 2937b84ce8816b9314508e98abe01687294a059b4ad0d2eaf8aafbd5eaf22cbeb7d5352a4c44c4b0ac21eb2fb6e8f871a1e05a419349e023e8a9fa809fa7e230
@@ -4,11 +4,12 @@ module Postspec
4
4
  attr_reader :postspec
5
5
  forward_to :postspec, :conn
6
6
 
7
- PRIORITY = "95" # Is a string because it needs two digits not matter the value
7
+ READONLY_PRIORITY = "90" # Is a string because it needs two digits not matter the value
8
+ REGISTER_PRIORITY = "91"
8
9
 
9
- READONLY_BUD_TRIGGER_NAME = "p#{PRIORITY}_postspec_readonly_bud_trg"
10
- READONLY_BT_TRIGGER_NAME = "p#{PRIORITY}_postspec_readonly_bt_trg"
11
- REGISTER_TRIGGER_FORMAT = "p#{PRIORITY}_postspec_register_%s_b%s_trg"
10
+ READONLY_BUD_TRIGGER_NAME = "p#{READONLY_PRIORITY}_postspec_readonly_bud_trg"
11
+ READONLY_BT_TRIGGER_NAME = "p#{READONLY_PRIORITY}_postspec_readonly_bt_stmt_trg"
12
+ REGISTER_TRIGGER_FORMAT = "p#{REGISTER_PRIORITY}_postspec_register_%s_b%s_trg"
12
13
 
13
14
  def initialize(postspec)
14
15
  constrain postspec, Postspec
@@ -1,3 +1,3 @@
1
1
  module Postspec
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen