tasklist 0.1.0 → 0.2.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 (4) hide show
  1. data/README.md +4 -0
  2. data/VERSION +1 -1
  3. metadata +1 -3
  4. data/README.rdoc +0 -17
data/README.md CHANGED
@@ -5,9 +5,13 @@ Description
5
5
  -----------
6
6
  Tasklist is a ruby DSL for creating tasklists
7
7
 
8
+ Installation
9
+ ------------
10
+ $ sudo gem install tasklist
8
11
 
9
12
  Examples
10
13
  --------
14
+ require 'rubygems'
11
15
  require 'tasklist'
12
16
 
13
17
  during '2010 September' do
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.2.0
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Colyar
@@ -31,12 +31,10 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - LICENSE
33
33
  - README.md
34
- - README.rdoc
35
34
  files:
36
35
  - .document
37
36
  - LICENSE
38
37
  - README.md
39
- - README.rdoc
40
38
  - Rakefile
41
39
  - VERSION
42
40
  - example.rb
@@ -1,17 +0,0 @@
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.