# -*- encoding: utf-8 -*- # stub: hello-world 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "hello-world".freeze s.version = "1.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 = ["kunto aji".freeze] s.date = "2010-01-14" s.description = "longer description of your gem".freeze s.email = "aji_okay@yahoo.co.id".freeze s.executables = ["hello-world".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/hello-world".freeze, "hello-world.gemspec".freeze, "lib/hello-world.rb".freeze, "test/helper.rb".freeze, "test/test_hello-world.rb".freeze] s.homepage = "http://github.com/kuntoaji/hello-world".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "one-line summary of your gem".freeze s.test_files = ["test/test_hello-world.rb".freeze, "test/helper.rb".freeze] end