todo-gist 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,31 @@
1
- = todo-gist
1
+ # todo-gist
2
2
 
3
3
  A todo list persisted in a Gist.
4
4
 
5
- == Contributing to todo-gist
5
+ ## Usage
6
+
7
+ $ gem install todo-gist
8
+ $ cat > ~/.github_credentials.json
9
+ { "username": "YOU", "password": "YOUR SECRET" }
10
+ ^D
11
+ $ task enqueue Add something to the end of the list.
12
+ $ task push Add something to the beginning of the list.
13
+ $ task list
14
+ Add something to the beginning of the list.
15
+ Add something to the end of the lest.
16
+ $ task push Finish a task, already.
17
+ $ task next
18
+ Finish a task, already.
19
+ $ task pop
20
+ FINISHED: Finish a task, already.
21
+
22
+ ## Meta
23
+
24
+ $ task push Make the CLI not suck.
25
+ $ task enqueue Add documentation.
26
+ $ task enqueue Add tests.
27
+
28
+ ## Contributing to todo-gist
6
29
 
7
30
  * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
31
  * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
@@ -12,7 +35,7 @@ A todo list persisted in a Gist.
12
35
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
36
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
37
 
15
- == Copyright
38
+ ## Copyright
16
39
 
17
40
  Copyright (c) 2011 Adam Lloyd. See LICENSE.txt for
18
41
  further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/todo-gist.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{todo-gist}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adam Lloyd"]
@@ -16,14 +16,14 @@ Gem::Specification.new do |s|
16
16
  s.executables = ["task"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
19
- "README.rdoc"
19
+ "README.markdown"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  "Gemfile",
24
24
  "Gemfile.lock",
25
25
  "LICENSE.txt",
26
- "README.rdoc",
26
+ "README.markdown",
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "bin/task",
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
8
+ - 1
9
9
  segments_generated: true
10
- version: 0.1.0
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Lloyd
@@ -134,13 +134,13 @@ extensions: []
134
134
 
135
135
  extra_rdoc_files:
136
136
  - LICENSE.txt
137
- - README.rdoc
137
+ - README.markdown
138
138
  files:
139
139
  - .document
140
140
  - Gemfile
141
141
  - Gemfile.lock
142
142
  - LICENSE.txt
143
- - README.rdoc
143
+ - README.markdown
144
144
  - Rakefile
145
145
  - VERSION
146
146
  - bin/task
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- hash: -27020880490657883
167
+ hash: -83559489399685461
168
168
  segments:
169
169
  - 0
170
170
  segments_generated: true