# -*- encoding: utf-8 -*- # stub: hipbot 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "hipbot".freeze s.version = "1.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bartosz Kopi\u0144ski".freeze, "Tomasz Pewi\u0144ski".freeze] s.date = "2016-07-28" s.description = "Hipbot is a XMPP bot for HipChat, written in Ruby with EventMachine.".freeze s.email = ["bartosz.kopinski@netguru.pl".freeze, "pewniak747@gmail.com".freeze] s.executables = ["hipbot".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/hipbot".freeze, "hipbot.gemspec".freeze, "lib/hipbot.rb".freeze, "lib/hipbot/adaptable.rb".freeze, "lib/hipbot/adapter.rb".freeze, "lib/hipbot/adapters/hipchat.rb".freeze, "lib/hipbot/adapters/hipchat/client.rb".freeze, "lib/hipbot/adapters/shell.rb".freeze, "lib/hipbot/adapters/slack.rb".freeze, "lib/hipbot/adapters/slack/client.rb".freeze, "lib/hipbot/adapters/telnet.rb".freeze, "lib/hipbot/adapters/xmpp.rb".freeze, "lib/hipbot/adapters/xmpp/client.rb".freeze, "lib/hipbot/bot.rb".freeze, "lib/hipbot/callbacks/base.rb".freeze, "lib/hipbot/callbacks/lobby_presence.rb".freeze, "lib/hipbot/callbacks/message.rb".freeze, "lib/hipbot/callbacks/presence.rb".freeze, "lib/hipbot/callbacks/private_message.rb".freeze, "lib/hipbot/callbacks/room_invite.rb".freeze, "lib/hipbot/callbacks/room_message.rb".freeze, "lib/hipbot/callbacks/room_presence.rb".freeze, "lib/hipbot/callbacks/room_topic.rb".freeze, "lib/hipbot/configurable.rb".freeze, "lib/hipbot/configuration.rb".freeze, "lib/hipbot/helpers.rb".freeze, "lib/hipbot/helpers/http.rb".freeze, "lib/hipbot/match.rb".freeze, "lib/hipbot/matchable.rb".freeze, "lib/hipbot/message.rb".freeze, "lib/hipbot/patches/encoding.rb".freeze, "lib/hipbot/plugin.rb".freeze, "lib/hipbot/presence.rb".freeze, "lib/hipbot/reactable.rb".freeze, "lib/hipbot/reaction.rb".freeze, "lib/hipbot/reaction_factory.rb".freeze, "lib/hipbot/response.rb".freeze, "lib/hipbot/room.rb".freeze, "lib/hipbot/storages/base.rb".freeze, "lib/hipbot/storages/hash.rb".freeze, "lib/hipbot/storages/mongoid.rb".freeze, "lib/hipbot/user.rb".freeze, "lib/hipbot/utilities/cache.rb".freeze, "lib/hipbot/utilities/logger.rb".freeze, "lib/hipbot/version.rb".freeze, "spec/integration/my_hipbot.rb".freeze, "spec/integration/my_hipbot_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/adapters/hipchat_spec.rb".freeze, "spec/unit/bot_spec.rb".freeze, "spec/unit/match_spec.rb".freeze, "spec/unit/matchable_spec.rb".freeze, "spec/unit/message_spec.rb".freeze, "spec/unit/reaction_factory_spec.rb".freeze, "spec/unit/reaction_spec.rb".freeze, "spec/unit/storages/hash_spec.rb".freeze, "spec/unit/user_spec.rb".freeze] s.homepage = "http://github.com/pewniak747/hipbot".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Hipbot is a XMPP bot for HipChat, written in Ruby with EventMachine.".freeze s.test_files = ["spec/integration/my_hipbot.rb".freeze, "spec/integration/my_hipbot_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/adapters/hipchat_spec.rb".freeze, "spec/unit/bot_spec.rb".freeze, "spec/unit/match_spec.rb".freeze, "spec/unit/matchable_spec.rb".freeze, "spec/unit/message_spec.rb".freeze, "spec/unit/reaction_factory_spec.rb".freeze, "spec/unit/reaction_spec.rb".freeze, "spec/unit/storages/hash_spec.rb".freeze, "spec/unit/user_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end