# -*- encoding: utf-8 -*- # stub: abstract_feature_branch 1.2.2 ruby lib Gem::Specification.new do |s| s.name = "abstract_feature_branch".freeze s.version = "1.2.2".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 = "2014-02-23" s.description = "abstract_feature_branch is a Rails gem that enables developers to easily branch by abstraction as per this pattern:\nhttp://paulhammant.com/blog/branch_by_abstraction.html\n\nIt is a productivity and fault tolerance enhancing team practice that has been utilized by professional software development\nteams at large corporations, such as Sears and Groupon.\n\nIt provides the ability to wrap blocks of code with an abstract feature branch name, and then\nspecify in a configuration file which features to be switched on or off.\n\nThe goal is to build out upcoming features in the same source code repository branch, regardless of whether all are\ncompleted by the next release date or not, thus increasing team productivity by preventing integration delays.\nDevelopers then disable in-progress features until they are ready to be switched on in production, yet enable them\nlocally and in staging environments for in-progress testing.\n\nThis gives developers the added benefit of being able to switch a feature off after release should big problems arise\nfor a high risk feature.\n\nabstract_feature_branch additionally supports DDD's pattern of\nBounded Contexts by allowing developers to configure\ncontext-specific feature files if needed.\n".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".coveralls.yml".freeze, ".travis.yml".freeze, "LICENSE.txt".freeze, "README.md".freeze, "RELEASE_NOTES.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/abstract_feature_branch/configuration.rb".freeze, "lib/abstract_feature_branch/file_beautifier.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, "lib/generators/templates/config/initializers/abstract_feature_branch.rb".freeze, "lib/generators/templates/lib/tasks/abstract_feature_branch.rake".freeze, "ruby187.Gemfile".freeze, "ruby187.Gemfile.lock".freeze, "spec/abstract_feature_branch/file_beautifier_spec.rb".freeze, "spec/ext/feature_branch__feature_branch_per_user_spec.rb".freeze, "spec/ext/feature_branch__feature_branch_spec.rb".freeze, "spec/ext/feature_branch__feature_enabled_spec.rb".freeze, "spec/fixtures/application_development_config/config/features.reference.yml".freeze, "spec/fixtures/application_no_config/no_config".freeze, "spec/fixtures/application_rails_config/config/features.local.yml".freeze, "spec/fixtures/application_rails_config/config/features.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/another_application_configuration.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/database.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/admin.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/admin.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/empty.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/feature_empty_config.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/including_comments.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/internal/wiki.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/internal/wiki.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/public.local.yml".freeze, "spec/fixtures/application_ugly_config_reference/config/features/public.yml".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_runtime_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.8.8".freeze]) end