Sha256: b5b283b502474614e5adc893c99767dac04c9efa7d0c7a3f15926dcf21ccb2ef
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
require File.expand_path("../lib/configuration/version", __FILE__) Gem::Specification.new do |spec| spec.name = "config_yml" spec.version = Configuration::VERSION.dup spec.summary = "Simplify your app configuration." spec.description = "A very simple way of configure your ruby applications through yaml files." spec.license = "MIT" spec.authors = ["Vitor Kiyoshi Arimitsu"] spec.email = "to@vitork.com" spec.homepage = "https://github.com/vitork/config_yml" spec.files = `git ls-files`.split("\n") spec.test_files = `git ls-files -- spec/*`.split("\n") spec.require_paths = ['lib'] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
config_yml-0.0.7 | config_yml.gemspec |
config_yml-0.0.6 | config_yml.gemspec |
config_yml-0.0.5 | config_yml.gemspec |
config_yml-0.0.4 | config_yml.gemspec |
config_yml-0.0.2 | config_yml.gemspec |