rrline 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +3 -13
  3. data/lib/rr/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35fd1a40fdb3091f194ab87937f849b11707a6c2
4
- data.tar.gz: 8d1df175977bbeb375e69688d6d9ebecba82155c
3
+ metadata.gz: 076746ca4426094863efe9ba1adbae25f49e63c0
4
+ data.tar.gz: 8263f3247ce4a5cbffc62ab72912bf0075fd58e0
5
5
  SHA512:
6
- metadata.gz: febc25ba3af813c12a2f9ee40c1591ffa03f63a47ff9e4dd0928ad216f0d1cd52b0271b6349fb9eb06ae338061067038168fcfe243d019bf16629615e991b712
7
- data.tar.gz: 920e60a93162dcb0d4b4d48b77a1540ebe57c5cf8ae310828f8ea57d935f723b5a1abc3d730b1c1a0e42c32ec45edba3f16da6e8587e5a7087645cc0742fe89d
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 fist 10 tasks:
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 in another task:
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
@@ -1,3 +1,3 @@
1
1
  module RR
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-09 00:00:00.000000000 Z
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: iVery simple application for Runrun.it Command Line Tool
55
+ description: Very simple application to work on Runrun.it using command Line
56
56
  email:
57
- - franklin@runrun.it
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 RR Command Line Tool
90
+ summary: Simple CLI application for Runrun.it
91
91
  test_files: []
92
92
  has_rdoc: