--- !ruby/object:Gem::Specification name: rflow-components-irc version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - Michael L. Artz autorequire: bindir: bin cert_chain: [] date: 2014-03-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rflow requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.5.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.5.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.7 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.7 description: IRC client and server components for the RFlow FBP framework. Also includes the necessary message types email: - michael.artz@redjack.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - lib/rflow-components-irc.rb - lib/rflow/components/irc.rb - lib/rflow/components/irc/client.rb - lib/rflow/components/irc/extensions.rb - lib/rflow/components/irc/version.rb - rflow-components-irc.gemspec - schema/irc_message.avsc - spec/extensions_spec.rb - spec/schema_spec.rb - spec/spec_helper.rb homepage: https://github.com/redjack/rflow-components-irc licenses: - Apache-2.0 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '1.9' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rflow-components-irc rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: IRC client and server components for the RFlow FBP framework test_files: - spec/extensions_spec.rb - spec/schema_spec.rb - spec/spec_helper.rb