Skip to content

Commit

Permalink
Remove descriptions from gemspecs as they are all equal to summary an…
Browse files Browse the repository at this point in the history
…d only summary is required [ci skip]
  • Loading branch information
jnunemaker committed Jan 4, 2020
1 parent 098a281 commit afa9156
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-active_support_cache_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion flipper-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-moneta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-rollout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper-ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion flipper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit afa9156

Please sign in to comment.