Sha256: f387d46c7224d62b7f9bfc91dd8d5bba6338be3f11b8501c7727d600f9a5bf51

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/flipper/version', __FILE__)
require File.expand_path('../lib/flipper/metadata', __FILE__)

flipper_active_support_cache_store_files = lambda do |file|
  file =~ /active_support_cache_store/
end

Gem::Specification.new do |gem|
  gem.authors       = ['John Nunemaker']
  gem.email         = ['nunemaker@gmail.com']
  gem.summary       = 'ActiveSupport::Cache store adapter for Flipper'
  gem.license       = 'MIT'
  gem.homepage      = 'https://github.com/jnunemaker/flipper'

  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)
  gem.name          = 'flipper-active_support_cache_store'
  gem.require_paths = ['lib']
  gem.version       = Flipper::VERSION
  gem.metadata      = Flipper::METADATA

  gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
  gem.add_dependency 'activesupport', '>= 5.0', '< 7'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
flipper-active_support_cache_store-0.21.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.21.0.rc2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.21.0.rc1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.4 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.3 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.0.beta3 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.0.beta2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.20.0.beta1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.19.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.19.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.18.0 flipper-active_support_cache_store.gemspec