vitae 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.
- data/lib/vitae/templates/cvs/default.yaml.tt +1 -0
- data/lib/vitae/version.rb +1 -1
- data/vitae.gemspec +1 -1
- metadata +4 -4
data/lib/vitae/version.rb
CHANGED
data/vitae.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["arthur@gunn.co.nz"]
|
|
11
11
|
s.homepage = "https://github.com/gunn/vitae"
|
|
12
12
|
s.summary = %q{A structured CV publishing system.}
|
|
13
|
-
s.description = %q{Vitae is to CVs what rubygems is to ruby code.
|
|
13
|
+
s.description = %q{Vitae is to CVs what rubygems is to ruby code. Still very under development.}
|
|
14
14
|
|
|
15
15
|
s.add_dependency "sinatra", "~>1.1.0"
|
|
16
16
|
s.add_dependency "haml", "~>3.0.0"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vitae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Arthur Gunn
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
version: 1.4.0
|
|
83
83
|
type: :development
|
|
84
84
|
version_requirements: *id004
|
|
85
|
-
description: Vitae is to CVs what rubygems is to ruby code.
|
|
85
|
+
description: Vitae is to CVs what rubygems is to ruby code. Still very under development.
|
|
86
86
|
email:
|
|
87
87
|
- arthur@gunn.co.nz
|
|
88
88
|
executables:
|