Sha256: b2d2566f96aeee5fb2d7b84e83cec52708cfa5e1cd2463b69220993bad23cab9

Contents?: true

Size: 754 Bytes

Versions: 1

Compression:

Stored size: 754 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'anyway/version'

Gem::Specification.new do |s|
  s.name        = "anyway_config"
  s.version     = Anyway::VERSION
  s.authors     = ["Vlad Dem"]
  s.email       = ["dementiev.vm@gmail.com"]
  s.homepage    = "http://github.com/palkan/anyway_config"
  s.summary     = "Configuration for Ruby plugins and applications"
  s.description = "Configuration for Ruby plugins and applications"
  s.license     = "MIT"

  s.files         = `git ls-files`.split($/)
  s.require_paths = ["lib"]
  s.required_ruby_version = '>= 2'

  s.add_development_dependency "simplecov", ">= 0.3.8"
  s.add_development_dependency "rspec", "~> 3.5.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anyway_config-0.5.1 anyway_config.gemspec