# -*- encoding: utf-8 -*- # stub: vcard 0.2.8 ruby lib Gem::Specification.new do |s| s.name = "vcard".freeze s.version = "0.2.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kuba Ku\u017Ama".freeze] s.date = "2013-06-20" s.description = "Vcard extracted from Vpim".freeze s.email = ["kuba@jah.pl".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VPIM-LICENSE.txt".freeze, "lib/vcard.rb".freeze, "lib/vcard/attachment.rb".freeze, "lib/vcard/bnf.rb".freeze, "lib/vcard/dirinfo.rb".freeze, "lib/vcard/enumerator.rb".freeze, "lib/vcard/errors.rb".freeze, "lib/vcard/field.rb".freeze, "lib/vcard/vcard.rb".freeze, "lib/vcard/version.rb".freeze, "test/field_test.rb".freeze, "test/fixtures/bday_decode.vcard".freeze, "test/fixtures/bday_decode_2.vcard".freeze, "test/fixtures/bday_decode_3.vcard".freeze, "test/fixtures/empty_tel.vcard".freeze, "test/fixtures/ex1.vcard".freeze, "test/fixtures/ex2.vcard".freeze, "test/fixtures/ex3.vcard".freeze, "test/fixtures/ex_21.vcard".freeze, "test/fixtures/ex_21_case0.vcard".freeze, "test/fixtures/ex_apple1.vcard".freeze, "test/fixtures/ex_attach.vcard".freeze, "test/fixtures/ex_bdays.vcard".freeze, "test/fixtures/ex_encode_1.vcard".freeze, "test/fixtures/ex_ical_1.vcal".freeze, "test/fixtures/gmail.vcard".freeze, "test/fixtures/highrise.vcard".freeze, "test/fixtures/multiple_occurences_of_type.vcard".freeze, "test/fixtures/nickname0.vcard".freeze, "test/fixtures/nickname1.vcard".freeze, "test/fixtures/nickname2.vcard".freeze, "test/fixtures/nickname3.vcard".freeze, "test/fixtures/nickname4.vcard".freeze, "test/fixtures/nickname5.vcard".freeze, "test/fixtures/slash_in_field_name.vcard".freeze, "test/fixtures/tst1.vcard".freeze, "test/fixtures/url_decode.vcard".freeze, "test/test_helper.rb".freeze, "test/vcard_test.rb".freeze, "vcard.gemspec".freeze] s.homepage = "http://github.com/qoobaa/vcard".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Vcard extracted from Vpim".freeze s.test_files = ["test/field_test.rb".freeze, "test/fixtures/bday_decode.vcard".freeze, "test/fixtures/bday_decode_2.vcard".freeze, "test/fixtures/bday_decode_3.vcard".freeze, "test/fixtures/empty_tel.vcard".freeze, "test/fixtures/ex1.vcard".freeze, "test/fixtures/ex2.vcard".freeze, "test/fixtures/ex3.vcard".freeze, "test/fixtures/ex_21.vcard".freeze, "test/fixtures/ex_21_case0.vcard".freeze, "test/fixtures/ex_apple1.vcard".freeze, "test/fixtures/ex_attach.vcard".freeze, "test/fixtures/ex_bdays.vcard".freeze, "test/fixtures/ex_encode_1.vcard".freeze, "test/fixtures/ex_ical_1.vcal".freeze, "test/fixtures/gmail.vcard".freeze, "test/fixtures/highrise.vcard".freeze, "test/fixtures/multiple_occurences_of_type.vcard".freeze, "test/fixtures/nickname0.vcard".freeze, "test/fixtures/nickname1.vcard".freeze, "test/fixtures/nickname2.vcard".freeze, "test/fixtures/nickname3.vcard".freeze, "test/fixtures/nickname4.vcard".freeze, "test/fixtures/nickname5.vcard".freeze, "test/fixtures/slash_in_field_name.vcard".freeze, "test/fixtures/tst1.vcard".freeze, "test/fixtures/url_decode.vcard".freeze, "test/test_helper.rb".freeze, "test/vcard_test.rb".freeze] end