yolk-biggs 0.1.2 → 0.1.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.
Files changed (3) hide show
  1. data/README.textile +2 -3
  2. data/VERSION.yml +1 -1
  3. metadata +2 -2
data/README.textile CHANGED
@@ -14,13 +14,12 @@ h3. Standalone usage
14
14
 
15
15
  f = Biggs::Formatter.new
16
16
 
17
- f.format(
17
+ f.format("de", # <= ISO alpha 2 code
18
18
  :recipient => "Yolk Sebastian Munz & Julia Soergel GbR",
19
19
  :street => "Adalbertstr. 11", # <= street + house number
20
20
  :city => "Berlin",
21
21
  :zip => 10999,
22
- :state => "Berlin", # <= state/province/region
23
- :country => "de" # <= ISO alpha 2 code
22
+ :state => "Berlin" # <= state/province/region
24
23
  )
25
24
 
26
25
  returns
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yolk-biggs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Munz
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-04 00:00:00 -08:00
12
+ date: 2009-03-06 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15