virgild-resumetools 0.2.4 → 0.2.4.1

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.
@@ -29,7 +29,8 @@ unless defined? ResumeTools::VERSION
29
29
  MAJOR = 0
30
30
  MINOR = 2
31
31
  TINY = 4
32
- STRING = [MAJOR, MINOR, TINY].join('.')
32
+ BITSY = 1
33
+ STRING = [MAJOR, MINOR, TINY, BITSY].join('.')
33
34
  end
34
35
  end
35
36
  end
data/tasks/gem.rake CHANGED
@@ -24,6 +24,7 @@ namespace :gem do
24
24
  s.add_runtime_dependency("extlib")
25
25
  s.add_runtime_dependency("prawn", ">= 0.5.0")
26
26
  s.add_runtime_dependency("treetop", ">= 1.3.0")
27
+ s.add_runtime_dependency("text-format", "1.0.0")
27
28
 
28
29
  s.require_path = "lib"
29
30
 
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.4
4
+ version: 0.2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Virgil Dimaguila
@@ -62,6 +62,16 @@ dependencies:
62
62
  - !ruby/object:Gem::Version
63
63
  version: 1.3.0
64
64
  version:
65
+ - !ruby/object:Gem::Dependency
66
+ name: text-format
67
+ type: :runtime
68
+ version_requirement:
69
+ version_requirements: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "="
72
+ - !ruby/object:Gem::Version
73
+ version: 1.0.0
74
+ version:
65
75
  description: Resume generation and writing tools
66
76
  email: virgil@roundysoft.com
67
77
  executables: []