Sha256: 936a0340e1c8c8aa4d0cffc16244e26c02aca03288ed444a24da701021e81c72

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'nixenvironment'
  spec.version       = Nixenvironment::VERSION
  spec.authors       = ['Karen Arzumanian']
  spec.email         = ['karen.arzumanyan@nixsolutions.com', 'antaresxxi@mail.ru']
  spec.summary       = 'NIX projects build and deploy utility'
  spec.description   = 'Installs, updates and manages inner environment stuff to make build and deploy for NIX projects.'
  spec.homepage      = 'https://rubygems.org/gems/nixenvironment'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = ['nixenvironment']
  spec.require_paths = ['lib']

  spec.add_dependency 'bundler', '~> 1.7'
  spec.add_dependency 'rake', '~> 10.0'
  spec.add_dependency 'cocoapods', '~> 0.34'
  spec.add_dependency 'commander', '~> 4.2'
  spec.add_dependency 'deliver', '~> 0.9.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nixenvironment-0.0.42 nixenvironment.gemspec
nixenvironment-0.0.41 nixenvironment.gemspec