# -*- encoding: utf-8 -*- # stub: faastruby 0.4.17 ruby lib Gem::Specification.new do |s| s.name = "faastruby".freeze s.version = "0.4.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paulo Arruda".freeze] s.bindir = "exe".freeze s.date = "2019-02-04" s.email = ["parrudaj@gmail.com".freeze] s.executables = ["faastruby".freeze, "faastruby-server".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/faastruby".freeze, "exe/faastruby-server".freeze, "faastruby.gemspec".freeze, "lib/faastruby.rb".freeze, "lib/faastruby/api.rb".freeze, "lib/faastruby/base.rb".freeze, "lib/faastruby/cli.rb".freeze, "lib/faastruby/cli/commands.rb".freeze, "lib/faastruby/cli/commands/credentials.rb".freeze, "lib/faastruby/cli/commands/credentials/add.rb".freeze, "lib/faastruby/cli/commands/credentials/list.rb".freeze, "lib/faastruby/cli/commands/function.rb".freeze, "lib/faastruby/cli/commands/function/build.rb".freeze, "lib/faastruby/cli/commands/function/deploy_to.rb".freeze, "lib/faastruby/cli/commands/function/new.rb".freeze, "lib/faastruby/cli/commands/function/remove_from.rb".freeze, "lib/faastruby/cli/commands/function/run.rb".freeze, "lib/faastruby/cli/commands/function/test.rb".freeze, "lib/faastruby/cli/commands/function/update_context.rb".freeze, "lib/faastruby/cli/commands/function/upgrade.rb".freeze, "lib/faastruby/cli/commands/help.rb".freeze, "lib/faastruby/cli/commands/version.rb".freeze, "lib/faastruby/cli/commands/workspace.rb".freeze, "lib/faastruby/cli/commands/workspace/create.rb".freeze, "lib/faastruby/cli/commands/workspace/deploy.rb".freeze, "lib/faastruby/cli/commands/workspace/destroy.rb".freeze, "lib/faastruby/cli/commands/workspace/list.rb".freeze, "lib/faastruby/cli/credentials.rb".freeze, "lib/faastruby/cli/package.rb".freeze, "lib/faastruby/cli/template.rb".freeze, "lib/faastruby/function.rb".freeze, "lib/faastruby/server.rb".freeze, "lib/faastruby/server/concurrency_controller.rb".freeze, "lib/faastruby/server/errors.rb".freeze, "lib/faastruby/server/event.rb".freeze, "lib/faastruby/server/event_channel.rb".freeze, "lib/faastruby/server/event_hub.rb".freeze, "lib/faastruby/server/function_object.rb".freeze, "lib/faastruby/server/response.rb".freeze, "lib/faastruby/server/runner.rb".freeze, "lib/faastruby/server/runner_methods.rb".freeze, "lib/faastruby/server/subscriber.rb".freeze, "lib/faastruby/spec_helper.rb".freeze, "lib/faastruby/version.rb".freeze, "lib/faastruby/workspace.rb".freeze, "templates/crystal/example-blank/README.md".freeze, "templates/crystal/example-blank/spec/handler_spec.cr".freeze, "templates/crystal/example-blank/spec/spec_helper.cr".freeze, "templates/crystal/example-blank/src/handler.cr".freeze, "templates/crystal/example/README.md".freeze, "templates/crystal/example/spec/handler_spec.cr".freeze, "templates/crystal/example/spec/spec_helper.cr".freeze, "templates/crystal/example/src/handler.cr".freeze, "templates/ruby/example-blank/Gemfile".freeze, "templates/ruby/example-blank/README.md".freeze, "templates/ruby/example-blank/handler.rb".freeze, "templates/ruby/example-blank/spec/handler_spec.rb".freeze, "templates/ruby/example-blank/spec/spec_helper.rb".freeze, "templates/ruby/example/Gemfile".freeze, "templates/ruby/example/README.md".freeze, "templates/ruby/example/handler.rb".freeze, "templates/ruby/example/spec/handler_spec.rb".freeze, "templates/ruby/example/spec/spec_helper.rb".freeze] s.homepage = "https://faastruby.io".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "FaaStRuby CLI - Manage workspaces and functions hosted at faastruby.io.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) end