tasklist 0.0.0 → 0.1.0

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/README.md +0 -4
  2. data/README.rdoc +17 -0
  3. metadata +3 -1
data/README.md CHANGED
@@ -5,13 +5,9 @@ Description
5
5
  -----------
6
6
  Tasklist is a ruby DSL for creating tasklists
7
7
 
8
- Installation
9
- ------------
10
- $ sudo gem install tasklist
11
8
 
12
9
  Examples
13
10
  --------
14
- require 'rubygems'
15
11
  require 'tasklist'
16
12
 
17
13
  during '2010 September' do
data/README.rdoc ADDED
@@ -0,0 +1,17 @@
1
+ = tasklist
2
+
3
+ Description goes here.
4
+
5
+ == Note on Patches/Pull Requests
6
+
7
+ * Fork the project.
8
+ * Make your feature addition or bug fix.
9
+ * Add tests for it. This is important so I don't break it in a
10
+ future version unintentionally.
11
+ * Commit, do not mess with rakefile, version, or history.
12
+ (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
13
+ * Send me a pull request. Bonus points for topic branches.
14
+
15
+ == Copyright
16
+
17
+ Copyright (c) 2010 Kevin Colyar. See LICENSE for details.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tasklist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Colyar
@@ -31,10 +31,12 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - LICENSE
33
33
  - README.md
34
+ - README.rdoc
34
35
  files:
35
36
  - .document
36
37
  - LICENSE
37
38
  - README.md
39
+ - README.rdoc
38
40
  - Rakefile
39
41
  - VERSION
40
42
  - example.rb