# -*- encoding: utf-8 -*- # stub: procemon 1.2.1 ruby lib Gem::Specification.new do |s| s.name = "procemon".freeze s.version = "1.2.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 = ["Adam Luzsi".freeze] s.date = "2014-04-18" s.description = "This is a collection of my Ruby Procs in the adventure of becoming the best! In short this provides extra tools in Application configs, argumens processing,daemonise,eval, getting source of a block,method,process and work with it, or even fuse them into a new proc , require relative files, or directories, string to duck parsing, system tmp_dir using, meta-programing stuffs,(async stuffs went to different project), micro framework that can be used alongside with any framework and a lot of monkey patch for extra functions :) follow me on github if you like my work! ".freeze s.email = ["adamluzsi@gmail.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/how_to_inject_with_extra_process_a_method.rb".freeze, "examples/require_files.rb".freeze, "files.rb".freeze, "lib/procemon.rb".freeze, "lib/procemon/extra/sender.rb".freeze, "lib/procemon/extra/str2duck.rb".freeze, "lib/procemon/function/application.rb".freeze, "lib/procemon/function/argv.rb".freeze, "lib/procemon/function/daemon.rb".freeze, "lib/procemon/function/documentation.rb".freeze, "lib/procemon/function/file.rb".freeze, "lib/procemon/function/generate.rb".freeze, "lib/procemon/function/macaddr.rb".freeze, "lib/procemon/function/meta/eval.rb".freeze, "lib/procemon/function/meta/inject_methods.rb".freeze, "lib/procemon/function/name.rb".freeze, "lib/procemon/function/port.rb".freeze, "lib/procemon/function/tmp_dir.rb".freeze, "lib/procemon/process.rb".freeze, "procemon.gemspec".freeze, "scripts/doc_gen.rb".freeze, "scripts/test.txt".freeze, "test/hello/world/file.rb".freeze, "test/lab.rb".freeze, "test/prototype/class_field.rb".freeze, "test/test.rb".freeze] s.homepage = "https://github.com/adamluzsi/procemon".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gotta catch em all!".freeze s.test_files = ["test/hello/world/file.rb".freeze, "test/lab.rb".freeze, "test/prototype/class_field.rb".freeze, "test/test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end