# -*- encoding: utf-8 -*-
# stub: conversational 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "conversational".freeze
  s.version = "0.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["David Wilkie".freeze]
  s.date = "2010-06-01"
  s.email = "dwilkie@gmail.com".freeze
  s.extra_rdoc_files = ["README.markdown".freeze]
  s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "conversational.gemspec".freeze, "features/configure_blank_topic.feature".freeze, "features/configure_exclusion_conversations.feature".freeze, "features/configure_unknown_topic.feature".freeze, "features/find_existing_conversation.feature".freeze, "features/find_or_create_with.feature".freeze, "features/retrieve_conversation_details.feature".freeze, "features/step_definitions/conversation_steps.rb".freeze, "features/step_definitions/pickle_steps.rb".freeze, "features/support/conversation.rb".freeze, "features/support/email_spec.rb".freeze, "features/support/env.rb".freeze, "features/support/mail.rb".freeze, "features/support/paths.rb".freeze, "features/support/pickle.rb".freeze, "features/support/sample_conversation.rb".freeze, "lib/conversational.rb".freeze, "lib/conversational/active_record_additions.rb".freeze, "lib/conversational/conversation.rb".freeze, "lib/conversational/conversation_definition.rb".freeze, "lib/generators/conversational/migration/USAGE".freeze, "lib/generators/conversational/migration/migration_generator.rb".freeze, "lib/generators/conversational/migration/templates/migration.rb".freeze, "lib/generators/conversational/skeleton/USAGE".freeze, "lib/generators/conversational/skeleton/skeleton_generator.rb".freeze, "lib/generators/conversational/skeleton/templates/conversation.rb".freeze, "spec/active_record_additions_spec.rb".freeze, "spec/conversation_definition_spec.rb".freeze, "spec/conversation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/conversation.rb".freeze]
  s.homepage = "http://github.com/dwilkie/conversational".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Have conversations with your users over SMS".freeze
  s.test_files = ["spec/conversation_spec.rb".freeze, "spec/active_record_additions_spec.rb".freeze, "spec/conversation_definition_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/conversation.rb".freeze]
end