simplevpim 0.5.3 → 0.5.4
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/simplevpim.rb +5 -3
- data.tar.gz.sig +0 -0
- metadata +13 -12
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c64a906a46262925ae97e53b4183fa9676e84203993cf25b06853f7a031b873
|
|
4
|
+
data.tar.gz: e5339040fa708cffaad3a5798ff77bf742ddace8d4664ce2b52cfd1a7ab339e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 348c5891cbc99b82be316829e787a3ffd4225981be0ae35bafaad28e6e7f49dcc122e448f4cd30e9cfb843ac3ff239a4000c1d1d23ab309747bf6dd9062c5bfd
|
|
7
|
+
data.tar.gz: bc0068f15c03f2416a47f6b46769c7878d804029c7441315eac3b288a84cbd8d1a7d4c928b1de21f00cf8491246e6781ca331867c169ad4f2c9cfbfc5c1204a3
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/simplevpim.rb
CHANGED
|
@@ -384,12 +384,14 @@ EOF
|
|
|
384
384
|
end
|
|
385
385
|
|
|
386
386
|
def make_xcard(xml)
|
|
387
|
-
|
|
388
|
-
lib =
|
|
389
|
-
xsl =
|
|
387
|
+
|
|
388
|
+
lib = File.dirname(__FILE__)
|
|
389
|
+
xsl = File.read File.join(lib,'xcard.xsl')
|
|
390
|
+
|
|
390
391
|
doc = Nokogiri::XML(xml)
|
|
391
392
|
xslt = Nokogiri::XSLT(xsl)
|
|
392
393
|
xslt.transform(doc).to_s
|
|
394
|
+
|
|
393
395
|
end
|
|
394
396
|
|
|
395
397
|
def vcard_xml(h)
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplevpim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
dBpGyLXPFeCV5Z8rWY+S891OLL3UPvcmIiolU7aaNSwvXBGLesCCH6TrIdhw4q2z
|
|
36
36
|
pM4lNlA3G8w+xUHw/9AE8V6p
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2021-
|
|
38
|
+
date: 2021-11-18 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: hlt
|
|
@@ -81,22 +81,22 @@ dependencies:
|
|
|
81
81
|
name: unichron
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
|
84
|
-
- - "~>"
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
version: '0.3'
|
|
87
84
|
- - ">="
|
|
88
85
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.
|
|
86
|
+
version: 0.4.0
|
|
87
|
+
- - "~>"
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0.4'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '0.3'
|
|
97
94
|
- - ">="
|
|
98
95
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: 0.
|
|
96
|
+
version: 0.4.0
|
|
97
|
+
- - "~>"
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: '0.4'
|
|
100
100
|
- !ruby/object:Gem::Dependency
|
|
101
101
|
name: rexle-builder
|
|
102
102
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -143,8 +143,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
|
-
|
|
146
|
+
rubyforge_project:
|
|
147
|
+
rubygems_version: 2.7.10
|
|
147
148
|
signing_key:
|
|
148
149
|
specification_version: 4
|
|
149
|
-
summary: A simple wrapper for the vPim gem
|
|
150
|
+
summary: A simple wrapper for the vPim gem.
|
|
150
151
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|