# -*- encoding: utf-8 -*- # stub: cognition 2.0.5 ruby lib Gem::Specification.new do |s| s.name = "cognition".freeze s.version = "2.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Anderson".freeze] s.date = "2016-03-07" s.description = "Match text; run commands. Works great for building a chatbot!".freeze s.email = ["andnat@gmail.com".freeze] s.executables = ["console".freeze, "setup".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cognition.gemspec".freeze, "lib/cognition.rb".freeze, "lib/cognition/bot.rb".freeze, "lib/cognition/matcher.rb".freeze, "lib/cognition/message.rb".freeze, "lib/cognition/plugins/base.rb".freeze, "lib/cognition/plugins/cognition/plugins/default/views/help.html.erb".freeze, "lib/cognition/plugins/cognition/plugins/default/views/help.text.erb".freeze, "lib/cognition/plugins/default.rb".freeze, "lib/cognition/responder.rb".freeze, "lib/cognition/version.rb".freeze, "test/fixtures/hello.rb".freeze, "test/fixtures/hello/views/bonjour.text.erb".freeze, "test/fixtures/hello/views/hey.html.haml".freeze, "test/fixtures/hello/views/hi.html.erb".freeze, "test/fixtures/hello/views/hola.haml".freeze, "test/fixtures/hello/views/yo.html.erb".freeze, "test/test_cognition.rb".freeze, "test/test_default_plugin.rb".freeze, "test/test_helper.rb".freeze, "test/test_matcher.rb".freeze, "test/test_message.rb".freeze, "test/test_plugin.rb".freeze, "test/test_responder.rb".freeze] s.homepage = "https://github.com/basecamp/cognition".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A rules engine for running commands.".freeze s.test_files = ["test/fixtures/hello.rb".freeze, "test/fixtures/hello/views/bonjour.text.erb".freeze, "test/fixtures/hello/views/hey.html.haml".freeze, "test/fixtures/hello/views/hi.html.erb".freeze, "test/fixtures/hello/views/hola.haml".freeze, "test/fixtures/hello/views/yo.html.erb".freeze, "test/test_cognition.rb".freeze, "test/test_default_plugin.rb".freeze, "test/test_helper.rb".freeze, "test/test_matcher.rb".freeze, "test/test_message.rb".freeze, "test/test_plugin.rb".freeze, "test/test_responder.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.20".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) end