-
-
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.
Add direct links to homepage urls in gemspecs
- Loading branch information
1 parent
daf4f7e
commit 88b7956
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'ActiveRecord adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/active-record' | ||
|
||
extra_files = [ | ||
'lib/generators/flipper/templates/migration.erb', | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'ActiveSupport::Cache store adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/optimization#activesupportcachestore' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_active_support_cache_store_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_active_support_cache_store_files) | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'API for the Flipper gem' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/api' | ||
gem.files = `git ls-files`.split("\n").select(&flipper_api_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_api_files) | ||
gem.name = 'flipper-api' | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Dalli adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_dalli_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_dalli_files) | ||
|
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,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Moneta adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/moneta' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_moneta_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_moneta_files) | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Mongo adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/mongo' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_mongo_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_mongo_files) | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Redis adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/redis' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_redis_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_redis_files) | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Rollout adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/rollout' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_rollout_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_rollout_files) | ||
|
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 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'Sequel adapter for Flipper' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/adapters/sequel' | ||
|
||
extra_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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem| | |
gem.email = '[email protected]' | ||
gem.summary = 'UI for the Flipper gem' | ||
gem.license = 'MIT' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs/ui' | ||
|
||
gem.files = `git ls-files`.split("\n").select(&flipper_ui_files) + ['lib/flipper/version.rb'] | ||
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").select(&flipper_ui_files) | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem| | |
gem.authors = ['John Nunemaker'] | ||
gem.email = '[email protected]' | ||
gem.summary = 'Feature flipper for ANYTHING' | ||
gem.homepage = 'https://www.flippercloud.io' | ||
gem.homepage = 'https://www.flippercloud.io/docs' | ||
gem.license = 'MIT' | ||
|
||
gem.files = `git ls-files`.split("\n") - ignored_files + ['lib/flipper/version.rb'] | ||
|