-
-
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.
Remove descriptions from gemspecs as they are all equal to summary an…
…d only summary is required [ci skip]
- Loading branch information
1 parent
098a281
commit afa9156
Showing
12 changed files
with
0 additions
and
12 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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'ActiveRecord adapter for Flipper' | ||
gem.description = 'ActiveRecord adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'ActiveSupport::Cache store adapter for Flipper' | ||
gem.description = 'ActiveSupport::Cache store adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'API for the Flipper gem' | ||
gem.description = 'Rack middleware that provides an API for the flipper gem.' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
gem.files = `git ls-files`.split("\n").select(&flipper_api_files) + ['lib/flipper/version.rb'] # rubocop:disable Layout/LineLength | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'FeatureFlipper.com adapter for Flipper' | ||
gem.description = 'FeatureFlipper.com adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Dalli adapter for Flipper' | ||
gem.description = 'Dalli adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Moneta adapter for Flipper' | ||
gem.description = 'Moneta adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Mongo adapter for Flipper' | ||
gem.description = 'Mongo adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Redis adapter for Flipper' | ||
gem.description = 'Redis adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Rollout adapter for Flipper' | ||
gem.description = 'Rollout adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Sequel adapter for Flipper' | ||
gem.description = 'Sequel adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'UI for the Flipper gem' | ||
gem.description = 'Rack middleware that provides a fully featured web interface for the flipper gem.' # rubocop:disable Layout/LineLength | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,6 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = 'Feature flipper for ANYTHING' | ||
gem.description = 'Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.' # rubocop:disable Layout/LineLength | ||
gem.homepage = 'https://github.com/jnunemaker/flipper' | ||
gem.license = 'MIT' | ||
|
||
|