forked from markbates/configatron
-
Notifications
You must be signed in to change notification settings - Fork 1
/
configatron.gemspec
32 lines (28 loc) · 1.69 KB
/
configatron.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{configatron}
s.version = "2.5.0.20090910111951"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["markbates"]
s.date = %q{2009-09-10}
s.description = %q{configatron was developed by: markbates}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README", "LICENSE"]
s.files = ["lib/configatron/configatron.rb", "lib/configatron/core_ext/class.rb", "lib/configatron/core_ext/kernel.rb", "lib/configatron/core_ext/object.rb", "lib/configatron/core_ext/string.rb", "lib/configatron/errors.rb", "lib/configatron/proc.rb", "lib/configatron/rails.rb", "lib/configatron/store.rb", "lib/configatron.rb", "README", "LICENSE", "generators/configatron_generator.rb", "generators/templates/configatron/cucumber.rb", "generators/templates/configatron/defaults.rb", "generators/templates/configatron/development.rb", "generators/templates/configatron/production.rb", "generators/templates/configatron/test.rb", "generators/templates/initializers/configatron.rb"]
s.homepage = %q{http://www.metabates.com}
s.require_paths = ["lib"]
s.rubyforge_project = %q{magrathea}
s.rubygems_version = %q{1.3.5}
s.summary = %q{A powerful Ruby configuration system.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<yamler>, [">= 0.1.0"])
else
s.add_dependency(%q<yamler>, [">= 0.1.0"])
end
else
s.add_dependency(%q<yamler>, [">= 0.1.0"])
end
end