Sha256: a2e6e2fff643ddc255bb4ea9c9f1e45de7f6e732efa7cf786289417a3d2c0e85

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 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       = %w(Karen Arzumanian)
  spec.email         = %w(karen.arzumanyan@nixsolutions.com antaresxxi@mail.ru)
  spec.summary       = %q{NIX projects build and deploy utility}
  spec.description   = %q{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.required_ruby_version = '>= 2.0.0'

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

  spec.add_dependency 'cocoapods'
  spec.add_dependency 'deliver'

  # Development only
  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'commander'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nixenvironment-0.0.59 nixenvironment.gemspec
nixenvironment-0.0.58 nixenvironment.gemspec
nixenvironment-0.0.57 nixenvironment.gemspec
nixenvironment-0.0.56 nixenvironment.gemspec
nixenvironment-0.0.55 nixenvironment.gemspec