# -*- encoding: utf-8 -*- # stub: capistrano-multiconfig 3.0.3 ruby lib Gem::Specification.new do |s| s.name = "capistrano-multiconfig".freeze s.version = "3.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andriy Yanko".freeze] s.date = "2013-10-22" s.description = "\nMulticonfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext) extenstion.\nBut it's not only about 'stage' configurations. It's about any configuration that you may need.\nExtension recursively builds configuration list from configuration root directory.\nEach configuration loads recursively configuration from namespace files and own configuration file.\n ".freeze s.email = ["andriy.yanko@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-multiconfig.gemspec".freeze, "fixtures/Capfile".freeze, "fixtures/config/double_nested_shared_file/level0.rb".freeze, "fixtures/config/double_nested_shared_file/level0/level1.rb".freeze, "fixtures/config/double_nested_shared_file/level0/level1/config.rb".freeze, "fixtures/config/empty/.gitkeep".freeze, "fixtures/config/nested/app/production.rb".freeze, "fixtures/config/nested/app/staging.rb".freeze, "fixtures/config/nested_with_another_file/app/production.rb".freeze, "fixtures/config/nested_with_another_file/app/staging.rb".freeze, "fixtures/config/nested_with_another_file/deploy.rb".freeze, "fixtures/config/nested_with_shared_and_another_file/app.rb".freeze, "fixtures/config/nested_with_shared_and_another_file/app/production.rb".freeze, "fixtures/config/nested_with_shared_and_another_file/app/staging.rb".freeze, "fixtures/config/nested_with_shared_and_another_file/deploy.rb".freeze, "fixtures/config/nested_with_shared_file/app.rb".freeze, "fixtures/config/nested_with_shared_file/app/production.rb".freeze, "fixtures/config/nested_with_shared_file/app/staging.rb".freeze, "fixtures/config/root_with_nested.rb".freeze, "fixtures/config/root_with_nested/app/config.rb".freeze, "fixtures/config/sample/apps/world1.rb".freeze, "fixtures/config/sample/apps/world2.rb".freeze, "fixtures/config/third_level_nested/app/blog/production.rb".freeze, "fixtures/config/third_level_nested/app/blog/staging.rb".freeze, "fixtures/config/third_level_nested/app/wiki/production.rb".freeze, "fixtures/config/third_level_nested/app/wiki/qa.rb".freeze, "fixtures/config/two_files/production.rb".freeze, "fixtures/config/two_files/staging.rb".freeze, "fixtures/config/two_nested/api/production.rb".freeze, "fixtures/config/two_nested/api/staging.rb".freeze, "fixtures/config/two_nested/app/production.rb".freeze, "fixtures/config/two_nested/app/staging.rb".freeze, "fixtures/config/with_foreign_file/production.rb".freeze, "fixtures/config/with_foreign_file/readme.md".freeze, "fixtures/config/with_foreign_file/staging.rb".freeze, "lib/capistrano/multiconfig.rb".freeze, "lib/capistrano/multiconfig/dsl.rb".freeze, "spec/integration_spec.rb".freeze] s.homepage = "https://github.com/railsware/multiconfig".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano extension that allows to use multiple configurations".freeze s.test_files = ["spec/integration_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end