Sha256: 7427d653cda9e203b793f2097f2ee033b75a43c25a7c8d3de4dcbe056eb5e2eb
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/yaml_conf/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["David van Geest"] gem.email = ["david.vangeest@gmail.com"] gem.description = %q{Organize your Rails application configuration into a YAML file} gem.summary = %q{Creates a YAML file to store Rails application configuration and loads it into a global variable} gem.homepage = "https://github.com/spindance/yaml_conf" 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 = "yaml_conf" gem.require_paths = ["lib"] gem.version = YamlConf::VERSION gem.add_dependency 'rails', '>= 3.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yaml_conf-0.1.0 | yaml_conf.gemspec |