forked from cjbottaro/app_config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app_config.gemspec
59 lines (54 loc) · 1.68 KB
/
app_config.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{app_config}
s.version = "1.3.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christopher J Bottaro"]
s.date = %q{2010-08-10}
s.description = %q{Application level configuration that supports YAML config file, inheritance, ERB, and object member notation.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"CHANGELOG",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"app_config.gemspec",
"install.rb",
"lib/app_config.rb",
"lib/closed_struct.rb",
"lib/tasks/app_config.rake",
"lib/tasks/initializer/app_config.rb",
"lib/tasks/rake_helper.rb",
"test/app_config.yml",
"test/app_config_test.rb",
"test/closed_struct_test.rb",
"test/development.yml",
"test/empty1.yml",
"test/empty2.yml",
"test/environments.yml",
"test/override_with.yml"
]
s.homepage = %q{http://github.com/cjbottaro/app_config}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Application level configuration.}
s.test_files = [
"test/app_config_test.rb",
"test/closed_struct_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end