siteguard_lite-custom_signature 0.5.0 → 0.6.0

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: 123971b24064f124e88b1636b2ec2be1f0a9209ff86e9caa1f7e3e1800bbcfa7
4
- data.tar.gz: dceefee584c5b09f79eb90b918d2094d3ac1682d2c68e6503c3c2973c8cdbde1
3
+ metadata.gz: 3f793d3d84aa0d350f850b4ae5d9eb8fc939bd9392c3746efff17af524ac4cbf
4
+ data.tar.gz: 3bc8e5a51cffc75b3ba4631e6885abac4aaa93cc49e10803ba90cd7ae5c1e919
5
5
  SHA512:
6
- metadata.gz: 146c2bae738d1a9c1b6f65a3a921c7e47f1a99439dd460a1eddd14dcf3e5b51ac2e74b80b3ded8df0c22ea7c660552cba17b083d8e374e0df839257a9ac11eab
7
- data.tar.gz: 9722d622d5ba590d9eb6e58764be52e18fd0a3e4213df4b0769ded720a3c653a5c784213cacded71dbc463483948d7f92674d18b56ddbb87ac4dc667010e1a9d
6
+ metadata.gz: 85dcae029e1c172ac7b30aaf1f22e6038c4a8014314e79d23dea0e8d4de3b0e9cde713ce27b9a6a9aab25f85d3e9cdf2c593b06cff7ef7abeea61b7912ef24ae
7
+ data.tar.gz: df969f905febf8e63a56f35a36ffd6cf737ad1800798636525bdfaeebf2bee2565a95a268347c2c40e9b9937af8d55a93ad7ae8dc6d9008711b7fdc50e6e6dce
@@ -9,7 +9,7 @@ module SiteguardLite
9
9
  validates :name, bytesize: { maximum: 29 }
10
10
  validates :signature, bytesize: { maximum: 999 }
11
11
  validates :filter_lifetime, format: { with: /\A\d+\z/ }, allow_nil: true
12
- validates :action, inclusion: %w(BLOCK NONE WHITE FILTER)
12
+ validates :action, inclusion: %w(BLOCK NONE WHITE FILTER MONITOR)
13
13
 
14
14
  def initialize(args)
15
15
  @name = args[:name]
@@ -1,5 +1,5 @@
1
1
  module SiteguardLite
2
2
  module CustomSignature
3
- VERSION = "0.5.0"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siteguard_lite-custom_signature
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takatoshi Ono
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-21 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.0.3
130
+ rubygems_version: 3.2.27
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: This library load and dump SiteGuard Lite custom signature file.