tilia-vobject 4.0.2.1 → 4.0.2.2

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
- SHA1:
3
- metadata.gz: 86d10c7482ad1a9d3270dd029712fdc09a3cfbb2
4
- data.tar.gz: 645f2a8e052df998154d79686f0a81523e4487d8
2
+ SHA256:
3
+ metadata.gz: 5883fc7d184f1ba50d3b495007a6c0a712b6d19ea6ec443e0d11cd3c9ef2a345
4
+ data.tar.gz: 51c26e2501709595f3adffa3d85c152b93a8bccd40568271095c2c69dc8672f1
5
5
  SHA512:
6
- metadata.gz: f0d41d12e76b749326aaf773b1c30ad575230db412c8248348fabcfb8a6a7a5cf02920dcc546a5a0e895e02b15ce7acae147b46f8ad0fa3faf33a4efb6a73399
7
- data.tar.gz: 5a3f2b3ff32ad2f7711b4077a9ff0c490c6ec5ae43f9e24a966166679f155295e4af3d7b09d041031a34735a31d57f693c351973ca475923480366db630511d7
6
+ metadata.gz: d2a26374145c5cb8039ab01ed71ca4de38e07bfa9fab413cb81d84d476e93ce92ffb06d2ae3e9fdfc46e24cc25493f4c5198f7770f4169148ecfa01aa23939b6
7
+ data.tar.gz: b0d9e4bf596dd616e8cf0af9f0b725c456f5e14db79ba684106fbb1e1da44f296aaf0d52e9d504ae4bb31c71c329fefbd564c33e68c6c26c60137a6a05b7e77b
data/Gemfile.lock CHANGED
@@ -1,63 +1,95 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tilia-vobject (4.0.2.1)
4
+ tilia-vobject (4.0.2.2)
5
5
  activesupport (>= 4.0)
6
6
  mail (~> 2.6)
7
7
  rchardet (~> 1.6)
8
8
  tilia-xml (~> 1.3)
9
- tzinfo (~> 1.2)
9
+ tzinfo (>= 1.2)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (4.2.5.1)
15
- i18n (~> 0.7)
16
- json (~> 1.7, >= 1.7.7)
17
- minitest (~> 5.1)
18
- thread_safe (~> 0.3, >= 0.3.4)
19
- tzinfo (~> 1.1)
20
- ast (2.1.0)
21
- astrolabe (1.3.1)
22
- parser (~> 2.2)
23
- docile (1.1.5)
24
- i18n (0.7.0)
25
- json (1.8.3)
26
- libxml-ruby (2.8.0)
27
- mail (2.6.3)
28
- mime-types (>= 1.16, < 3)
29
- mime-types (2.99.1)
30
- minitest (5.8.3)
31
- parser (2.2.3.0)
32
- ast (>= 1.1, < 3.0)
33
- powerpack (0.1.1)
34
- rainbow (2.0.0)
35
- rake (10.4.2)
36
- rchardet (1.6.1)
37
- rubocop (0.35.1)
38
- astrolabe (~> 1.3)
39
- parser (>= 2.2.3.0, < 3.0)
40
- powerpack (~> 0.1)
41
- rainbow (>= 1.99.1, < 3.0)
14
+ activesupport (7.1.2)
15
+ base64
16
+ bigdecimal
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ connection_pool (>= 2.2.5)
19
+ drb
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ mutex_m
23
+ tzinfo (~> 2.0)
24
+ ast (2.4.2)
25
+ base64 (0.2.0)
26
+ bigdecimal (3.1.4)
27
+ concurrent-ruby (1.2.2)
28
+ connection_pool (2.4.1)
29
+ date (3.3.4)
30
+ docile (1.4.0)
31
+ drb (2.2.0)
32
+ ruby2_keywords
33
+ i18n (1.14.1)
34
+ concurrent-ruby (~> 1.0)
35
+ libxml-ruby (4.1.2)
36
+ mail (2.8.1)
37
+ mini_mime (>= 0.1.1)
38
+ net-imap
39
+ net-pop
40
+ net-smtp
41
+ mini_mime (1.1.5)
42
+ minitest (5.20.0)
43
+ mutex_m (0.2.0)
44
+ net-imap (0.4.6)
45
+ date
46
+ net-protocol
47
+ net-pop (0.1.2)
48
+ net-protocol
49
+ net-protocol (0.2.2)
50
+ timeout
51
+ net-smtp (0.4.0)
52
+ net-protocol
53
+ parallel (1.23.0)
54
+ parser (3.2.2.4)
55
+ ast (~> 2.4.1)
56
+ racc
57
+ racc (1.7.3)
58
+ rainbow (3.1.1)
59
+ rake (13.1.0)
60
+ rchardet (1.8.0)
61
+ regexp_parser (2.8.2)
62
+ rexml (3.2.6)
63
+ rubocop (0.93.1)
64
+ parallel (~> 1.10)
65
+ parser (>= 2.7.1.5)
66
+ rainbow (>= 2.2.2, < 4.0)
67
+ regexp_parser (>= 1.8)
68
+ rexml
69
+ rubocop-ast (>= 0.6.0)
42
70
  ruby-progressbar (~> 1.7)
