# -*- encoding: utf-8 -*- # stub: smartcloud 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "smartcloud".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/timeboarders/smartbytes/issues", "changelog_uri" => "https://github.com/timeboarders/smartbytes/blob/v0.8.0/smartcloud/CHANGELOG.rdoc", "source_code_uri" => "https://github.com/timeboarders/smartbytes/tree/v0.8.0/smartcloud" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Timeboard".freeze] s.date = "2020-05-22" s.description = "SmartCloud is a framework to run smartapps out of the box encouraging natural simplicity by favoring convention over configuration.".freeze s.email = "hello@timeboard.me".freeze s.executables = ["smartcloud".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "bin/smartcloud".freeze, "lib/smart_cloud.rb".freeze, "lib/smart_cloud/apps/app.rb".freeze, "lib/smart_cloud/apps/rails.rb".freeze, "lib/smart_cloud/base.rb".freeze, "lib/smart_cloud/boot.rb".freeze, "lib/smart_cloud/buildpacker.rb".freeze, "lib/smart_cloud/credentials.rb".freeze, "lib/smart_cloud/docker.rb".freeze, "lib/smart_cloud/engine.rb".freeze, "lib/smart_cloud/engine/Dockerfile".freeze, "lib/smart_cloud/engine/buildpacks/rails/Dockerfile".freeze, "lib/smart_cloud/gem_version.rb".freeze, "lib/smart_cloud/grids/nextcloud.rb".freeze, "lib/smart_cloud/grids/nextcloud/.keep".freeze, "lib/smart_cloud/grids/redmine.rb".freeze, "lib/smart_cloud/grids/redmine/.keep".freeze, "lib/smart_cloud/logger.rb".freeze, "lib/smart_cloud/machine.rb".freeze, "lib/smart_cloud/ssh.rb".freeze, "lib/smart_cloud/templates/dotsmartcloud/apps/containers/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/apps/repositories/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/bin/smartcloud.sh".freeze, "lib/smart_cloud/templates/dotsmartcloud/config/environment.rb".freeze, "lib/smart_cloud/templates/dotsmartcloud/config/users.yml".freeze, "lib/smart_cloud/templates/dotsmartcloud/grids/nextcloud/html/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/grids/nextcloud/html/apps/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/grids/nextcloud/html/config/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/grids/redmine/files/.keep".freeze, "lib/smart_cloud/templates/dotsmartcloud/tmp/.keep".freeze, "lib/smart_cloud/user.rb".freeze, "lib/smart_cloud/version.rb".freeze] s.homepage = "https://github.com/timeboarders/smartbytes".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Run smartapps out of the box.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.0".freeze]) end