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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/bin/sievectl +1 -1
  3. data/lib/managesieve.rb +1 -1
  4. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b9ea11d21deb3715ca2115b634c4b8420997919d
4
- data.tar.gz: 85504e842646c9f1a88fa8b9845ff627f2575aa9
2
+ SHA256:
3
+ metadata.gz: 3ad15a8a0682098b7268802cdf958ee679f58fa7911b5f97c685a89621ea999d
4
+ data.tar.gz: b2b46a21c8671bc586ec6e823b7b01484f5791fb3c722b797965211cab8ef567
5
5
  SHA512:
6
- metadata.gz: c48efc4b2a91b64709df5f94cb709c5d10c985bf9a0ee19a282934dfc2790c23c726780b8213c6c5134abf4310011d4adcb7f6a465ce9b3d1d1255f2c58d3f68
7
- data.tar.gz: 4ebf74d47fda55307cd2d8956fecf139b70413b540c73f1db820483930493fe4a1a4a98de87c757bb5d228469f208a76e0a371bdf4c931f4d11d5e01fec98f6a
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-2009 Andre Nathan <andre@digirati.com.br>
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-2009 Andre Nathan <andre@digirati.com.br>
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.3
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: 2016-05-19 00:00:00.000000000 Z
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@sneakymustard.com
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
- rubyforge_project: ruby-managesieve
44
- rubygems_version: 2.5.1
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: []