rrline 0.0.2 → 0.0.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.
- checksums.yaml +4 -4
- data/README.rdoc +3 -13
- data/lib/rr/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 076746ca4426094863efe9ba1adbae25f49e63c0
|
|
4
|
+
data.tar.gz: 8263f3247ce4a5cbffc62ab72912bf0075fd58e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbb166624b19f8ffc1bd7790469daff8f262a0abc1d75041397ba4f2fc893b29fac4c263833ace72f62013ee1820fe6f223f45761256779a67eba99475e0b486
|
|
7
|
+
data.tar.gz: ef2944341fab27c513ee22756a4f32ba346af32adea842d0f9ac0b19a02c59bf0718cc22d0a7543365a9690b52b4984b40a24e5b04d0301a5e36e18cb8beee08
|
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= Runrun.it Command Line Tool
|
|
1
|
+
= RRline - A Runrun.it Command Line Tool
|
|
2
2
|
|
|
3
3
|
== Description
|
|
4
4
|
|
|
@@ -10,10 +10,6 @@ Install as a RubyGem:
|
|
|
10
10
|
|
|
11
11
|
$ gem install rrline
|
|
12
12
|
|
|
13
|
-
And install dependencies:
|
|
14
|
-
|
|
15
|
-
$ bundle
|
|
16
|
-
|
|
17
13
|
== Usage
|
|
18
14
|
|
|
19
15
|
=== Basics
|
|
@@ -22,7 +18,7 @@ To use rr, first, store your API keys: (you can find them on you Profile page)
|
|
|
22
18
|
|
|
23
19
|
rr -k <app-key>,<user-token>
|
|
24
20
|
|
|
25
|
-
To list your
|
|
21
|
+
To list your first 10 tasks:
|
|
26
22
|
|
|
27
23
|
rr -l
|
|
28
24
|
|
|
@@ -30,13 +26,7 @@ To hit play on your first task just:
|
|
|
30
26
|
|
|
31
27
|
rr -p
|
|
32
28
|
|
|
33
|
-
To start working
|
|
29
|
+
To start working on another task:
|
|
34
30
|
|
|
35
31
|
rr -p <task-id>
|
|
36
32
|
|
|
37
|
-
|
|
38
|
-
If rr command is not available across the folders, you can add the executable to the shell's lookup path:
|
|
39
|
-
|
|
40
|
-
export PATH=/Users/<your user>/<folder where downloaded code is>/rr/bin:$PATH
|
|
41
|
-
|
|
42
|
-
|
data/lib/rr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rrline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fransky
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -52,9 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0.8'
|
|
55
|
-
description:
|
|
55
|
+
description: Very simple application to work on Runrun.it using command Line
|
|
56
56
|
email:
|
|
57
|
-
-
|
|
57
|
+
- help@runrun.it
|
|
58
58
|
executables:
|
|
59
59
|
- rr
|
|
60
60
|
extensions: []
|
|
@@ -87,6 +87,6 @@ rubyforge_project: rrline
|
|
|
87
87
|
rubygems_version: 2.1.11
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
|
-
summary: Simple application for
|
|
90
|
+
summary: Simple CLI application for Runrun.it
|
|
91
91
|
test_files: []
|
|
92
92
|
has_rdoc:
|