More changes to the rakefile to facilitate meta-operations
[attr_splat.git] / attr_splat.gemspec
blob3d1dab6e6cc3fb4198446a9a1a2621d8464db676
1 # -*- encoding: utf-8 -*-
3 Gem::Specification.new do |s|
4   s.name = %q{attr_splat}
5   s.version = "0"
7   s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8   s.authors = ["elliottcable"]
9   s.date = %q{2008-10-13}
10   s.description = %q{attr_* puts Ruby Core's attr_accessor, attr_reader, and attr_reader on steroids}
11   s.email = ["attr_splat@elliottcable.com"]
12   s.extra_rdoc_files = ["lib/attr_splat.rb", "README.markdown"]
13   s.files = ["lib/attr_splat.rb", "Rakefile.rb", "README.markdown", "spec/attr_splat_spec.rb", "spec/spec_helper.rb", ".manifest", "attr_splat.gemspec"]
14   s.has_rdoc = true
15   s.homepage = %q{http://by.elliottcable.name/attr_splat.xhtml}
16   s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Attr_splat", "--main", "README.markdown"]
17   s.require_paths = ["lib"]
18   s.rubyforge_project = %q{attr_*}
19   s.rubygems_version = %q{1.3.0}
20   s.summary = %q{attr_* puts Ruby Core's attr_accessor, attr_reader, and attr_reader on steroids}
22   if s.respond_to? :specification_version then
23     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
24     s.specification_version = 2
26     if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
27       s.add_development_dependency(%q<echoe>, [">= 0", "= 3.0.2"])
28       s.add_development_dependency(%q<rspec>, [">= 0"])
29       s.add_development_dependency(%q<rcov>, [">= 0"])
30       s.add_development_dependency(%q<yard>, [">= 0"])
31       s.add_development_dependency(%q<stringray>, [">= 0"])
32     else
33       s.add_dependency(%q<echoe>, [">= 0", "= 3.0.2"])
34       s.add_dependency(%q<rspec>, [">= 0"])
35       s.add_dependency(%q<rcov>, [">= 0"])
36       s.add_dependency(%q<yard>, [">= 0"])
37       s.add_dependency(%q<stringray>, [">= 0"])
38     end
39   else
40     s.add_dependency(%q<echoe>, [">= 0", "= 3.0.2"])
41     s.add_dependency(%q<rspec>, [">= 0"])
42     s.add_dependency(%q<rcov>, [">= 0"])
43     s.add_dependency(%q<yard>, [">= 0"])
44     s.add_dependency(%q<stringray>, [">= 0"])
45   end
46 end