Sha256: 76ae56f123710bde6e4d35d1e9d49caaa860a2e939a1551e7bd0ae5dad5300d8

Contents?: true

Size: 1.14 KB

Versions: 15

Compression:

Stored size: 1.14 KB

Contents

[
  {
    "placeType": {
      "code": 7,
      "name": "Town"
    },
    "url": "http://where.yahooapis.com/v1/place/2367105",
    "countryCode": "US",
    "woeid": 2367105,
    "name": "Boston",
    "country": "United States"
  },
  {
    "countryCode": null,
    "url": "http://where.yahooapis.com/v1/place/1",
    "woeid": 1,
    "name": "Worldwide",
    "country": "",
    "placeType": {
      "code": 19,
      "name": "Supername"
    }
  },
  {
    "url": "http://where.yahooapis.com/v1/place/2459115",
    "woeid": 2459115,
    "placeType": {
      "code": 7,
      "name": "Town"
    },
    "countryCode": "US",
    "name": "New York",
    "country": "United States"
  },
  {
    "countryCode": "US",
    "url": "http://where.yahooapis.com/v1/place/23424977",
    "country": "United States",
    "woeid": 23424977,
    "name": "United States",
    "placeType": {
      "code": 12,
      "name": "Country"
    }
  },
  {
    "placeType": {
      "code": 7,
      "name": "Town"
    },
    "countryCode": "US",
    "url": "http://where.yahooapis.com/v1/place/2487956",
    "woeid": 2487956,
    "name": "San Francisco",
    "country": "United States"
  }
]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
t-1.7.0 spec/fixtures/locations.json
t-1.6.0 spec/fixtures/locations.json
t-1.5.1 spec/fixtures/locations.json
t-1.5.0 spec/fixtures/locations.json
t-1.4.0 spec/fixtures/locations.json
t-1.3.1 spec/fixtures/locations.json
t-1.3.0 spec/fixtures/locations.json
t-1.2.0 spec/fixtures/locations.json
t-1.1.1 spec/fixtures/locations.json
t-1.1.0 spec/fixtures/locations.json
t-1.0.1 spec/fixtures/locations.json
t-1.0.0 spec/fixtures/locations.json
t-0.9.9 spec/fixtures/locations.json
t-0.9.8 spec/fixtures/locations.json
t-0.9.7 spec/fixtures/locations.json