resumetools 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,10 +34,10 @@ module ResumeTools
34
34
  FONT_SIZES = {
35
35
  :default => 10,
36
36
  :header => 14,
37
- :contact => 9,
37
+ :contact => 10,
38
38
  :section => 11,
39
- :para => 9,
40
- :item => 9,
39
+ :para => 10,
40
+ :item => 10,
41
41
  :period => 10
42
42
  }
43
43
  DATE_FORMAT = "%B, %Y"
@@ -25,6 +25,6 @@
25
25
 
26
26
  unless defined? ResumeTools::VERSION
27
27
  module ResumeTools
28
- VERSION = "1.0.0"
28
+ VERSION = "1.0.1"
29
29
  end
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resumetools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Virgil Dimaguila