43
- tins (<= 1.6.0)
44
- ruby-progressbar (1.7.5)
45
- simplecov (0.10.0)
46
- docile (~> 1.1.0)
47
- json (~> 1.8)
48
- simplecov-html (~> 0.10.0)
49
- simplecov-html (0.10.0)
50
- thread_safe (0.3.5)
71
+ unicode-display_width (>= 1.4.0, < 2.0)
72
+ rubocop-ast (1.30.0)
73
+ parser (>= 3.2.1.0)
74
+ ruby-progressbar (1.13.0)
75
+ ruby2_keywords (0.0.5)
76
+ simplecov (0.22.0)
77
+ docile (~> 1.1)
78
+ simplecov-html (~> 0.11)
79
+ simplecov_json_formatter (~> 0.1)
80
+ simplecov-html (0.12.3)
81
+ simplecov_json_formatter (0.1.4)
51
82
  tilia-uri (1.0.1.1)
52
83
  activesupport (>= 4.0)
53
- tilia-xml (1.3.0)
84
+ tilia-xml (1.3.0.1)
54
85
  activesupport (>= 4.0)
55
86
  libxml-ruby (>= 2.8)
56
87
  tilia-uri (~> 1.0, >= 1.0.1.1)
57
- tins (1.6.0)
58
- tzinfo (1.2.2)
59
- thread_safe (~> 0.1)
60
- yard (0.8.7.6)
88
+ timeout (0.4.1)
89
+ tzinfo (2.0.6)
90
+ concurrent-ruby (~> 1.0)
91
+ unicode-display_width (1.8.0)
92
+ yard (0.9.34)
61
93
 
62
94
  PLATFORMS
63
95
  ruby
@@ -71,4 +103,4 @@ DEPENDENCIES
71
103
  yard (~> 0.8)
72
104
 
73
105
  BUNDLED WITH
74
- 1.10.6
106
+ 2.4.22
@@ -3,7 +3,7 @@ module Tilia
3
3
  # This class contains the version number for the VObject package.
4
4
  class Version
5
5
  # Full version number.
6
- VERSION = '4.0.2.1'.freeze
6
+ VERSION = '4.0.2.2'.freeze
7
7
  end
8
8
  end
9
9
  end
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
12
12
  s.add_runtime_dependency 'tilia-xml', '~> 1.3'
13
13
  s.add_runtime_dependency 'activesupport', '>= 4.0'
14
14
  s.add_runtime_dependency 'mail', '~> 2.6'
15
- s.add_runtime_dependency 'tzinfo', '~> 1.2'
15
+ s.add_runtime_dependency 'tzinfo', '>= 1.2'
16
16
  s.add_runtime_dependency 'rchardet', '~>1.6'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tilia-vobject
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2.1
4
+ version: 4.0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakob Sack
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2023-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tilia-xml
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: tzinfo
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.2'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.2'
69
69
  - !ruby/object:Gem::Dependency
@@ -290,7 +290,7 @@ homepage: https://github.com/tilia/tilia-vobject
290
290
  licenses:
291
291
  - BSD-3-Clause
292
292
  metadata: {}
293
- post_install_message:
293
+ post_install_message:
294
294
  rdoc_options: []
295
295
  require_paths:
296
296
  - lib
@@ -305,10 +305,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
305
  - !ruby/object:Gem::Version
306
306
  version: '0'
307
307
  requirements: []
308
- rubyforge_project:
309
- rubygems_version: 2.2.5
310
- signing_key:
308
+ rubygems_version: 3.4.13
309
+ signing_key:
311
310
  specification_version: 4
312
311
  summary: Port of the sabre-vobject library to ruby
313
312
  test_files: []
314
- has_rdoc: