Sha256: 6914c0695ba6e869373bc0be2be382d1b4a1fcceeb6d754c67c57cfe6cfb78f0
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "activeresource" s.version = "2.3.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = "2011-08-16" s.description = "Wraps web resources in model classes that can be manipulated through XML over REST." s.email = "david@loudthinking.com" s.extra_rdoc_files = ["README"] s.files = ["README"] s.homepage = "http://www.rubyonrails.org" s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = "activeresource" s.rubygems_version = "1.8.16" s.summary = "Think Active Record for web resources." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<activesupport>, ["= 2.3.14"]) else s.add_dependency(%q<activesupport>, ["= 2.3.14"]) end else s.add_dependency(%q<activesupport>, ["= 2.3.14"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-1.0.0 | ruby-debug/ruby/1.8/specifications/activeresource-2.3.14.gemspec |