hacker_todo_list 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/hacker_todo_list.gemspec +1 -1
  2. data/readme.md +14 -1
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hacker_todo_list'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.date = '2012-11-11'
5
5
  s.summary = "A command line To-Do list"
6
6
  s.description = %Q{
data/readme.md CHANGED
@@ -1,14 +1,27 @@
1
1
  Hacker ToDo List
2
2
  ================
3
3
 
4
- Hacker ToDo List is a command line to-do list, primarily for hackers who do not like to take their hands off the keyboard.
4
+ Hacker ToDo List is a command line to-do list, primarily for hackers who do not like to take their hands off the keyboard. [Hacker ToDO List](https://rubygems.org/gems/hacker_todo_list) is available as a [gem](https://rubygems.org/gems/hacker_todo_list)
5
5
 
6
6
  Features
7
7
  --------
8
8
 
9
9
  Hacker ToDo List is integrated with github and all your todo's are stored as private gists. So, you need not worry about your to-do's when you switch from your office machine to your home machine. Just provide your github credentials, your todo's will be synced.
10
10
 
11
+ Installation
12
+ ------------
13
+
14
+ gem install hacker_todo_list
15
+
11
16
  Usage
12
17
  -----
13
18
 
19
+ require "rubygems" (This is required if you are running < ruby 1.9)
20
+ require "hacker_todo_list"
21
+
22
+
23
+
24
+ I have also setup a client which uses the [Hacker ToDO List](https://rubygems.org/gems/hacker_todo_list) gem.
25
+
26
+ ruby hacker
14
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hacker_todo_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: