# -*- encoding: utf-8 -*-
# stub: ruby-vobject 0.2.0 x86_64-darwin-16 lib

Gem::Specification.new do |s|
  s.name = "ruby-vobject".freeze
  s.version = "0.2.0".freeze
  s.platform = "x86_64-darwin-16".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Peter Tam".freeze, "Nick Nicholas".freeze]
  s.bindir = "exe".freeze
  s.date = "2017-09-23"
  s.description = "The main purpose of the gem is to parse vobject formatted text into a ruby\nhash format. Currently there are two possiblities of vobjects, namely\niCalendar (https://tools.ietf.org/html/rfc5545) and vCard\n(https://tools.ietf.org/html/rfc6350).".freeze
  s.email = ["peter.tam@ribose.com".freeze, "opoudjis@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/c.rb".freeze, "lib/error.rb".freeze, "lib/vcalendar.rb".freeze, "lib/vcard.rb".freeze, "lib/vobject.rb".freeze, "lib/vobject/component.rb".freeze, "lib/vobject/parameter.rb".freeze, "lib/vobject/parametervalue.rb".freeze, "lib/vobject/property.rb".freeze, "lib/vobject/propertyvalue.rb".freeze, "lib/vobject/vcalendar/component.rb".freeze, "lib/vobject/vcalendar/grammar.rb".freeze, "lib/vobject/vcalendar/paramcheck.rb".freeze, "lib/vobject/vcalendar/propertyparent.rb".freeze, "lib/vobject/vcalendar/propertyvalue.rb".freeze, "lib/vobject/vcalendar/typegrammars.rb".freeze, "lib/vobject/vcard/v3_0/component.rb".freeze, "lib/vobject/vcard/v3_0/grammar.rb".freeze, "lib/vobject/vcard/v3_0/paramcheck.rb".freeze, "lib/vobject/vcard/v3_0/parameter.rb".freeze, "lib/vobject/vcard/v3_0/property.rb".freeze, "lib/vobject/vcard/v3_0/propertyvalue.rb".freeze, "lib/vobject/vcard/v3_0/typegrammars.rb".freeze, "lib/vobject/vcard/v4_0/component.rb".freeze, "lib/vobject/vcard/v4_0/grammar.rb".freeze, "lib/vobject/vcard/v4_0/paramcheck.rb".freeze, "lib/vobject/vcard/v4_0/parameter.rb".freeze, "lib/vobject/vcard/v4_0/property.rb".freeze, "lib/vobject/vcard/v4_0/propertyvalue.rb".freeze, "lib/vobject/vcard/v4_0/typegrammars.rb".freeze, "lib/vobject/vcard/version.rb".freeze, "lib/vobject/version.rb".freeze, "ruby-vobject.gemspec".freeze]
  s.homepage = "https://github.com/riboseinc/ruby-vobject".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Parse iCalendar or vCard into a ruby hash.".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.12".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rspec-json_expectations>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rsec>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<tzinfo>.freeze, [">= 0".freeze])
end