Skip to content

Commit b98be31

Browse files
committed
these used the samples/, now data/
1 parent 2f5befc commit b98be31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ex_get_vcard_photo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'vpim/vcard'
44

5-
vcf = open(ARGV[0] || 'samples/Sam Roberts.vcf')
5+
vcf = open(ARGV[0] || 'data/vcf/Sam Roberts.vcf')
66

77
card = Vpim::Vcard.decode(vcf).first
88

profile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
#x10000 = "This:That\n is more" * 1000
44

5-
Vpim::Icalendar.decode(open("samples/profile.ics"))
5+
Vpim::Icalendar.decode(open("data/ics/profile.ics"))
66

0 commit comments

Comments
 (0)