Sha256: 9ca86e0d93995b28788038de0cd16ab99c7e82595e71e44cf63411950e42037f
Contents?: true
Size: 1.29 KB
Versions: 1
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.8") gem.add_development_dependency("rspec", "~> 2.11.0") gem.add_development_dependency("rake", "~> 0.9.0") gem.add_development_dependency("simplecov", "~> 0.7.0") gem.add_development_dependency("pry", ">= 0") gem.add_development_dependency("yard", "~> 0.8.0") gem.add_development_dependency("redcarpet", "~> 2.2.0") gem.add_development_dependency("github-markup", "~> 0.7.0") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
akaer-1.5.6 | akaer.gemspec |