Sha256: d641328fe3a14b848aba14e9b395146fa6031f7f691e101c130e9959a36ad8bd
Contents?: true
Size: 670 Bytes
Versions: 10
Compression:
Stored size: 670 Bytes
Contents
# encoding: utf-8 require File.expand_path('../lib/a9n/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Krzysztof Knapik"] gem.email = ["knapo@knapo.net"] gem.description = %q{Simple tool for managing app configuration} gem.summary = %q{Simple tool for managing app configuration} gem.homepage = "https://github.com/knapo/a9n" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "a9n" gem.require_paths = ["lib"] gem.version = A9n::VERSION end
Version data entries
10 entries across 10 versions & 1 rubygems