-
-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc663c8
commit c5d3ca5
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|