# -*- encoding: utf-8 -*- # stub: rabbit-slide-kou-rubykaigi-2013 2013.6.1.0 ruby lib Gem::Specification.new do |s| s.name = "rabbit-slide-kou-rubykaigi-2013".freeze s.version = "2013.6.1.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 = "2013-05-23" s.description = "Is there a gem author around you? Did you meet any author of the gems\nused? Did you contact with any author of the gems used on the\nInternet?\n\nDo you think that \"the author is cool!\", \"the author is awesome!\" or\n\"I respect the author!\"? Do you want to be a gem author?\n\nThis talk doesn't describe about how to create a gem because it is\neasy. \"gem\" is a package of Ruby library (, tool and so on) for easy\nto install. This talk describes about developing a library that is gem\ncontent.\n\nThis talk is based on my experience as a library developer. This talk\ndescribes about how to write codes, how to write documents, release,\nsupport and mental set for a better \"library developer\". I hope that\nthis talk is a trigger for increasing the number of better \"library\ndevelopers\".".freeze s.email = ["kou@clear-code.com".freeze] s.files = [".rabbit".freeze, "README.rd".freeze, "Rakefile".freeze, "be-a-library-developer.rab".freeze, "config.yaml".freeze, "pdf/rubykaigi-2013-be-a-library-developer.pdf".freeze] s.homepage = "http://slide.rabbit-shocker.org/authors/kou/rubykaigi-2013/".freeze s.licenses = ["CC BY-SA 3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Be a library developer!".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.0.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end