rutt 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +31 -0
  2. data/VERSION +1 -1
  3. data/rutt.gemspec +3 -3
  4. metadata +5 -5
  5. data/README.org +0 -25
data/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # Rutt
2
+
3
+ ## Description
4
+
5
+ Rutt is the Mutt of news reader. The fastest way to read news feeds.
6
+
7
+ ## Configuration
8
+
9
+ Set options by running `rutt -s key value`. Below I describe some keys
10
+
11
+ ### Instapaper
12
+
13
+ You need to get an Instapaper OAuth consumer key.
14
+ [Apply here](http://www.instapaper.com/main/request_oauth_consumer_token).
15
+ Marco will send you a key. Currently this does require that you have
16
+ an [Instapaper subscription](http://www.instapaper.com/subscription).
17
+
18
+ Set the following config keys once you receive your API credential.
19
+
20
+ instapaper.consumer-key
21
+ instapaper.consumer-secret
22
+ instapaper.username
23
+ instapaper.password
24
+
25
+ ## Dependencies
26
+
27
+ - elinks: Needed for the text based browsing.
28
+
29
+ ## Install
30
+
31
+ gem install rutt
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/rutt.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rutt}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Abhi Yerra"]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.executables = ["rutt"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
19
- "README.org"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  "Gemfile",
25
25
  "Gemfile.lock",
26
26
  "LICENSE.txt",
27
- "README.org",
27
+ "README.md",
28
28
  "Rakefile",
29
29
  "VERSION",
30
30
  "bin/rutt",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutt
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Abhi Yerra
@@ -186,14 +186,14 @@ extensions: []
186
186
 
187
187
  extra_rdoc_files:
188
188
  - LICENSE.txt
189
- - README.org
189
+ - README.md
190
190
  files:
191
191
  - .document
192
192
  - .rspec
193
193
  - Gemfile
194
194
  - Gemfile.lock
195
195
  - LICENSE.txt
196
- - README.org
196
+ - README.md
197
197
  - Rakefile
198
198
  - VERSION
199
199
  - bin/rutt
data/README.org DELETED
@@ -1,25 +0,0 @@
1
- * Rutt
2
-
3
- ** Description
4
-
5
- Rutt is the Mutt of news reader. It attempts to be the fastest way
6
- to read news feeds.
7
-
8
- Currently rutt is still in heavy development and it is a bit
9
- unstable although the main features are largely implemented.
10
- It still needs a bit of polishing before it can be considered
11
- stable.
12
-
13
- ** Dependencies
14
- - Ruby 1.8
15
- - elinks (For now.)
16
-
17
- ** Download & Repository
18
-
19
- Rutt is still in heavy development so please
20
- check out the [[https://github.com/abhiyerra/rutt][repository]] to use it.
21
-
22
- - [[https://github.com/abhiyerra/rutt]]
23
-
24
- Downloads are located here:
25
- - [[https://github.com/abhiyerra/rutt/downloads]]