-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkvc.gemspec
26 lines (23 loc) · 1.17 KB
/
kvc.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{kvc}
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Celis"]
s.date = %q{2009-12-10}
s.description = %q{KVC (Key-Value Configuration) provides a powerful, transparent way to maintain
mutable app settings in the database.}
s.email = ["stephen@stephencelis.com"]
s.extra_rdoc_files = ["History.rdoc", "Manifest.txt", "README.rdoc"]
s.files = ["History.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/kvc.rb", "lib/kvc/settings.rb", "lib/kvc/settings_proxy.rb", "tasks/kvc_tasks.rake", "test/kvc_test.rb", "uninstall.rb"]
s.homepage = %q{http://github.com/stephencelis/kvc}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{kvc}
s.rubygems_version = %q{1.3.4}
s.summary = %q{KVC (Key-Value Configuration) provides a powerful, transparent way to maintain mutable app settings in the database.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
end
end