# -*- encoding: utf-8 -*- # stub: capistrano-figaro-yml 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano-figaro-yml".freeze s.version = "1.0.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 = ["Chia-Hui Chou".freeze] s.date = "2015-01-24" s.description = "Capistrano tasks for automating figaro `application.yml` file handling for Rails 4+ apps.\nThis plugins syncs contents of your local figaro file and copies that to\nthe remote server.\n".freeze s.email = ["chouandy625@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-figaro-yml.gemspec".freeze, "lib/capistrano-figaro-yml.rb".freeze, "lib/capistrano/figaro_yml.rb".freeze, "lib/capistrano/figaro_yml/helpers.rb".freeze, "lib/capistrano/figaro_yml/paths.rb".freeze, "lib/capistrano/figaro_yml/version.rb".freeze, "lib/capistrano/tasks/figaro_yml.rake".freeze] s.homepage = "https://github.com/ChouAndy/capistrano-figaro-yml".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano tasks for automating figaro `application.yml` file handling for Rails 4+ apps.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze, ">= 1.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end