Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #50 from simplybusiness/AHOY-1204-deprecate-flip-fab
Browse files Browse the repository at this point in the history
AHOY-1204 | Deprecate FlipFab
  • Loading branch information
KayliBrownstein authored Aug 18, 2023
2 parents e6aee9e + 7dbb9a2 commit 5282fb6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Flip Fab
Flip Fab [DEPRECATED]
----

Status: DEPRECATED

Please use Amplitude Experiment instead for AB testing in Chopin! More [here](https://github.com/simplybusiness/chopin/blob/master/doc/amplitude.md).

----

**Feature flipping... Made FaBuLoUs!**

Expand Down
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
description: A gem providing persistent, per-user feature flipping to Rack applications
spec:
type: library
lifecycle: production
lifecycle: deprecated
1 change: 1 addition & 0 deletions flip_fab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rutabaga', '~> 3.0'
spec.add_development_dependency 'simplycop', '~> 1.9'
spec.add_development_dependency 'timecop', '~> 0.8'
spec.post_install_message = 'FlipFab is deprecated and everyone should use Amplitude Experiment instead!'
end
2 changes: 1 addition & 1 deletion lib/flip_fab/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module FlipFab
base = '1.1.20'
base = '1.1.21'

# SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash
VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}"
Expand Down

0 comments on commit 5282fb6

Please sign in to comment.