Sha256: 6920b850fd1d779a9c80b764e12dc79748ee1fd37fbf6076823ebce9315054a3
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
# 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{dm-ar-finders} s.version = "1.0.0.rc2" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["John W Higgins"] s.date = %q{2010-05-19} s.description = %q{DataMapper plugin providing ActiveRecord-style finders} s.email = %q{john [a] wishVPS [d] com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".gitignore", "Gemfile", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "dm-ar-finders.gemspec", "lib/dm-ar-finders.rb", "spec/integration/ar-finders_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb", "tasks/ci.rake", "tasks/local_gemfile.rake", "tasks/metrics.rake", "tasks/spec.rake", "tasks/yard.rake", "tasks/yardstick.rake" ] s.homepage = %q{http://github.com/datamapper/dm-more/tree/master/dm-ar-finders} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{datamapper} s.rubygems_version = %q{1.3.7} s.summary = %q{DataMapper plugin providing ActiveRecord-style finders} s.test_files = [ "spec/integration/ar-finders_spec.rb", "spec/spec_helper.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 s.add_runtime_dependency(%q<dm-core>, ["~> 1.0.0.rc2"]) s.add_development_dependency(%q<rspec>, ["~> 1.3"]) else s.add_dependency(%q<dm-core>, ["~> 1.0.0.rc2"]) s.add_dependency(%q<rspec>, ["~> 1.3"]) end else s.add_dependency(%q<dm-core>, ["~> 1.0.0.rc2"]) s.add_dependency(%q<rspec>, ["~> 1.3"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dm-ar-finders-1.0.0.rc2 | dm-ar-finders.gemspec |