sredder 0.0.1 → 0.0.2
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/README.md +11 -11
- data/lib/sredder/util.rb +1 -2
- data/lib/sredder/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -6,17 +6,17 @@ Sred the gnarl of tracking the wriketious deeds.
|
|
6
6
|
|
7
7
|
Installation via the command line:
|
8
8
|
|
9
|
-
$ gem install sredder
|
9
|
+
$ gem install sredder
|
10
10
|
|
11
11
|
## Usage
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
13
|
+
```
|
14
|
+
Usage: sredder [options]
|
15
|
+
-t, --title TITLE The TITLE field to add to the wrike task
|
16
|
+
-m, --message MESSAGE The MESSAGE field to add to the wrike task
|
17
|
+
-h, --hours N The number of HOURS spent on the task
|
18
|
+
-d, --date DATE The DATE (YY/MM/DD) on which the task was performed (default today)
|
19
|
+
-f, --folder FOLDER The wrike FOLDER in which to place the task (default Programming)
|
20
|
+
--help Show this message
|
21
|
+
--version Show version
|
22
|
+
```
|
data/lib/sredder/util.rb
CHANGED
data/lib/sredder/version.rb
CHANGED
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: sredder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Matthew Robertson
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
version_requirements: !ruby/object:Gem::Requirement
|