Sha256: ce414c8a85e4fd43a75746a950449e75dd7f05a8cc53e1bbafc6480a1c686f83

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{redfin_api}
  s.version = "0.1.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Sharad Jain"]
  s.date = %q{2009-09-16}
  s.description = %q{Redfin.com webservice interface}
  s.email = %q{shaanjain@gmail.com}
  s.extra_rdoc_files = ["README.rdoc", "lib/object.rb", "lib/redfin_api.rb", "lib/redfin_api/base.rb", "tasks/redfin.rake"]
  s.files = ["Manifest", "README.rdoc", "Rakefile", "VERSION.yml", "lib/object.rb", "lib/redfin_api.rb", "lib/redfin_api/base.rb", "redfin_api.gemspec", "tasks/redfin.rake", "test/data/gis_id_search.json", "test/data/property_page.html", "test/data/query_location_listings.json", "test/data/query_location_pastSalesBuildings.json", "test/test_helper.rb", "test/test_redfin_api.rb", "test/test_redfin_base.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/sjain/redfin_api}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Redfin_api", "--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{redfin_api}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Redfin.com webservice interface}
  s.test_files = ["test/test_helper.rb", "test/test_redfin_api.rb", "test/test_redfin_base.rb"]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sjain-redfin_api-0.1.2 redfin_api.gemspec