Sha256: 5be768acce38f1ccdd39500edbbc60d14b7c3ac4c85add70eae7aa80eb362bd7

Contents?: true

Size: 956 Bytes

Versions: 1

Compression:

Stored size: 956 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'envlogic/version'

Gem::Specification.new do |spec|
  spec.name          = 'envlogic'
  spec.platform      = Gem::Platform::RUBY
  spec.version       = Envlogic::VERSION
  spec.authors       = ['pavlo_vavruk', 'Maciej Mensfeld']
  spec.email         = %w( pavlo.vavruk@gmail.com maciej@mensfeld.pl )

  spec.summary       = %q{ Ruby based library which allows to set and get environments values
                           and easily check environment }
  spec.description   = %q{ Library used to manage environments for your Ruby application }
  spec.homepage      = 'https://github.com/karafka/envlogic'

  spec.add_dependency 'activesupport'
  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.require_paths = %w( lib )
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
envlogic-1.0.1 envlogic.gemspec