# -*- encoding: utf-8 -*- # stub: rabbit-slide-kou-rubykaigi-2014 2014.9.20.0 ruby lib Gem::Specification.new do |s| s.name = "rabbit-slide-kou-rubykaigi-2014".freeze s.version = "2014.9.20.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 = ["Kouhei Sutou".freeze] s.date = "2014-09-17" s.description = "This talk describes three Ruby usages:\n\n * Implementing high-level interface by Ruby.\n * Using Ruby as a glue language.\n * Embedding Ruby into a C program for flexibility.\n\nAll of them have pros and cons. They are trade-off. If a case can\nignore cons, we will have pros for the case.\n\nMost of Rubyists implement their Ruby applications only by Ruby. This\ntalk shows another options to use Ruby as your convenient tool. If you\nknow another options and trade-offs of them, you will implement your\nRuby applications more effectively.\n\nThis talk uses Droonga, a distributed full-text search engine, as a\nsample application to describe these Ruby usages. Droonga uses these\nthree Ruby usages.".freeze s.email = ["kou@clear-code.com".freeze] s.files = [".rabbit".freeze, "README.rd".freeze, "Rakefile".freeze, "config.yaml".freeze, "images/clear-code-is-silver-sponsor.png".freeze, "images/distributed-full-text-search-engine-components.svg".freeze, "images/distributed-full-text-search-engine.svg".freeze, "images/droonga-coolio.svg".freeze, "images/droonga-logo.svg".freeze, "images/droonga-messaging-system.svg".freeze, "images/droonga-mruby.svg".freeze, "images/droonga-rroonga.svg".freeze, "images/embed-examples.svg".freeze, "images/embed.svg".freeze, "images/glue-examples.svg".freeze, "images/glue.svg".freeze, "images/groonga-logo.svg".freeze, "images/high-level-interface-examples.svg".freeze, "images/high-level-interface.svg".freeze, "images/lavie.png".freeze, "images/rabbit-with-glue.svg".freeze, "images/rabbit-with-high-level-interface.svg".freeze, "images/rabbit.svg".freeze, "images/range-search-optimized.svg".freeze, "images/range-search-simple.svg".freeze, "images/rroonga-logo.svg".freeze, "images/rroonga-search.svg".freeze, "images/ruby.pdf".freeze, "images/serf.svg".freeze, "note.md".freeze, "pdf/rubykaigi-2014-three-ruby-usages.pdf".freeze, "theme.rb".freeze, "three-ruby-usages.rab".freeze] s.homepage = "http://slide.rabbit-shocker.org/authors/kou/rubykaigi-2014/".freeze s.licenses = ["CC BY-SA 4.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Three Ruby usages".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end