curriculum-generator 1.0.3 → 1.0.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -13
  3. data/lib/cgen/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3195348acc4809e547eb0addc7b299c0cc3a14f0
4
- data.tar.gz: e436a1af1848858b2eb3dbd61c288601502bfe1d
3
+ metadata.gz: 422c808d70f4336a9f937e4f950c8d09e77ca67b
4
+ data.tar.gz: 3e876d30240d0a78ba9f2dfd670df9e85e972574
5
5
  SHA512:
6
- metadata.gz: 9b2f7fc2f5bf58d853cfb6a961fec95850183734e3bfb0464c373c69108b67931bb5cb408f9b0858c6c8531799c0d53e390c9d7cfa51cd4592afc53b486afa7d
7
- data.tar.gz: 214713f0a5738c8ed30893bae89a065072b117846c64d6da96169ee9f46759c47655fdf31f5acfb3102884b97d44f4f01acc775da88b1da4b36890ee02705d73
6
+ metadata.gz: b6c890fca024c370f46ef4d929dd4efee648f502f5b9e49d86636808ae2890b4d008225032197179d37b64dcb14ac99bb697b95296bba1da33fd99d6e2ab0f8c
7
+ data.tar.gz: 99c1be97d54907554334db5605a9968168a793134330b99bd9e3d12eb78e9361a42a61dd2cccfe46864558faeaf512ee4541ece7b8e5195020ad4a90b3dc7bf4
data/README.md CHANGED
@@ -2,37 +2,46 @@
2
2
 
3
3
  CGen is the next **localized Curriculum Vitae** editor, both for hackers and end-users.
4
4
 
5
- *Please note that this is still in early development stages. If you are an end-user you may want to check this project out in a couple of weeks.*
5
+ *Please note that this is still in early development stages, bug reporting is really welcome!*
6
6
 
7
7
  ## Installation
8
8
 
9
- Via homebrew
10
-
11
- $ brew install cgen
12
-
13
9
  Via rubygems
14
10
 
15
11
  $ gem install curriculum-generator
16
12
 
17
-
18
13
  ## Usage
19
14
 
20
15
  CGen provides two editing modes:
21
- 1. **Hacking Mode**
22
- 2. **Normal Mode**
16
+
17
+ * **Hacking Mode**
18
+ * **Normal Mode**
23
19
 
24
20
  ### Hacking Mode
25
21
 
22
+ ![Status](http://img.shields.io/badge/status-OK-green.svg)
23
+
26
24
  This is where CGen shrines, by allowing users to **just provide the data** and let the system do the rest. This system comes with *extensibility* in mind, by providing different levels of customization:
27
- 1. **Data-level**: The first level is the most commonly used. The system automatically pulls all of your defined data. This means that there isn't anything wired-in, no names, no values, anything. Data is just data and you can use it as you want !
28
- 2. **Templates-level**: For basic customizations you can write your own (LaTeX) **templates**, or modify an existing one.
29
- 3. **Generators-level**: For more advanced customizations, you can write your own (Ruby) **generators**.
25
+
26
+ 1. **Data-level**:
27
+ The first level is the most commonly used.
28
+ The system automatically pulls all of your defined data.
29
+ This means that there isn't anything wired-in, no names, no values, anything.
30
+ Data is just data and you can use it as you want !
31
+ 2. **Templates-level**:
32
+ For basic customisations you can write your own (LaTeX) **templates**,
33
+ or modify an existing one.
34
+ 3. **Generators-level**:
35
+ For more advanced customisations, you can write your own **generators**.
30
36
 
31
37
  ### Normal Mode
32
38
 
33
- This is primarly for non-hackers. In this mode the curriculum is edited by using a GUI.
39
+ This is primarly for non-hackers.
40
+ In this mode the curriculum is edited by using a GUI.
41
+
42
+ ![Status](http://img.shields.io/badge/status-TODO-red.svg)
34
43
 
35
- *This mode is still in development: not released yet*.
44
+ *This mode is planned: not released yet*.
36
45
 
37
46
  ## Contributing
38
47
 
@@ -1,6 +1,6 @@
1
1
  module CGen
2
2
 
3
3
  # This is the current version of CGen
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
5
5
 
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curriculum-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Molari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-09 00:00:00.000000000 Z
11
+ date: 2015-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -192,3 +192,4 @@ signing_key:
192
192
  specification_version: 4
193
193
  summary: Curriculum Vitae generator
194
194
  test_files: []
195
+ has_rdoc: