brewery_db 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +1 -0
- data/CHANGELOG.md +4 -0
- data/README.md +5 -4
- data/brewery_db.gemspec +2 -0
- data/lib/brewery_db/resources/beers.rb +4 -0
- data/lib/brewery_db/version.rb +1 -1
- data/spec/brewery_db/client_spec.rb +23 -12
- data/spec/brewery_db/config_spec.rb +9 -5
- data/spec/brewery_db/resource_spec.rb +1 -1
- data/spec/brewery_db/resources/beers_spec.rb +14 -3
- data/spec/brewery_db/resources/breweries_spec.rb +1 -1
- data/spec/brewery_db/resources/brewery_spec.rb +2 -2
- data/spec/brewery_db/resources/categories_spec.rb +1 -1
- data/spec/brewery_db/resources/fermentables_spec.rb +1 -1
- data/spec/brewery_db/resources/fluid_size_spec.rb +1 -1
- data/spec/brewery_db/resources/hops_spec.rb +1 -1
- data/spec/brewery_db/resources/locations_spec.rb +1 -1
- data/spec/brewery_db/resources/search_spec.rb +5 -5
- data/spec/brewery_db/resources/styles_spec.rb +1 -1
- data/spec/brewery_db/resources/yeasts_spec.rb +1 -1
- data/spec/fixtures/BreweryDB_Resource/_get/a_list_of_resources/can_be_enumerated.yml +160 -84
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/includes_the_response_message_in_the_error_message.yml +9 -9
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/includes_the_response_status_in_the_error_message.yml +9 -9
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/raises_an_exception.yml +9 -9
- data/spec/fixtures/BreweryDB_Resource/_get/an_OK_request/returns_the_data.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Beers/_all/fetches_all_of_the_beers_at_once.yml +228 -244
- data/spec/fixtures/BreweryDB_Resources_Beers/_find/fetches_only_the_beer_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Beers/_random/fetches_a_random_beer.yml +53 -0
- data/spec/fixtures/BreweryDB_Resources_Breweries/_all/fetches_all_of_the_breweries_at_once.yml +46 -66
- data/spec/fixtures/BreweryDB_Resources_Breweries/_find/fetches_only_the_brewery_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Categories/_all/fetches_all_of_the_cagtegories_at_once.yml +13 -12
- data/spec/fixtures/BreweryDB_Resources_Categories/_find/fetches_only_the_category_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Fermentables/_all/fetches_all_of_the_fermentables_at_once.yml +15 -15
- data/spec/fixtures/BreweryDB_Resources_Fermentables/_find/fetches_only_the_fermentable_asked_for.yml +13 -13
- data/spec/fixtures/BreweryDB_Resources_FluidSize/_all/fetches_all_of_the_fluid_sizes_at_once.yml +16 -14
- data/spec/fixtures/BreweryDB_Resources_FluidSize/_find/fetches_only_the_fluid_size_asked_for.yml +12 -12
- data/spec/fixtures/BreweryDB_Resources_Glassware/_all/fetches_all_of_the_glassware_at_once.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Glassware/_find/fetches_only_the_glassware_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Hops/_all/fetches_all_of_the_hops_at_once.yml +15 -15
- data/spec/fixtures/BreweryDB_Resources_Hops/_find/fetches_only_the_hop_asked_for.yml +13 -13
- data/spec/fixtures/BreweryDB_Resources_Locations/_all/fetches_all_of_the_breweries_at_once.yml +122 -58
- data/spec/fixtures/BreweryDB_Resources_Locations/_find/fetches_only_the_location_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Menu/_beer_availability/fetches_all_of_the_beer_availabilities_at_once.yml +12 -12
- data/spec/fixtures/BreweryDB_Resources_Search/_all/fetches_all_of_the_search_results_at_once.yml +366 -411
- data/spec/fixtures/BreweryDB_Resources_Search/_upc/for_an_existing_upc_code/returns_a_collection_with_the_matched_beer.yml +11 -11
- data/spec/fixtures/BreweryDB_Resources_Styles/_all/fetches_all_of_the_styles_at_once.yml +63 -24
- data/spec/fixtures/BreweryDB_Resources_Styles/_find/fetches_only_the_style_asked_for.yml +10 -10
- data/spec/fixtures/BreweryDB_Resources_Yeasts/_all/fetches_all_of_the_yeasts_at_once.yml +14 -14
- data/spec/fixtures/BreweryDB_Resources_Yeasts/_find/fetches_only_the_yeast_asked_for.yml +13 -13
- data/spec/spec_helper.rb +2 -0
- metadata +52 -22
data/spec/fixtures/BreweryDB_Resources_Fermentables/_find/fetches_only_the_fermentable_asked_for.yml
CHANGED
|
@@ -8,35 +8,35 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
-
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:23 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
|
-
-
|
|
28
|
+
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
|
-
-
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
30
|
+
- Unlimited
|
|
29
31
|
content-length:
|
|
30
32
|
- '253'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":{"id":1924,"name":"CaraMunich","characteristics":[{"id":5,"name":"Caramel","description":"Imparts
|
|
38
38
|
a caramel quality upon the beer.","createDate":"2013-06-24 16:07:26"}],"category":"malt","categoryDisplay":"Malts,
|
|
39
39
|
Grains, & Fermentables","createDate":"2013-06-24 16:07:57"},"status":"success"}'
|
|
40
40
|
http_version:
|
|
41
|
-
recorded_at:
|
|
42
|
-
recorded_with: VCR 2.
|
|
41
|
+
recorded_at: Mon, 31 Mar 2014 20:13:23 GMT
|
|
42
|
+
recorded_with: VCR 2.4.0
|
data/spec/fixtures/BreweryDB_Resources_FluidSize/_all/fetches_all_of_the_fluid_sizes_at_once.yml
CHANGED
|
@@ -8,30 +8,30 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
- Mon,
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:23 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
|
-
-
|
|
28
|
+
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
|
-
-
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
30
|
+
- Unlimited
|
|
29
31
|
content-length:
|
|
30
|
-
- '
|
|
32
|
+
- '412'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":[{"id":1,"volume":"oz","volumeDisplay":"Ounce
|
|
@@ -50,7 +50,9 @@ http_interactions:
|
|
|
50
50
|
12\/22","createDate":"2012-09-09 14:49:35","updateDate":"2012-09-09 14:49:55"},{"id":15,"volume":"barrel","volumeDisplay":"Barrel","quantity":"1\/2","createDate":"2012-09-09
|
|
51
51
|
14:51:14"},{"id":16,"volume":"barrel","volumeDisplay":"Barrel","quantity":"1\/6","createDate":"2012-09-09
|
|
52
52
|
14:51:29"},{"id":17,"volume":"barrel","volumeDisplay":"Barrel","quantity":"1\/4","createDate":"2012-09-09
|
|
53
|
-
14:51:44"}
|
|
53
|
+
14:51:44"},{"id":18,"volume":"oz","volumeDisplay":"Ounce (oz)","createDate":"2013-12-05
|
|
54
|
+
05:15:08"},{"id":19,"volume":"liter","volumeDisplay":"Liter","createDate":"2013-12-05
|
|
55
|
+
05:16:50"}],"status":"success"}'
|
|
54
56
|
http_version:
|
|
55
|
-
recorded_at: Mon,
|
|
57
|
+
recorded_at: Mon, 31 Mar 2014 20:13:23 GMT
|
|
56
58
|
recorded_with: VCR 2.4.0
|
data/spec/fixtures/BreweryDB_Resources_FluidSize/_find/fetches_only_the_fluid_size_asked_for.yml
CHANGED
|
@@ -8,34 +8,34 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
- Mon,
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:23 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
|
-
-
|
|
28
|
+
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
|
-
-
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
30
|
+
- Unlimited
|
|
29
31
|
content-length:
|
|
30
32
|
- '165'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":{"id":1,"volume":"oz","volumeDisplay":"Ounce
|
|
38
38
|
(oz)","quantity":"22","createDate":"2012-01-03 02:41:33"},"status":"success"}'
|
|
39
39
|
http_version:
|
|
40
|
-
recorded_at: Mon,
|
|
40
|
+
recorded_at: Mon, 31 Mar 2014 20:13:23 GMT
|
|
41
41
|
recorded_with: VCR 2.4.0
|
data/spec/fixtures/BreweryDB_Resources_Glassware/_all/fetches_all_of_the_glassware_at_once.yml
CHANGED
|
@@ -8,30 +8,30 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
- Mon,
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:24 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
28
|
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
30
|
- Unlimited
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
29
31
|
content-length:
|
|
30
32
|
- '251'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":[{"id":1,"name":"Flute","createDate":"2012-01-03
|
|
@@ -43,5 +43,5 @@ http_interactions:
|
|
|
43
43
|
02:41:33"},{"id":13,"name":"Willi","createDate":"2012-01-03 02:41:33"},{"id":14,"name":"Thistle","createDate":"2012-01-03
|
|
44
44
|
02:41:33"}],"status":"success"}'
|
|
45
45
|
http_version:
|
|
46
|
-
recorded_at: Mon,
|
|
46
|
+
recorded_at: Mon, 31 Mar 2014 20:13:23 GMT
|
|
47
47
|
recorded_with: VCR 2.4.0
|
data/spec/fixtures/BreweryDB_Resources_Glassware/_find/fetches_only_the_glassware_asked_for.yml
CHANGED
|
@@ -8,34 +8,34 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
- Mon,
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:24 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
28
|
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
30
|
- Unlimited
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
29
31
|
content-length:
|
|
30
32
|
- '137'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":{"id":1,"name":"Flute","createDate":"2012-01-03
|
|
38
38
|
02:41:33"},"status":"success"}'
|
|
39
39
|
http_version:
|
|
40
|
-
recorded_at: Mon,
|
|
40
|
+
recorded_at: Mon, 31 Mar 2014 20:13:23 GMT
|
|
41
41
|
recorded_with: VCR 2.4.0
|
|
@@ -8,33 +8,33 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
-
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:24 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
|
-
-
|
|
28
|
+
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
|
-
-
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
30
|
+
- Unlimited
|
|
29
31
|
content-length:
|
|
30
|
-
- '
|
|
32
|
+
- '5327'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
|
-
string: '{"currentPage":1,"numberOfPages":4,"totalResults":
|
|
37
|
+
string: '{"currentPage":1,"numberOfPages":4,"totalResults":166,"data":[{"id":1976,"name":"#06300","category":"hop","categoryDisplay":"Hops","createDate":"2013-06-24
|
|
38
38
|
16:07:41"},{"id":1,"name":"Admiral","description":"Bred at Wye as a replacement
|
|
39
39
|
for Target and released in 1998, Admiral is a high-alpha variety considered
|
|
40
40
|
to have a more pleasing, less harsh bitterness.","countryOfOrigin":"GB","alphaAcidMin":13,"betaAcidMin":4.8,"betaAcidMax":6.1,"humuleneMin":7,"humuleneMax":26,"caryophylleneMin":6,"caryophylleneMax":8,"cohumuloneMin":37,"cohumuloneMax":45,"myrceneMin":39,"myrceneMax":48,"farneseneMin":1.8,"farneseneMax":2.2,"category":"hop","categoryDisplay":"Hops","createDate":"2013-06-24
|
|
@@ -244,5 +244,5 @@ http_interactions:
|
|
|
244
244
|
16:10:37","country":{"isoCode":"GB","name":"UNITED KINGDOM","displayName":"United
|
|
245
245
|
Kingdom","isoThree":"GBR","numberCode":826,"createDate":"2012-01-03 02:41:33"}}],"status":"success"}'
|
|
246
246
|
http_version:
|
|
247
|
-
recorded_at:
|
|
248
|
-
recorded_with: VCR 2.
|
|
247
|
+
recorded_at: Mon, 31 Mar 2014 20:13:24 GMT
|
|
248
|
+
recorded_with: VCR 2.4.0
|
|
@@ -8,30 +8,30 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
-
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:24 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
|
-
-
|
|
28
|
+
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
|
-
-
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
30
|
+
- Unlimited
|
|
29
31
|
content-length:
|
|
30
32
|
- '467'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
37
|
string: '{"message":"READ ONLY MODE: Request Successful","data":{"id":1,"name":"Admiral","description":"Bred
|
|
@@ -41,5 +41,5 @@ http_interactions:
|
|
|
41
41
|
KINGDOM","displayName":"United Kingdom","isoThree":"GBR","numberCode":826,"createDate":"2012-01-03
|
|
42
42
|
02:41:33"}},"status":"success"}'
|
|
43
43
|
http_version:
|
|
44
|
-
recorded_at:
|
|
45
|
-
recorded_with: VCR 2.
|
|
44
|
+
recorded_at: Mon, 31 Mar 2014 20:13:24 GMT
|
|
45
|
+
recorded_with: VCR 2.4.0
|
data/spec/fixtures/BreweryDB_Resources_Locations/_all/fetches_all_of_the_breweries_at_once.yml
CHANGED
|
@@ -8,33 +8,33 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.2.
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.3
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
|
+
content-type:
|
|
18
|
+
- application/json
|
|
17
19
|
date:
|
|
18
|
-
- Mon,
|
|
20
|
+
- Mon, 31 Mar 2014 20:13:24 GMT
|
|
19
21
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
22
|
+
- Apache/2.2.26 (Amazon)
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
21
25
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
26
|
+
- PHP/5.3.28
|
|
23
27
|
x-ratelimit-limit:
|
|
24
28
|
- Unlimited
|
|
25
29
|
x-ratelimit-remaining:
|
|
26
30
|
- Unlimited
|
|
27
|
-
vary:
|
|
28
|
-
- Accept-Encoding
|
|
29
31
|
content-length:
|
|
30
|
-
- '
|
|
32
|
+
- '8723'
|
|
31
33
|
connection:
|
|
32
|
-
-
|
|
33
|
-
content-type:
|
|
34
|
-
- application/json
|
|
34
|
+
- Close
|
|
35
35
|
body:
|
|
36
36
|
encoding: UTF-8
|
|
37
|
-
string: '{"currentPage":1,"numberOfPages":1,"totalResults":
|
|
37
|
+
string: '{"currentPage":1,"numberOfPages":1,"totalResults":21,"data":[{"id":"wXmTDU","name":"Main
|
|
38
38
|
Brewery","streetAddress":"563 Second Street","locality":"San Francisco","region":"California","postalCode":"94107","phone":"415-369-0900","hoursOfOperation":"Monday
|
|
39
39
|
- Thursday: 11:30am to 12:00am\r\nFriday & Saturday: 11:30am to 1:00am\r\nSunday:
|
|
40
40
|
10:00am to 12:00am","latitude":37.7824175,"longitude":-122.3925921,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"brewpub","locationTypeDisplay":"Brewpub","countryIsoCode":"US","yearOpened":"2000","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
@@ -56,7 +56,7 @@ http_interactions:
|
|
|
56
56
|
barrel specific mechanical system is Andy French, whose clean, dry, true-to-style
|
|
57
57
|
beers are the main features of a drinks lineup that boasts many attractions,
|
|
58
58
|
including unique guest brews and high-caliber specialty cocktails","website":"http:\/\/www.southernpacificbrewing.com\/","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/f0wIsY\/upload_LjJkRu-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/f0wIsY\/upload_LjJkRu-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/f0wIsY\/upload_LjJkRu-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2013-05-15
|
|
59
|
-
23:26:26","updateDate":"
|
|
59
|
+
23:26:26","updateDate":"2014-03-03 16:03:00"},"country":{"isoCode":"US","name":"UNITED
|
|
60
60
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
61
61
|
02:41:33"}},{"id":"OcFATq","name":"Main Brewery","streetAddress":"650 Fifth
|
|
62
62
|
Street #403","locality":"San Francisco","region":"California","postalCode":"94107","latitude":37.7758088,"longitude":-122.3980099,"isPrimary":"Y","inPlanning":"N","isClosed":"Y","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
@@ -71,18 +71,68 @@ http_interactions:
|
|
|
71
71
|
Kitchen & Brewery","website":"http:\/\/www.socialkitchenandbrewery.com\/","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
72
72
|
02:42:08","updateDate":"2012-03-21 19:06:19"},"country":{"isoCode":"US","name":"UNITED
|
|
73
73
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
74
|
+
02:41:33"}},{"id":"2MDtOB","name":"Main Brewery","streetAddress":"1150 Howard
|
|
75
|
+
Street","locality":"San Francisco","region":"California","postalCode":"94103","phone":"(415)
|
|
76
|
+
863-3940","website":"http:\/\/www.cellarmakerbrewing.com","hoursOfOperation":"Tue
|
|
77
|
+
- Fri: 3:00 pm - 11:00 pm\r\nSat: 12:00 pm - 11:00 pm\r\nSun: 2:00 pm - 8:00
|
|
78
|
+
pm","latitude":37.777218,"longitude":-122.410768,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
79
|
+
Brewery","countryIsoCode":"US","yearOpened":"2013","status":"verified","statusDisplay":"Verified","createDate":"2014-02-24
|
|
80
|
+
21:02:33","updateDate":"2014-02-24 21:02:33","breweryId":"kSUGO5","brewery":{"id":"kSUGO5","name":"Cellarmaker
|
|
81
|
+
Brewing Company","description":"Cellarmaker Brewing Company has been in the
|
|
82
|
+
works for quite some time. Look for our beers to start making their way around
|
|
83
|
+
better known beer bars and beer focused restaurants in San Francisco starting
|
|
84
|
+
in September. \r\n\r\nWe have a tasting room in the same building as the brewery
|
|
85
|
+
and will offer tasters, pints, and growlers. Some beers may be bottled further
|
|
86
|
+
down the line but for now it''s all draft. The only way you can take our beer
|
|
87
|
+
away is in the form of a growler - which by the way, is a great way to drink
|
|
88
|
+
beer! \r\n\r\nLook for a focus of plenty of hoppy beers, belgian-style saisons,
|
|
89
|
+
dark beers, and sour beers. We are huge fans of wine and bourbon barrel aged
|
|
90
|
+
beers as well so it''s only natural for us to have a barrel program. Think
|
|
91
|
+
bourbon barrels loaded with big chewy imperial stouts, excessively hopped
|
|
92
|
+
IPAs, fruited sour beers, and funky saisons. This is what we love. This is
|
|
93
|
+
what we are all about. We hope you are too!\r\n\r\nPlease follow along for
|
|
94
|
+
the ride as we build San Francisco''s next great brewery.\r\n\r\nCheers!","website":"http:\/\/www.cellarmakerbrewing.com","established":"2013","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/kSUGO5\/upload_xhExEK-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/kSUGO5\/upload_xhExEK-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/kSUGO5\/upload_xhExEK-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2014-02-24
|
|
95
|
+
20:56:28","updateDate":"2014-02-24 21:05:11"},"country":{"isoCode":"US","name":"UNITED
|
|
96
|
+
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
97
|
+
02:41:33"}},{"id":"lV8gC4","name":"Main Brewery","streetAddress":"3801 18th
|
|
98
|
+
Street","locality":"San Francisco","region":"California","postalCode":"94114","phone":"415-273-9295","website":"http:\/\/www.mateveza.com\/","hoursOfOperation":"12pm
|
|
99
|
+
to 10pm","latitude":37.761089,"longitude":-122.428521,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
100
|
+
Brewery","countryIsoCode":"US","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
101
|
+
02:42:01","updateDate":"2013-08-13 11:07:24","breweryId":"QeR22V","brewery":{"id":"QeR22V","name":"Mateveza
|
|
102
|
+
Yerba Mate Ale","description":"Jim Woods (artistic rendering left) is an avid
|
|
103
|
+
yerba mate drinker. When not lounging around in his flowing camisa roja and
|
|
104
|
+
matching gorra, he enjoys brewing flavorful craft beers and drinking them
|
|
105
|
+
responsibly.\r\n\r\nIt was his love for hoppy beers and yerba mate coupled
|
|
106
|
+
with his thirst for adventure, as evidenced by his ambitious patillas, that
|
|
107
|
+
led him to discover MateVeza.\r\n\r\nOne day while partaking in an afternoon
|
|
108
|
+
mate, he cracked open a pale ale that had a prominent flavor and aroma of
|
|
109
|
+
cascade hops. Chispas flew as the flavors of yerba mate and cascade hops frolicked
|
|
110
|
+
on his lengua, and the original perky pale ale was born.","website":"http:\/\/www.mateveza.com\/","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QeR22V\/upload_GhALQy-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QeR22V\/upload_GhALQy-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QeR22V\/upload_GhALQy-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
111
|
+
02:42:01","updateDate":"2012-03-21 19:06:12"},"country":{"isoCode":"US","name":"UNITED
|
|
112
|
+
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
74
113
|
02:41:33"}},{"id":"t559gG","name":"Main Brewery","streetAddress":"1195-A Evans
|
|
75
114
|
Avenue","locality":"San Francisco","region":"California","postalCode":"94124","phone":"415-642-3371","website":"http:\/\/www.goodbeer.com\/","hoursOfOperation":"Mon
|
|
76
115
|
- Thu:\t9:00 am - 10:00 am\r\nFri - Sat:\t12:00 pm - 10:00 pm","latitude":37.7382569,"longitude":-122.3802492,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
77
116
|
Brewery","countryIsoCode":"US","yearOpened":"1997","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
78
117
|
02:42:08","updateDate":"2012-03-21 20:05:26","breweryId":"QPe57Z","brewery":{"id":"QPe57Z","name":"Speakeasy
|
|
79
|
-
Ales and Lagers","
|
|
80
|
-
|
|
118
|
+
Ales and Lagers","description":"In a typically foggy San Francisco summer
|
|
119
|
+
in 1997, we were determined to bring our unique West Coast-style beers from
|
|
120
|
+
the underground to the masses. Defiantly producing small batches of beer in
|
|
121
|
+
a secret warehouse in San Francisco\u2019s long forgotten Butchertown District,
|
|
122
|
+
we quickly gained a fiercely loyal following with bold, complex beers and
|
|
123
|
+
striking 1920\u2019s imagery. Starting with a single, iconic beer that immortalized
|
|
124
|
+
the spirit of the bootleggers who persevered when America\u2019s taps ran
|
|
125
|
+
dry\u2014a bold, hoppy amber ale known as Prohibition Ale\u2014we now brew
|
|
126
|
+
a wide array of acclaimed beers from hoppy pale ales to stouts aged in whiskey
|
|
127
|
+
barrels. After 16 years of making great beer in the Bay Area, we have grown
|
|
128
|
+
by leaps and bounds, yet we still produce many of our beers on the original
|
|
129
|
+
steam-fired brewhouse that started it all.","website":"http:\/\/www.goodbeer.com\/","established":"1997","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QPe57Z\/upload_t8ClLn-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QPe57Z\/upload_t8ClLn-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/QPe57Z\/upload_t8ClLn-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
130
|
+
02:42:08","updateDate":"2013-08-09 12:26:41"},"country":{"isoCode":"US","name":"UNITED
|
|
81
131
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
82
|
-
02:41:33"}},{"id":"L9Xqwc","name":"Main Brewery","streetAddress":"
|
|
83
|
-
|
|
132
|
+
02:41:33"}},{"id":"L9Xqwc","name":"Main Brewery","streetAddress":"2245 3rd
|
|
133
|
+
St","locality":"San Francisco","region":"California","postalCode":"94107","phone":"415-598-8811","website":"http:\/\/www.triplevoodoobrewing.com\/","latitude":37.7611898,"longitude":-122.3885367,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
84
134
|
Brewery","countryIsoCode":"US","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
85
|
-
02:42:11","updateDate":"
|
|
135
|
+
02:42:11","updateDate":"2013-11-28 16:01:51","breweryId":"GoDmMT","brewery":{"id":"GoDmMT","name":"Triple
|
|
86
136
|
Voodoo Brewing","description":"Triple Voodoo Brewing is life to the extreme
|
|
87
137
|
and at full volume. Born from the underground beer scene in San Francisco,
|
|
88
138
|
we have been brewing some of the most extreme beer styles this city has seen
|
|
@@ -91,7 +141,7 @@ http_interactions:
|
|
|
91
141
|
Beer in the World\", our mission is to bring you an amazing high ABV craft
|
|
92
142
|
beer line-up. Here''s the team who work around the clock 24\/7 to make all
|
|
93
143
|
these happen.","website":"http:\/\/www.triplevoodoobrewing.com\/","established":"2010","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/GoDmMT\/upload_7DybkD-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/GoDmMT\/upload_7DybkD-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/GoDmMT\/upload_7DybkD-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
94
|
-
02:42:10","updateDate":"
|
|
144
|
+
02:42:10","updateDate":"2013-12-11 12:29:30"},"country":{"isoCode":"US","name":"UNITED
|
|
95
145
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
96
146
|
02:41:33"}},{"id":"NzbBOK","name":"Main Brewery","streetAddress":"1705 Mariposa
|
|
97
147
|
St","locality":"San Francisco","region":"California","postalCode":"94107","phone":"415-863-8350","website":"http:\/\/www.anchorbrewing.com\/","hoursOfOperation":"Two
|
|
@@ -99,18 +149,20 @@ http_interactions:
|
|
|
99
149
|
call: 415-863-8350","latitude":37.763487,"longitude":-122.401367,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
100
150
|
Brewery","countryIsoCode":"US","yearOpened":"1896","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
101
151
|
02:41:44","updateDate":"2012-03-21 20:05:24","breweryId":"6PBXvz","brewery":{"id":"6PBXvz","name":"Anchor
|
|
102
|
-
Brewing Company","description":"Anchor
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
to
|
|
112
|
-
|
|
113
|
-
|
|
152
|
+
Brewing Company","description":"Anchor Brewing Company\u2019s roots date back
|
|
153
|
+
to the California gold rush making it one of America\u2019s oldest breweries.
|
|
154
|
+
Its Anchor Steam\u00ae Beer is San Francisco\u2019s original since 1896.\r\n\r\nIn
|
|
155
|
+
1965, Fritz Maytag acquired and revived the struggling brewery at a time when
|
|
156
|
+
mass production of beer dominated and seemed unstoppable. Maytag started a
|
|
157
|
+
revolution in beer that originated today\u2019s craft beer movement.\r\n\r\nAn
|
|
158
|
+
undisputed icon, Anchor is America\u2019s first craft brewery where beers
|
|
159
|
+
are handmade in our traditional copper brewhouse from an all-malt mash. At
|
|
160
|
+
Anchor, we practice the time-honored art of classical brewing, employing state-of-the-art
|
|
161
|
+
methods to ensure that our beers are always pure and fresh.\r\n\r\nWe know
|
|
162
|
+
of no brewery in the world that matches our efforts to combine traditional,
|
|
163
|
+
natural brewing with such carefully applied, modern methods of sanitation,
|
|
164
|
+
finishing, packaging and transporting.","website":"http:\/\/www.anchorbrewing.com\/","established":"1896","mailingListUrl":"http:\/\/www.anchorbrewing.com\/connect\/contact","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/6PBXvz\/upload_GcROfI-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/6PBXvz\/upload_GcROfI-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/6PBXvz\/upload_GcROfI-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
165
|
+
02:41:44","updateDate":"2013-08-09 20:11:55"},"country":{"isoCode":"US","name":"UNITED
|
|
114
166
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
115
167
|
02:41:33"}},{"id":"4CFzKV","name":"Main Brewery","streetAddress":"1203 Bosworth
|
|
116
168
|
St","locality":"San Francisco","region":"California","postalCode":"94131","phone":"415-585-8866","website":"http:\/\/www.bosworthbrewery.com\/","latitude":37.735219,"longitude":-122.441103,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
@@ -158,20 +210,6 @@ http_interactions:
|
|
|
158
210
|
Gate Park Brewery","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
159
211
|
02:41:56","updateDate":"2012-03-21 19:06:06"},"country":{"isoCode":"US","name":"UNITED
|
|
160
212
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
161
|
-
02:41:33"}},{"id":"jivaao","name":"Main Brewery","streetAddress":"912 Cole
|
|
162
|
-
St., #338","locality":"San Francisco","region":"California","postalCode":"94117","phone":"818-825-8765","website":"http:\/\/www.shmaltz.com\/","latitude":37.7654594,"longitude":-122.4497845,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
163
|
-
Brewery","countryIsoCode":"US","yearOpened":"1996","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
164
|
-
02:42:08","updateDate":"2012-03-21 20:05:26","breweryId":"hgjj29","brewery":{"id":"hgjj29","name":"Shmaltz
|
|
165
|
-
Brewing Company","description":"Shmaltz Brewing Company is an American craft
|
|
166
|
-
brewing company based in San Francisco, California that owns HE''BREW Beer
|
|
167
|
-
and Coney Island Lagers. Founded as \u201ca celebration craft beer for Jews\u201d
|
|
168
|
-
by proprietor Jeremy Cowan, the company\u2019s beers now are distributed in
|
|
169
|
-
over thirty-one U.S. states, Canada, and England. Shmaltz is known for blurring
|
|
170
|
-
beer styles and using puns, art, history, and pop culture in every aspect
|
|
171
|
-
of their products. As a contract brewer, third-party brewers produce their
|
|
172
|
-
beers using the Shmaltz Brewing Company''s proprietary recipes.","website":"http:\/\/www.shmaltz.com\/","established":"1996","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_YKgXiM-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_YKgXiM-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_YKgXiM-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
173
|
-
02:42:08","updateDate":"2012-04-23 23:55:21"},"country":{"isoCode":"US","name":"UNITED
|
|
174
|
-
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
175
213
|
02:41:33"}},{"id":"P7Ug6t","name":"Main Brewery","streetAddress":"1000 Great
|
|
176
214
|
Highway","locality":"San Francisco","region":"California","postalCode":"94121","phone":"415-386-8439","website":"http:\/\/www.beachchalet.com\/","latitude":37.7694097,"longitude":-122.5105452,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"brewpub","locationTypeDisplay":"Brewpub","countryIsoCode":"US","yearOpened":"1997","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
177
215
|
02:41:45","updateDate":"2012-03-21 20:05:24","breweryId":"rGUQ04","brewery":{"id":"rGUQ04","name":"Beach
|
|
@@ -195,13 +233,6 @@ http_interactions:
|
|
|
195
233
|
Beach. Join us and find out why the Beach Chalet is your kind of place.","website":"http:\/\/www.beachchalet.com\/","established":"1997","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/rGUQ04\/upload_mrm1Fb-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/rGUQ04\/upload_mrm1Fb-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/rGUQ04\/upload_mrm1Fb-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
196
234
|
02:41:45","updateDate":"2012-03-21 19:06:03"},"country":{"isoCode":"US","name":"UNITED
|
|
197
235
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
198
|
-
02:41:33"}},{"id":"M2eOkF","name":"Main Brewery","streetAddress":"3435 Cesar
|
|
199
|
-
Chavez #227","locality":"San Francisco","region":"California","postalCode":"94110","phone":"1-650-343-2739","latitude":37.7480196,"longitude":-122.4194251,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
200
|
-
Brewery","countryIsoCode":"US","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
201
|
-
02:42:08","updateDate":"2012-03-21 19:08:17","breweryId":"K0SXBa","brewery":{"id":"K0SXBa","name":"Shmaltz
|
|
202
|
-
Enterprises","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
203
|
-
02:42:08","updateDate":"2012-03-21 19:06:09"},"country":{"isoCode":"US","name":"UNITED
|
|
204
|
-
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
205
236
|
02:41:33"}},{"id":"k8SEYZ","name":"Main Brewery","streetAddress":"694 Peralta
|
|
206
237
|
Ave","locality":"San Francisco","region":"California","postalCode":"94110","latitude":37.741461,"longitude":-122.409038,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
207
238
|
Brewery","countryIsoCode":"US","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
@@ -246,12 +277,14 @@ http_interactions:
|
|
|
246
277
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
247
278
|
02:41:33"}},{"id":"o8mhnm","name":"Main Brewery","streetAddress":"1398 Haight
|
|
248
279
|
Street","locality":"San Francisco","region":"California","postalCode":"94117","phone":"(415)
|
|
249
|
-
864-7468","website":"http:\/\/www.magnoliapub.com\/","hoursOfOperation":"
|
|
250
|
-
|
|
251
|
-
am
|
|
252
|
-
02:42:01","updateDate":"2013-
|
|
253
|
-
|
|
254
|
-
|
|
280
|
+
864-7468","website":"http:\/\/www.magnoliapub.com\/","hoursOfOperation":"Mon
|
|
281
|
+
- Thu: 11:00 am - 12:00 am\r\nFri: 11:00 am - 1:00 am\r\nSat: 10:00 am - 1:00
|
|
282
|
+
am\r\nSun: 10:00 am - 11:00 pm","latitude":37.7702334,"longitude":-122.4453252,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"brewpub","locationTypeDisplay":"Brewpub","countryIsoCode":"US","yearOpened":"1997","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
283
|
+
02:42:01","updateDate":"2013-08-06 22:18:16","breweryId":"ScZdj3","brewery":{"id":"ScZdj3","name":"Magnolia
|
|
284
|
+
Gastropub and Brewery","description":"Brewery and gastropub in San Francisco''s
|
|
285
|
+
Haight Ashbury District with a production brewery and BBQ restaurant on the
|
|
286
|
+
way this fall in the Dogpatch neighborhood.","website":"http:\/\/www.magnoliapub.com\/","established":"1997","mailingListUrl":"http:\/\/magnoliapub.com\/brewsletter.html","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/ScZdj3\/upload_eUt0Jz-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/ScZdj3\/upload_eUt0Jz-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/ScZdj3\/upload_eUt0Jz-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
287
|
+
02:42:01","updateDate":"2014-03-04 12:43:54"},"country":{"isoCode":"US","name":"UNITED
|
|
255
288
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
256
289
|
02:41:33"}},{"id":"d6chX4","name":"Main Brewery","streetAddress":"Noe Valley","locality":"San
|
|
257
290
|
Francisco","region":"California","phone":"415-244-5496","website":"http:\/\/elizabethstreetbrewery.com\/","latitude":37.74839,"longitude":-122.433487,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"micro","locationTypeDisplay":"Micro
|
|
@@ -263,7 +296,38 @@ http_interactions:
|
|
|
263
296
|
ESB is a pub for the people, by the people.","website":"http:\/\/elizabethstreetbrewery.com\/","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
264
297
|
02:41:53","updateDate":"2012-03-21 19:06:16"},"country":{"isoCode":"US","name":"UNITED
|
|
265
298
|
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
299
|
+
02:41:33"}},{"id":"JJzXl0","name":"Main Brewpub","streetAddress":"3801 18th
|
|
300
|
+
Street","locality":"San Francisco","region":"California","postalCode":"94114","phone":"(415)
|
|
301
|
+
273-9295","website":"http:\/\/cerveceriasf.com\/","hoursOfOperation":"Tuesday
|
|
302
|
+
through Sunday \u2013 12pm to 10pm\r\nMonday \u2013 5pm to 10pm","latitude":37.7611033,"longitude":-122.4284314,"isPrimary":"Y","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"brewpub","locationTypeDisplay":"Brewpub","countryIsoCode":"US","status":"verified","statusDisplay":"Verified","createDate":"2014-01-07
|
|
303
|
+
12:59:01","updateDate":"2014-01-07 12:59:01","breweryId":"vpdrzj","brewery":{"id":"vpdrzj","name":"Cervecer\u00eda
|
|
304
|
+
de MateVeza","description":"Cervecer\u00eda de MateVeza is a cafe and small
|
|
305
|
+
brewery dedicated to providing locally-sourced, Argentinian-style empanadas
|
|
306
|
+
paired with creative artisanal beers.","website":"http:\/\/cerveceriasf.com\/","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/vpdrzj\/upload_m5jG8G-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/vpdrzj\/upload_m5jG8G-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/vpdrzj\/upload_m5jG8G-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2014-01-07
|
|
307
|
+
05:09:49","updateDate":"2014-01-07 12:57:55"},"country":{"isoCode":"US","name":"UNITED
|
|
308
|
+
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
309
|
+
02:41:33"}},{"id":"jivaao","name":"San Francisco","streetAddress":"912 Cole
|
|
310
|
+
St.","extendedAddress":"#338","locality":"San Francisco","region":"California","postalCode":"94117","phone":"818-825-8765","website":"http:\/\/www.shmaltz.com\/","latitude":37.7654594,"longitude":-122.4497845,"isPrimary":"N","inPlanning":"N","isClosed":"N","openToPublic":"Y","locationType":"brewpub","locationTypeDisplay":"Brewpub","countryIsoCode":"US","yearOpened":"1996","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
311
|
+
02:42:08","updateDate":"2013-11-21 17:10:48","breweryId":"hgjj29","brewery":{"id":"hgjj29","name":"Shmaltz
|
|
312
|
+
Brewing Company","description":"Shmaltz Brewing Company is an American craft
|
|
313
|
+
brewing company born in San Francisco, California in 1996 that handcrafts
|
|
314
|
+
HE''BREW Beer and Coney Island Lagers. Founded as the first and still only
|
|
315
|
+
\"Jewish-celebration beer,\" proprietor, Jeremy Cowan, moved production to
|
|
316
|
+
New York in 2003 and now distributes in over thirty-one U.S. states and Canada. Shmaltz
|
|
317
|
+
is known for blurring beer styles and using puns, art, history, and pop culture
|
|
318
|
+
in every aspect of its products. Starting out as a contract brewer, third-party
|
|
319
|
+
brewers produce their lineup using Shmaltz Brewing Company''s proprietary
|
|
320
|
+
recipes. In 2013, Shmaltz was \u201creborn\u201d in Clifton Park, NY, opening
|
|
321
|
+
its own 50-barrel brewhouse in a 20,000 square foot warehouse just north of
|
|
322
|
+
the Capitol district. Taking over 100% of their production meant bringing
|
|
323
|
+
in the Brewmaster, Paul McErlean who designed every one of their award winning
|
|
324
|
+
recipes, as well as Bob Craven, General Manager, and two of the experienced
|
|
325
|
+
contract brewers. Shmaltz Brewing now has a true \"home\" for its family of
|
|
326
|
+
fermented offerings and a tasting room for fans and curious beer lovers to
|
|
327
|
+
come join the tribe. L''Chaim!","website":"http:\/\/www.shmaltzbrewing.com\/","established":"1996","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_dMhdW6-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_dMhdW6-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/hgjj29\/upload_dMhdW6-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
328
|
+
02:42:08","updateDate":"2013-11-25 12:49:29"},"country":{"isoCode":"US","name":"UNITED
|
|
329
|
+
STATES","displayName":"United States","isoThree":"USA","numberCode":840,"createDate":"2012-01-03
|
|
266
330
|
02:41:33"}}],"status":"success"}'
|
|
267
331
|
http_version:
|
|
268
|
-
recorded_at: Mon,
|
|
332
|
+
recorded_at: Mon, 31 Mar 2014 20:13:24 GMT
|
|
269
333
|
recorded_with: VCR 2.4.0
|