virgild-resumetools 0.2.2 → 0.2.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.
data/Rakefile CHANGED
@@ -28,6 +28,7 @@ PKG_FILES = FileList[
28
28
  "spec/**/*",
29
29
  "vendor/**/*",
30
30
  "tasks/**/*",
31
+ "fonts/**/*",
31
32
  "[A-Z]*",
32
33
  "README.md",
33
34
  "Rakefile"
data/fonts/Vera.ttf ADDED
Binary file
data/fonts/VeraBI.ttf ADDED
Binary file
data/fonts/VeraBd.ttf ADDED
Binary file
data/fonts/VeraIt.ttf ADDED
Binary file
@@ -28,7 +28,7 @@ unless defined? ResumeTools::VERSION
28
28
  module VERSION
29
29
  MAJOR = 0
30
30
  MINOR = 2
31
- TINY = 2
31
+ TINY = 3
32
32
  STRING = [MAJOR, MINOR, TINY].join('.')
33
33
  end
34
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virgild-resumetools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Virgil Dimaguila
@@ -93,12 +93,17 @@ files:
93
93
  - tasks/package.rake
94
94
  - tasks/rdoc.rake
95
95
  - tasks/rspec.rake
96
+ - fonts/Vera.ttf
97
+ - fonts/VeraBd.ttf
98
+ - fonts/VeraBI.ttf
99
+ - fonts/VeraIt.ttf
96
100
  - CHANGES
97
101
  - LICENSE
98
102
  - Rakefile
99
103
  - README.md
100
104
  has_rdoc: false
101
105
  homepage: http://virgild.github.com/resumetools
106
+ licenses:
102
107
  post_install_message:
103
108
  rdoc_options: []
104
109
 
@@ -119,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
124
  requirements: []
120
125
 
121
126
  rubyforge_project:
122
- rubygems_version: 1.2.0
127
+ rubygems_version: 1.3.5
123
128
  signing_key:
124
129
  specification_version: 3
125
130
  summary: Resume generation and writing tools