Sha256: 2d1c3e122621eb3c47635d67c34eca9956bbc88545ac80f80ca143a0c93ec1f4

Contents?: true

Size: 758 Bytes

Versions: 6

Compression:

Stored size: 758 Bytes

Contents

require_relative 'lib/time_pilot/version'

Gem::Specification.new do |s|
  s.name         = 'time_pilot'
  s.summary      = 'Configure enabled features for a specific set of users.'
  s.description  = ''
  s.version      = TimePilot::VERSION
  s.platform     = Gem::Platform::RUBY
  s.license      = 'MIT'

  s.files        = `git ls-files`.split("\n")
  s.test_files   = `git ls-files -- {test}/*`.split("\n")
  s.require_path = 'lib'

  s.authors     = ['@mlangenberg', '@markoudev']
  s.email       = ['matthijs.langenberg@nedap.com', 'mark.oudeveldhuis@nedap.com']
  s.homepage    = 'https://github.com/nedap/time_pilot'

  s.add_dependency 'redis', '>= 3.0.0'
  s.add_dependency 'activesupport', '>= 3.0.0'
  s.add_development_dependency "minitest"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
time_pilot-1.0.1 time_pilot.gemspec
time_pilot-1.0.0 time_pilot.gemspec
time_pilot-0.1.1 time_pilot.gemspec
time_pilot-0.1.0 time_pilot.gemspec
time_pilot-0.0.4 time_pilot.gemspec
time_pilot-0.0.3 time_pilot.gemspec