Skip to content

Commit

Permalink
Add feature flag to summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Dec 12, 2023
1 parent dc663c8 commit c5d3ca5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'ActiveRecord adapter for Flipper'
gem.summary = 'ActiveRecord feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/active-record'

Expand Down
2 changes: 1 addition & 1 deletion flipper-active_support_cache_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'ActiveSupport::Cache store adapter for Flipper'
gem.summary = 'ActiveSupport::Cache feature flag cache adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/optimization#activesupportcachestore'

Expand Down
2 changes: 1 addition & 1 deletion flipper-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'API for the Flipper gem'
gem.summary = 'Feature flag API for the Flipper gem'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/api'
gem.files = `git ls-files`.split("\n").select(&flipper_api_files) + ['lib/flipper/version.rb']
Expand Down
2 changes: 1 addition & 1 deletion flipper-dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Dalli adapter for Flipper'
gem.summary = 'Dalli feature flag cache adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters'

Expand Down
2 changes: 1 addition & 1 deletion flipper-moneta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Moneta adapter for Flipper'
gem.summary = 'Moneta feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/moneta'

Expand Down
2 changes: 1 addition & 1 deletion flipper-mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Mongo adapter for Flipper'
gem.summary = 'Mongo feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/mongo'

Expand Down
2 changes: 1 addition & 1 deletion flipper-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Redis adapter for Flipper'
gem.summary = 'Redis feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/redis'

Expand Down
2 changes: 1 addition & 1 deletion flipper-rollout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Rollout adapter for Flipper'
gem.summary = 'Rollout feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/rollout'

Expand Down
2 changes: 1 addition & 1 deletion flipper-sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flipper_sequel_files = ->(file) { file =~ /sequel/ }
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Sequel adapter for Flipper'
gem.summary = 'Sequel feature flag adapter for Flipper'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/adapters/sequel'

Expand Down
2 changes: 1 addition & 1 deletion flipper-ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'UI for the Flipper gem'
gem.summary = 'Feature flag UI for the Flipper gem'
gem.license = 'MIT'
gem.homepage = 'https://www.flippercloud.io/docs/ui'

Expand Down
2 changes: 1 addition & 1 deletion flipper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignored_test_files.flatten!.uniq!
Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = '[email protected]'
gem.summary = 'Beautiful, performant feature flags for Ruby.'
gem.summary = 'Beautiful, performant feature flags for Ruby and Rails.'
gem.homepage = 'https://www.flippercloud.io/docs'
gem.license = 'MIT'

Expand Down

0 comments on commit c5d3ca5

Please sign in to comment.