Sha256: 3a214eeabbe22de0b101b0ccc6ee7adfb73a5130979c7b80495d0a7c9f40c5d3
Contents?: true
Size: 980 Bytes
Versions: 33
Compression:
Stored size: 980 Bytes
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' end
Version data entries
33 entries across 33 versions & 1 rubygems