# -*- encoding: utf-8 -*- # stub: abstract_feature_branch 0.6.4 ruby lib Gem::Specification.new do |s| s.name = "abstract_feature_branch".freeze s.version = "0.6.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Annas \"Andy\" Maleh".freeze] s.date = "2013-11-23" s.description = "It gives ability to wrap blocks of code with an abstract feature branch name, and then\nspecify which features to be switched on or off in a configuration file.\n\nThe goal is to build out future features with full integration into the codebase, thus\nensuring no delay in integration in the future, while releasing currently done features\nat the same time. Developers then disable future features until they are ready to be\nswitched on in production, but do enable them in staging and locally.\n\nThis gives developers the added benefit of being able to switch a feature off after\nrelease should big problems arise for a high risk feature.\n".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "VERSION".freeze, "abstract_feature_branch.gemspec".freeze, "config/features/admin.local.yml".freeze, "config/features/admin.yml".freeze, "config/features/internal/wiki.local.yml".freeze, "config/features/internal/wiki.yml".freeze, "config/features/public.local.yml".freeze, "config/features/public.yml".freeze, "lib/abstract_feature_branch.rb".freeze, "lib/ext/feature_branch.rb".freeze, "lib/generators/abstract_feature_branch/context_generator.rb".freeze, "lib/generators/abstract_feature_branch/install_generator.rb".freeze, "lib/generators/templates/config/features.example.yml".freeze, "lib/generators/templates/config/features.local.yml".freeze, "lib/generators/templates/config/features.yml".freeze, "spec/application_no_config/no_config".freeze] s.homepage = "http://github.com/AndyObtiva/abstract_feature_branch".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "abstract_feature_branch is a Rails gem that enables developers to easily branch by abstraction as per this pattern: http://paulhammant.com/blog/branch_by_abstraction.html".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.11.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.12.2".freeze]) s.add_development_dependency(%q.freeze, ["= 1.8.8".freeze]) end