tyrauber / census_api

A Ruby Gem for querying the US Census Bureau API
MIT License
30 stars 9 forks source link

Check for valid API key, dataset as an attribute #2

Closed beechnut closed 11 years ago

beechnut commented 11 years ago

This is an awesome start of a gem, and I'm looking to contribute to make it more human-friendly.

I updated the spec to reflect these changes, but tests are failing because of the pre-initialization RestClient request that VCR doesn't know what to do with. I'm not familiar enough with VCR to debug this at present.

tyrauber commented 11 years ago

Fixed specs. Bumped to version 1.0.2 and pushed to rubygems. Thanks.