# -*- encoding: utf-8 -*- # stub: larva 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "larva".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["iHiD".freeze] s.date = "2014-04-30" s.description = "Meducation helper services for our pub/sub network".freeze s.email = ["jeremy@meducation.net".freeze] s.executables = ["larva".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENCE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/larva".freeze, "larva.gemspec".freeze, "lib/larva.rb".freeze, "lib/larva/configuration.rb".freeze, "lib/larva/configurator.rb".freeze, "lib/larva/daemon.rb".freeze, "lib/larva/listener.rb".freeze, "lib/larva/message_replayer.rb".freeze, "lib/larva/mocker.rb".freeze, "lib/larva/processor.rb".freeze, "lib/larva/version.rb".freeze, "lib/larva/worker_pool.rb".freeze, "template/.gitignore".freeze, "template/Gemfile".freeze, "template/README.md".freeze, "template/Rakefile".freeze, "template/bin/larva_spawn".freeze, "template/bin/larva_spawn-setup".freeze, "template/config/meducation-sdk.yml.optional".freeze, "template/config/propono.yml".freeze, "template/lib/larva_spawn.rb".freeze, "template/lib/larva_spawn/configuration.rb".freeze, "template/lib/larva_spawn/daemon.rb".freeze, "template/lib/larva_spawn/larva_spawn_error.rb".freeze, "template/lib/larva_spawn/processors/media_file_processor.rb".freeze, "template/lib/tasks/larva_spawn.rake".freeze, "template/test/daemon_test.rb".freeze, "template/test/processors/media_file_processor_test.rb".freeze, "template/test/test_helper.rb".freeze, "test/configuration_test.rb".freeze, "test/configurator_test.rb".freeze, "test/daemon_test.rb".freeze, "test/larva_test.rb".freeze, "test/listener_test.rb".freeze, "test/message_replayer_test.rb".freeze, "test/mocker_test.rb".freeze, "test/processor_test.rb".freeze, "test/test_helper.rb".freeze, "test/worker_pool_test.rb".freeze] s.homepage = "https://github.com/meducation/larva".freeze s.licenses = ["AGPL3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Some Meducation specific helper files for ur pub/sub network".freeze s.test_files = ["test/configuration_test.rb".freeze, "test/configurator_test.rb".freeze, "test/daemon_test.rb".freeze, "test/larva_test.rb".freeze, "test/listener_test.rb".freeze, "test/message_replayer_test.rb".freeze, "test/mocker_test.rb".freeze, "test/processor_test.rb".freeze, "test/test_helper.rb".freeze, "test/worker_pool_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0.8".freeze]) end