Sha256: ca8d08f122b15b83fe36f13b77fd0b1737c3e1ef19557442988f986cc470657a

Contents?: true

Size: 1.05 KB

Versions: 20

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', '>= 4.2', '< 8'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
flipper-active_support_cache_store-0.28.3 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.28.2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.28.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.28.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.27.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.27.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.26.2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.26.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.26.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.26.0.rc2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.26.0.rc1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.25.4 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.25.3 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.25.2 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.25.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.25.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.24.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.24.0 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.23.1 flipper-active_support_cache_store.gemspec
flipper-active_support_cache_store-0.23.0 flipper-active_support_cache_store.gemspec