brewery 0.0.2 → 0.0.3
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/README.md +2 -0
- data/bjcp-categories.md +125 -0
- data/lib/brewery/guides.rb +0 -4
- data/lib/brewery/version.rb +1 -1
- data/lib/brewery.rb +6 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db67bb6ef05a37ddc6d9933c76b0eb87516ee79d
|
|
4
|
+
data.tar.gz: 7667b7d0466de7430225532df5e38475c3a8aa84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fbfd472227ac1f5cd02a68f3e3cfc1f35b142d95641bdaa7c0935b237e9557d9d3b6dc1af0ec326dabbd9755d6416e2eac83b5b4d96443f4a6d739f1ca77a60
|
|
7
|
+
data.tar.gz: 298af3529d49fccd884956608cd85be83c49088792167dee42c2479a72825aadb75ddc155908c1c8908d7a9d403675ee2980ef5dc9d44a1ee178e5eb18c18c95
|
data/README.md
CHANGED
data/bjcp-categories.md
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
* 1 LIGHT LAGER
|
|
2
|
+
* 1A Lite American Lager
|
|
3
|
+
* 1B Standard American Lager
|
|
4
|
+
* 1C Premium American Lager
|
|
5
|
+
* 1D Munich Helles
|
|
6
|
+
* 1E Dortmunder Export
|
|
7
|
+
|
|
8
|
+
* 2 PILSNER
|
|
9
|
+
* 2A German Pilsner (Pils)
|
|
10
|
+
* 2B Bohemian Pilsener
|
|
11
|
+
* 2C Classic American Pilsner
|
|
12
|
+
|
|
13
|
+
* 3 EUROPEAN AMBER LAGER
|
|
14
|
+
* 3A Vienna Lager
|
|
15
|
+
* 3B Oktoberfest
|
|
16
|
+
|
|
17
|
+
* 4 DARK LAGER
|
|
18
|
+
* 4A Dark American Lager
|
|
19
|
+
* 4B Munich Dunkel
|
|
20
|
+
* 4C Schwarzbier (Black Beer)
|
|
21
|
+
|
|
22
|
+
* 5 BOCK
|
|
23
|
+
* 5A Maibock/Helles Bock
|
|
24
|
+
* 5B Traditional Bock
|
|
25
|
+
* 5C Doppelbock
|
|
26
|
+
* 5D Eisbock
|
|
27
|
+
|
|
28
|
+
* 6 LIGHT HYBRID BEER
|
|
29
|
+
* 6A Cream Ale
|
|
30
|
+
* 6B Blonde Ale
|
|
31
|
+
* 6C Kölsch
|
|
32
|
+
* 6D American Wheat or Rye Beer
|
|
33
|
+
|
|
34
|
+
* 7 AMBER HYBRID BEER
|
|
35
|
+
* 7A Northern German Altbier
|
|
36
|
+
* 7B California Common Beer
|
|
37
|
+
* 7C Düsseldorf Altbier
|
|
38
|
+
|
|
39
|
+
* 8 ENGLISH PALE ALE
|
|
40
|
+
* 8A Standard/Ordinary Bitter
|
|
41
|
+
* 8B Special/Best/Premium Bitter
|
|
42
|
+
* 8c Extra Special/Strong Bitter (English Pale Ale)
|
|
43
|
+
|
|
44
|
+
* 9 SCOTTISH AND IRISH ALE
|
|
45
|
+
* 9A Scottish Light 60/-
|
|
46
|
+
* 9B Scottish Heavy 70/-
|
|
47
|
+
* 9C Scottish Export 80/-
|
|
48
|
+
* 9D Irish Red Ale
|
|
49
|
+
* 9E Strong Scotch Ale
|
|
50
|
+
|
|
51
|
+
* 10 AMERICAN ALE
|
|
52
|
+
* 10A American Pale Ale
|
|
53
|
+
* 10B American Amber Ale
|
|
54
|
+
* 10C American Brown Ale
|
|
55
|
+
|
|
56
|
+
* 11 ENGLISH BROWN ALE
|
|
57
|
+
* 11A Mild
|
|
58
|
+
* 11B Southern English Brown
|
|
59
|
+
* 11C Northern English Brown
|
|
60
|
+
|
|
61
|
+
* 12 PORTER
|
|
62
|
+
* 12A Brown Porter
|
|
63
|
+
* 12B Robust Porter
|
|
64
|
+
* 12C Baltic Porter
|
|
65
|
+
|
|
66
|
+
* 13 STOUT
|
|
67
|
+
* 13A Dry Stout
|
|
68
|
+
* 13B Sweet Stout
|
|
69
|
+
* 13C Oatmeal Stout
|
|
70
|
+
* 13D Foreign Extra Stout
|
|
71
|
+
* 13E American Stout
|
|
72
|
+
* 13F Russian Imperial Stout
|
|
73
|
+
|
|
74
|
+
* 14 INDIA PALE ALE (IPA)
|
|
75
|
+
* 14A English IPA
|
|
76
|
+
* 14B American IPA
|
|
77
|
+
* 14C Imperial IPA
|
|
78
|
+
|
|
79
|
+
* 15 GERMAN WHEAT AND RYE BEER
|
|
80
|
+
* 15A Weizen/Weissbier
|
|
81
|
+
* 15B Dunkelweizen
|
|
82
|
+
* 15C Weizenbock
|
|
83
|
+
* 15D Roggenbier (German Rye Beer)
|
|
84
|
+
|
|
85
|
+
* 16 BELGIAN AND FRENCH ALE
|
|
86
|
+
* 16A Witbier
|
|
87
|
+
* 16B Belgian Pale Ale
|
|
88
|
+
* 16C Saison
|
|
89
|
+
* 16D Bière de Garde
|
|
90
|
+
* 16E Belgian Specialty Ale
|
|
91
|
+
|
|
92
|
+
* 17 SOUR ALE
|
|
93
|
+
* 17A Berliner Weisse
|
|
94
|
+
* 17B Flanders Red Ale
|
|
95
|
+
* 17C Flanders Brown Ale/Oud Bruin
|
|
96
|
+
* 17D Straight (Unblended) Lambic
|
|
97
|
+
* 17E Gueuze
|
|
98
|
+
* 17F Fruit Lambic
|
|
99
|
+
|
|
100
|
+
* 18 BELGIAN STRONG ALE
|
|
101
|
+
* 18A Belgian Blond Ale
|
|
102
|
+
* 18B Belgian Dubbel
|
|
103
|
+
* 18C Belgian Tripel
|
|
104
|
+
* 18D Belgian Golden Strong Ale
|
|
105
|
+
* 18E Belgian Dark Strong Ale
|
|
106
|
+
|
|
107
|
+
* 19 STRONG ALE
|
|
108
|
+
* 19A Old Ale
|
|
109
|
+
* 19B English Barleywine
|
|
110
|
+
* 19C American Barleywine
|
|
111
|
+
|
|
112
|
+
* 20 FRUIT BEER
|
|
113
|
+
* 20 Fruit Beer
|
|
114
|
+
|
|
115
|
+
* 21 SPICE / HERB / VEGETABLE BEER
|
|
116
|
+
* 21A Spice, Herb, or Vegetable Beer
|
|
117
|
+
* 21B Christmas/Winter Specialty Spiced Beer
|
|
118
|
+
|
|
119
|
+
* 22 SMOKE-FLAVORED AND WOOD-AGED BEER
|
|
120
|
+
* 22A Classic Rauchbier
|
|
121
|
+
* 22B Other Smoked Beer
|
|
122
|
+
* 22C Wood-Aged Beer
|
|
123
|
+
|
|
124
|
+
* 23 SPECIALTY BEER
|
|
125
|
+
* 23 Specialty Beer
|
data/lib/brewery/guides.rb
CHANGED
data/lib/brewery/version.rb
CHANGED
data/lib/brewery.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brewery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesus Lopes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- LICENSE.txt
|
|
108
108
|
- README.md
|
|
109
109
|
- Rakefile
|
|
110
|
+
- bjcp-categories.md
|
|
110
111
|
- brewery.gemspec
|
|
111
112
|
- lib/brewery.rb
|
|
112
113
|
- lib/brewery/data/styleguide.dtd
|