Sha256: db6fd41849357514ad37d6b26f733f047cb3874eedfaf872e01742813a0f887d

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

# encoding: utf-8
#
# This file is part of the akaer gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

require "./lib/akaer/version"

Gem::Specification.new do |gem|
  gem.name = "akaer"
  gem.version = Akaer::Version::STRING
  gem.authors = ["Shogun"]
  gem.email = ["shogun_panda@me.com"]
  gem.homepage = "http://github.com/ShogunPanda/akaer"
  gem.summary = %q{A small utility to add aliases to network interfaces.}
  gem.description = %q{A small utility to add aliases to network interfaces.}

  gem.rubyforge_project = "akaer"
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ["lib"]

  gem.add_dependency("mamertes", ">= 1.1.0")

  gem.add_development_dependency("rspec", "~> 2.11.0")
  gem.add_development_dependency("rake", "~> 0.9.0")
  gem.add_development_dependency("simplecov", "~> 0.6.0")
  gem.add_development_dependency("pry", ">= 0")
  gem.add_development_dependency("yard", "~> 0.8.0")
  gem.add_development_dependency("redcarpet", "~> 2.1.0")
  gem.add_development_dependency("github-markup", "~> 0.7.0")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
akaer-1.5.2 akaer.gemspec
akaer-1.5.1 akaer.gemspec
akaer-1.5.0 akaer.gemspec