ruby-managesieve 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/bin/sievectl +1 -1
- data/lib/managesieve.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3ad15a8a0682098b7268802cdf958ee679f58fa7911b5f97c685a89621ea999d
|
4
|
+
data.tar.gz: b2b46a21c8671bc586ec6e823b7b01484f5791fb3c722b797965211cab8ef567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0efae70712635fbfa65dd16b41a7f89378209c315af1a7a74f9e32c0517b5aac82fabc489b1bbaac8d94d22983273385fb722fb54d2236024c722f1ccf666fd2
|
7
|
+
data.tar.gz: a43f5d49bba8fac81e3c94fb5882a260ae395be61dd4e7da18fd440016e0ef940bde86bb42e9c301af74e2d65617461ce28a936591315798fe2a8e38d0d6bb3a
|
data/bin/sievectl
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
#
|
3
3
|
#--
|
4
|
-
# Copyright (c) 2004-
|
4
|
+
# Copyright (c) 2004-2023 Andre Nathan <andre@digirati.com.br>
|
5
5
|
#
|
6
6
|
# Permission to use, copy, modify, and distribute this software for any
|
7
7
|
# purpose with or without fee is hereby granted, provided that the above
|
data/lib/managesieve.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
#
|
3
3
|
#--
|
4
|
-
# Copyright (c) 2004-
|
4
|
+
# Copyright (c) 2004-2023 Andre Nathan <andre@digirati.com.br>
|
5
5
|
#
|
6
6
|
# Permission to use, copy, modify, and distribute this software for any
|
7
7
|
# purpose with or without fee is hereby granted, provided that the above
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-managesieve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andre Nathan
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
ruby-managesieve is a pure-ruby implementation of the MANAGESIEVE protocol,
|
15
15
|
allowing remote management of Sieve scripts from ruby.
|
16
|
-
email: andre@
|
16
|
+
email: andre@hostnet.com.br
|
17
17
|
executables:
|
18
18
|
- sievectl
|
19
19
|
extensions: []
|
@@ -24,7 +24,7 @@ files:
|
|
24
24
|
homepage: http://managesieve.rubyforge.org
|
25
25
|
licenses: []
|
26
26
|
metadata: {}
|
27
|
-
post_install_message:
|
27
|
+
post_install_message:
|
28
28
|
rdoc_options: []
|
29
29
|
require_paths:
|
30
30
|
- lib
|
@@ -40,9 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
version: '0'
|
41
41
|
requirements:
|
42
42
|
- A network connection and a MANAGESIEVE server.
|
43
|
-
|
44
|
-
|
45
|
-
signing_key:
|
43
|
+
rubygems_version: 3.1.2
|
44
|
+
signing_key:
|
46
45
|
specification_version: 4
|
47
46
|
summary: A Ruby library for the MANAGESIEVE protocol
|
48
47
|
test_files: []
|