topicz 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a22e7da57e83490f3607152af595bec565270200
4
- data.tar.gz: 52a68b28cf5a622b7444ee0170ae45db753610ff
3
+ metadata.gz: 33a0d4a71f86ecdc3a237047a95e97f401a4eb8d
4
+ data.tar.gz: 5ea834a9394eeb1ad1a8dab4c4407df46fab8d61
5
5
  SHA512:
6
- metadata.gz: 1ad1e9d6067d868e516c681c35cdf68c60ee00933b59ebbf1eb03a4df6154ba05a2200ed85e4450edd4d199f366d17ad183e31bc01e90bd1fb0c2606e3c4756f
7
- data.tar.gz: 22716d00ed11955671a772d47d76871b5f99bf7fd46ebfbbb792b6a4c569daa991a06150a5391a91fc42b6c5ae1b8b036b04d89e288fbb50e3a4e60115e15c1f
6
+ metadata.gz: 12d56f99f0805dd2f80fc7be4ca6e9ccc92369cd0abe4cbe9e15eb9ac5c0a371da8d22ac5d5ade58dc81b026f18f1b771595e693f2081a984b1a98a96a99ae72
7
+ data.tar.gz: 77a7121367559fe24fd0294da51849d52882a23662b225daae7b5788084a20e9cab58e7c6440ac976a910486da34037c0caed4cb39bb9b0adfc503403811d7b6
data/README.md CHANGED
@@ -16,7 +16,7 @@ See below (*Development*) in case you’re working with a Git clone directly.
16
16
  Usage: topicz [options] <command> [options]
17
17
  -c, --config FILE Uses FILE as the configuration file
18
18
 
19
- Where <command> is one of:
19
+ Where <command> is one of:
20
20
 
21
21
  init : Initializes a new topic repository
22
22
  create : Creates a new topic
@@ -52,7 +52,7 @@ A topic repository is nothing more than a directory on disk. This directory has
52
52
 
53
53
  The `topic.yaml` file is entirely optional. More information on that later.
54
54
 
55
- A topic can certainly have other subdirectories than the ones shown above. These four are the ones I always use. Where needed I add more. For example when I go to a conference, I typically add the directories `Travel` and `Bills`.
55
+ A topic can certainly have other subdirectories than the ones shown above. These four are the ones I always use. Where needed I add more. For example when I go to a conference, I typically add the directories `Travel` and `Bills`.
56
56
 
57
57
  ### Documents and Reference Material
58
58
 
@@ -60,7 +60,7 @@ The `Documents` and `Reference Material` directories speak for themselves. The f
60
60
 
61
61
  ### Journal
62
62
 
63
- The `Journal` directory is more interesting. It contains Markdown files only, and each filename follows the pattern `<year>-week-<week>.md`. If there was some kind of progress on a topic in a certain week, I describe it here. Every week I send a progress report to my colleagues about all the topics I worked on. Topicz’s `report` command creates this report for me automatically from the separate journal entries. And of course Topicz also helps me creating and opening the right journal files, depending on the topic I work on.
63
+ The `Journal` directory is more interesting. It contains Markdown files only, and each filename follows the pattern `<year>-week-<week>.md`. If there was some kind of progress on a topic in a certain week, I describe it here. Every week I send a progress report to my colleagues about all the topics I worked on. Topicz’s `report` command creates this report for me automatically from the separate journal entries. And of course Topicz also helps me creating and opening the right journal files, depending on the topic I work on.
64
64
 
65
65
  ### Notes
66
66
 
@@ -72,7 +72,7 @@ Topicz needs to know just one thing: where your repository is. You stick this in
72
72
 
73
73
  The first time you use Topicz, just do this:
74
74
 
75
- $ topics init /path/to/my/topic/repository
75
+ $ topicz init /path/to/my/topic/repository
76
76
 
77
77
  Topicz will do two things. First it will create an empty directory at the location you specified. Secondly it will write this location into `~/.topiczrc`.
78
78
 
@@ -5,7 +5,7 @@ module Topicz
5
5
 
6
6
  DIR_NOTES = 'Notes'
7
7
  DIR_JOURNAL = 'Journal'
8
- DIR_REFERENCE = 'Reference'
8
+ DIR_REFERENCE = 'Reference Material'
9
9
  DIR_DOCUMENTS = 'Documents'
10
10
 
11
11
  DIRECTORIES = [DIR_NOTES, DIR_JOURNAL, DIR_REFERENCE, DIR_DOCUMENTS]
@@ -1,3 +1,3 @@
1
1
  module Topicz
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topicz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Oostindië
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-26 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zaru